JBoss development,
A new message was posted in the thread "Deployment lazyResolve and lazyStart":
http://community.jboss.org/message/529356#529356
Author : Ales Justin
Profile :
http://community.jboss.org/people/alesj
Message:
--------------------------------------------------------------
<!-- Only create the classloader when somebody wants to import
our package or module -->
<lazy-resolve/>
<!-- Only move the deployment to the REAL stage when somebody loads a class from
our classloader - with an optional filter -->
<lazy-start filter="com.acme.somepackage"/>
What's the
difference between these two?
1st would only move to CLASSLOADER, where the 2nd would move to REAL?
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529356#529356