ejb@glassfish.java.net

javax ejb CreateException: Could not create stateless EJB

From: Stefan Köpke <s.koepke_at_ist-dresden.de>
Date: Wed, 01 Oct 2008 14:52:03 +0200

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...