[jboss-dev-forums] [Design of EJB 3.0] - Re: JBossEjbParsingDeployer can't handle EJB3 jboss.xml
adrian@jboss.org
do-not-reply at jboss.com
Fri Jun 29 06:57:05 EDT 2007
"bill.burke at jboss.com" wrote : IIRC, can't you just programmatically define your own order? Also, an annotation parsing deployer does not necessarily need to happen after classloader deployment so long as you have access to the .class file resources. (Javaassist).
|
Yes it does. How do you know that the related classes (e.g. the annotations
themselves) have been deployed yet?
That is something that I'm currently working on where you can have real
classloading/deployment dependencies with the new VFS based classloader.
Also, you need to know what .class files are actually in the classpath.
e.g. maybe there is a filter in what will be the new META-INF/jboss-classloader.xml
| <jboss-classloader>
| <ignore-package>com.acme.notused</ignore-package>
| </jboss-classloader>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059115#4059115
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059115
More information about the jboss-dev-forums
mailing list