This content has been marked as final.
Show 1 reply
-
1. Re: Using ObjectName
genman Aug 24, 2004 3:34 PM (in response to neva)
When using invoke, the ObjectName needs to be unique, meaning you can't create this: ObjectName("domain:service=*") and expect MBeanServer.invoke to invoke for all those MBeans.
You'll have to figure out how to get the names of all EJB in your ear. Should be someplace.