Hi everybody,
I have a notification listener which waits untill JBoss started an then lists all deployed EJBs. The list contains ObjectName instances. The object name has a name of the class but without a package. For example for class org.mycompany.ejb3.SomeEJB ObjectName instance has only 'SomeEJB'.
The question is how can I get the fully qualified class name, or better to create the instance of the EJB?
Thank you.