JBoss development,
A new message was posted in the thread "Deployment lazyResolve and lazyStart":
http://community.jboss.org/message/529396#529396
Author : Ales Justin
Profile :
http://community.jboss.org/people/alesj
Message:
--------------------------------------------------------------
I propose we add a new META-INF/jboss-deployment.xml which would be
some generic
metadata for this kind of processing and other possible deployment control parameters.
Yeah, this would definitely be needed / useful -- for MC/AS boot time.
<!-- Deploy this deployment in the described stage initially -
i.e. no classloader -->
<required-stage>DESCRIBE</required-stage>
<!-- Only create the classloader when somebody wants to import our package or
module -->
<lazy-resolve/>
I guess the usage of the 2nd <lazy-resolve> would
mean required-stage beyond DESCRIBE doesn't make sense.
Same for <lazy-start> if the required stage is set to REAL or past.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529396#529396