JBoss Community

Re: Instantiate EJB 3 using Reflection

created by jaikiran pai in EJB3 - View the full discussion

You are not supposed to instantiate EJB bean instances at all. It's upto the container to do that. You are expected to use the JNDI or injection to get hold of the EJB instances.

Reply to this message by going to Community

Start a new discussion in EJB3 at Community