1 Reply Latest reply on May 14, 2003 3:55 PM by adrian.brock

    How to prevent deployment of nested components in SAR?

    paulbandler

      I am developing an MBean that is responsible, under certain conditions, for deploying and undeploying an MDB. To that end I packaged the .jar file into the local-dir of the MBean's SAR and wrote some code in the MBean to explicitly deploy/undeploy the MDB.

      However I believe I'm observing that when the SAR deployer deploys the MBean it finds the .jar file in the SAR and automatically deploys it. This is not what I want in this case. Could someone advise how I could rest back control of when the 'embedded' MDB gets deployed?

      thanks,

      Paul