On Wed, May 26, 2004 at 04:48:34PM +0530, Swet Batra wrote: > Exception Caught in InitialContext > Javax.naming.NamingException: Attempted to load OpenEJB. Cannot embed > OpenEJB. Exception: java.lang.Exception Cannot initialize OpenEJB. OpenEJB > has encountered a fatal error and cannot be started: The Assembler > encountered an unexpected error while attempting to initialize: > org/exolab/castor/xml/ValidationExeption
Looks like there is some bad xml in the mix somewhere. Run the validator on your beans with -vvv. If that reports a problem, then you need to fix one of your ejb-jar.xml files. Otherwise, make sure your openejb.conf is ok. If you rename it to something other than openejb.conf, OpenEJB will create you a new one.
