12 Replies Latest reply on Apr 19, 2013 9:00 AM by nmay

    How to  disable deferred deployment ?

    nmay

      Hi ,

      Im deploying my ear with help of jboss maven plugin:

       

      mvn jboss-as:deploy

       

       

      and saw the message in the EAP log file:

       

      Defer FIRST_MODULE_USE for dev-ear-0.0.1-SNAPSHOT.ear making it LAZY

      Defer FIRST_MODULE_USE for server-jms-notification-0.0.1-SNAPSHOT.jar making it PASSIVE

      Defer FIRST_MODULE_USE for server-history-manager-0.0.1-SNAPSHOT.jar making it PASSIVE

       

       

      How to enable/activate deployment immediately ?

       

      Is it there any properties to pass to the eap on the start to disable deferred deployment ?

       

      Im using standalone-full  configuration..

       

      Any suggestions ?