cancel
Showing results for 
Search instead for 
Did you mean: 

How can i retrieve EJB Bean class name from the Application Server

Former Member
0 Kudos

Hi All,

Is there a way out to find out the bean class name of the EJB from the Netweaver Application Sever 6.5/2004s/JEE using JMX Or JSR 77 API's Or some proprietary API's.

Regards,

Rupak Kumar...

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Rupak,

Using JNDI Lookup you can invoke the bean class.

deploy J2EE application with JNDI name and call from java class.

Regards, Suresh KB

Former Member
0 Kudos

Hi Suresh,

Thanks for the answer, but that is not what i am looking for. Basically i need back the original bean class which is being created within the application server.

When you do the JNDI lookup, you get back the proxy of the bean implementation. These proxies are dynamic proxies generated for bean interface implementation.

I hope i am able to define my problem correctly.

Regards,

Rupak Kumar...

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can you tell me why you need this?

You may knwo that the system is built exactly to prevent any program to find out the real classnames....

Regards,

Benny