1 Reply Latest reply on Feb 1, 2005 2:39 PM by starksm64

    How can I prevent the auto deployment of an EJB module?

    catalinsanda

      Hello,

      I have an EJB module packed in an EAR and although I declare it in application.xml as a regular jar file, JBOSS realizes that is an EJB module (it has an ejb-jar file) and deploys it. Of course the easy solution is to delete ejb-jar.xml from the module.

      My question is: Is there a way to tell JBOSS that I don?t want a certain module to be deployed?

      Thanks in advance,
      Catalin