[jboss-user] [JBoss Microcontainer Development] New message: "Re: Deployment lazyResolve and lazyStart"

Ales Justin do-not-reply at jboss.com
Tue Mar 2 18:16:51 EST 2010


User 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/deployers-impl/src/main/java/org/jboss/deployers/plugins/classloading/DeploymentMetaData.java
[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




More information about the jboss-user mailing list