[JBoss-dev] no dependency error message

2006-03-07 Thread Bill Burke
I'm deploying an EAR that contains an EJB3 bean. The EJB3Deployer creates and registers an MBean that manages the deployment of the EJB3Container using the servicecontroller manually The problem: The EJB3 container's mbean depends on an MBean that does not exist. I do not get a deployment

RE: [JBoss-dev] no dependency error message

2006-03-07 Thread Scott M Stark
@lists.sourceforge.net Subject: [JBoss-dev] no dependency error message I'm deploying an EAR that contains an EJB3 bean. The EJB3Deployer creates and registers an MBean that manages the deployment of the EJB3Container using the servicecontroller manually The problem: The EJB3 container's mbean

Re: [JBoss-dev] no dependency error message

2006-03-07 Thread Bill Burke
@lists.sourceforge.net Subject: [JBoss-dev] no dependency error message I'm deploying an EAR that contains an EJB3 bean. The EJB3Deployer creates and registers an MBean that manages the deployment of the EJB3Container using the servicecontroller manually The problem: The EJB3 container's mbean depends

RE: [JBoss-dev] no dependency error message

2006-03-07 Thread Scott M Stark
-development@lists.sourceforge.net Subject: [JBoss-dev] no dependency error message I'm deploying an EAR that contains an EJB3 bean. The EJB3Deployer creates and registers an MBean that manages the deployment of the EJB3Container using the servicecontroller manually The problem: The EJB3

Re: [JBoss-dev] no dependency error message

2006-03-07 Thread Bill Burke
] On Behalf Of Bill Burke Sent: Tuesday, March 07, 2006 5:09 PM To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev] no dependency error message What I found was that unless the *top* DeploymentInfo has the unready mbean listed in its member variable DeploymentInfo.mbeans