| Author |
EJB Exception (Accesing a remote enterprise bean within a simple Java class)
|
John Wenn
Ranch Hand
Joined: Mar 03, 2008
Posts: 31
|
|
Here's my Java class
When I run this I'm getting an exception
All the other enterprise bean classes are written according to the EJB 3.0 standard. Your valuable contribution is expected.
I'm using Glassfish v3 + NetBeans 6.1
|
 |
Sib Pete
Greenhorn
Joined: Apr 27, 2009
Posts: 26
|
|
|
How have you mapped the session bean, implementing the NewSessionRemote interface, jndi name, 'endpoint.NewSessionRemote' ? Are you using annotations or are you using the ejb-jar or web.xml to map to jndi?
|
 |
 |
|
|
subject: EJB Exception (Accesing a remote enterprise bean within a simple Java class)
|
|
|