[jboss-user] [EJB 3.0] - how to run ejb3.0

Per Newgro per.newgro at gmx.ch
Sat Mar 8 04:58:38 EST 2008


There can be many issues.
Maybe you forgot the annotation @Remote
or you didn't implement the remote interface
or you use the wrong JNDI name for your bean

You can check the deployed beans (and names) in the jndi view with the list 
method. type in localhost:8080/jmx-console
link jndi-view
button list

Then search for the name of your bean

HTH
Per



More information about the jboss-user mailing list