| Author |
javax ejb CreateException: Could not create stateless EJB
|
Steffen Neustadt
Greenhorn
Joined: Sep 30, 2008
Posts: 11
|
|
have a JavaEE (EJB3.0) project deployed on glassfish2.1 as -.ear (exported from eclipse3.4 to the autodeploy-folder) with -.ejb.jar, -.webui.war, general-lib-base.jar get the following error message: ...nested exception is: javax.ejb.CreateException: Could not create stateless EJB as greenhorn not only in the JavaRanch but in the JavaEE-field as well I'm looking for some help concerning the possible causes. The session bean is invoked by a jsf-managed bean. Have a pure annotation @ejb in managed bean (identifiing the ejb-interface (remote) ... thank's for any comment... [ September 30, 2008: Message edited by: Steffen Neustadt ] [ September 30, 2008: Message edited by: Steffen Neustadt ] [ September 30, 2008: Message edited by: Steffen Neustadt ]
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
|
Please post your EJB code, the jsf managed bean code and the entire exception stacktrace.
|
[My Blog] [JavaRanch Journal]
|
 |
Steffen Neustadt
Greenhorn
Joined: Sep 30, 2008
Posts: 11
|
|
Originally posted by Jaikiran Pai: Please post your EJB code, the jsf managed bean code and the entire exception stacktrace.
problem fixed: in the deployment-descriptor ejb-jar.xml a spezification of the session-bean hung around ...very annoying!
|
 |
 |
|
|
subject: javax ejb CreateException: Could not create stateless EJB
|
|
|