Don't we already have to setup some custom hook in web.xml, to handle our VFS?
Or is that not needed anymore in AS7 / Wildfly.
Is there a way to identify deployment with Spring in it -- w/o any custom JBoss files?
(I used to do it via -spring.xml, afair :-))
As I would rather have generic transparent usage for the users, then custom hook for every feature we need to plugin to.
e.g. scanning is one thing, VFS is another, bytecode weaving, cross injection from MSC, ...