This content has been marked as final.
Show 4 replies
-
1. Re: MBeanServer ObjectName for ejb
jmartisk Sep 9, 2013 9:33 AM (in response to arun168403)I think you are using the JSR-77 api, which is not supported anymore in 7.x.
-
2. Re: MBeanServer ObjectName for ejb
arun168403 Sep 10, 2013 1:44 AM (in response to jmartisk)So, Is there any replacement for this support in jboss7.x
-
3. Re: Re: MBeanServer ObjectName for ejb
jmartisk Sep 10, 2013 3:46 AM (in response to arun168403)Not sure if I understand what your exact intentions are here. By those 'start' and 'stop' JMX operations,you mean disabling and enabling the EJB as whole? AFAIK, in JBoss 4.x these operations just unbound the EJB from the JNDI, so they were not accessible anymore to the application. I am not aware of any possibility to programatically unbind EJBs deployed with applications in 7.x.
-
4. Re: MBeanServer ObjectName for ejb
arun168403 Sep 10, 2013 5:15 AM (in response to jmartisk)ok. thanks for the reply.