[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-03-04 Thread FrankTheTank
Thanks Dimitris! Though I still have my dependency problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133833#4133833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133833

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-28 Thread FrankTheTank
4.2.2.GA standard binaries. I had also thought it might have something to do with our edited verion of JBoss, but even a fresh one off the download server has the issues. From the console I can see that the dependend ist started right before the provider. Maybe it will help if I explain what

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-28 Thread [EMAIL PROTECTED]
You may want to take a look here, too: http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132802#4132802 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132802

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-27 Thread PeterJ
Which version of JBossAS are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132561#4132561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132561 ___ jboss-user mailing

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-26 Thread PeterJ
For the MyMBean, do you have a depends clause that references MyOtherMBean? If not, add one. If this doesn't help, If so, please post the *-service.xml files for both mbeans. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132270#4132270 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-26 Thread FrankTheTank
Thanks for the reply. Yes, I have the depends in the MyMBean's *-service.xml. here are the contents: MyOtherMBean jboss-service.xml | ?xml version=1.0 encoding=UTF-8? | | server | mbean | code=com.example.myothermbean.MyOtherMBean |