This content has been marked as final.
Show 1 reply
-
1. Re: Get EJB3 implementation Class from JNDI for reading anno
kabirkhan Dec 8, 2005 5:39 PM (in response to ckreps)Not really possible using JNDI, but you could create a method that all your beans implement and have an EJB 3 interceptor do the reflection.
http://docs.jboss.org/ejb3/app-server/tutorial/interceptor/interceptor.html