Im trying to deploy an embedded broker using openejb-tomcat-webapp-3.1.2-SNAPSHOT over a tomcat server.
When server is loading, there is an exception saying: "OpenEJB.startup": OpenEJB has encountered a fatal error and cannot be started: Assembler failed to build the container system. org.apache.openejb.OpenEJBException: javax.resource.spi.ResourceAdapterInternalException: Failed to startup an embedded broker: xbean:file:myActivemq.xml, due to: java.io.IOException: Could load xbean factory:java.lang.NoClassDefFoundError: org/springframework/beans/BeansException: Failed to startup an embedded broker: xbean:file:/opt/GEREMIAS_Agenda2.0/instancias-tomcat/grm-generico/conf/activemq.xml, due to: java.io.IOException: Could load xbean factory:java.lang.NoClassDefFoundError: org/springframework/beans/BeansException I have checked lib directory on openejb but there isnt a .jar file containing this class. But in openejb-3.1 there is a spring2.0.jar file containing BeansException. ¿ Is there any reason to erease this jar file in 3.1.2 ? Can any body check this out ? Thanks in advance, Chema Fuentes. -- View this message in context: http://www.nabble.com/Missing-classes-in-libraries-in-openejb-tomcat-webapp-3.1.2-SNAPSHOT-tp24271643p24271643.html Sent from the OpenEJB User mailing list archive at Nabble.com.
