JBoss development,
A new message was posted in the thread "Deployment lazyResolve and lazyStart":
http://community.jboss.org/message/529500#529500
Author : Ales Justin
Profile :
http://community.jboss.org/people/alesj
Message:
--------------------------------------------------------------
I've hacked this here --
https://jira.jboss.org/jira/browse/JBDEPLOY-248:
[1] metadata -
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/dep...
[2] validation deployer
-http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/classloading/DeploymentValidationDeployer.java
So, the xml looks now like this
<deployment xmlns="urn:jboss:deployment:1.0"
required-stage="POST_PARSE" lazy-resolve=true>
<lazy-start-filter>com.acme.somepackage</lazy-start-filter>
</deployment>
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529500#529500