Hi, Removed and checked out the sources and run across the following error:
1187 [main] ERROR OpenEJB - FATAL ERROR: Unknown error in Assembler. Please send the following stack trace and this message to [email protected] : org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'Default CMP Container' defined in class path resource [META-INF/org.openejb/spring.xml]: In stantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.openejb.alt.containers.castor_cmp11.CastorCMP11_Entit yContainer]; constructor threw exception; nested exception is org.openejb.OpenEJBException: Unable to construct the Castor JDOManager objects: org.exolab.castor.mapping.MappingExce ption: Nested error: java.util.zip.ZipException: The system cannot find the path specified: Nested error: java.util.zip.ZipException: The system cannot find the path specified org.springframework.beans.FatalBeanException: Could not instantiate class [org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer]; constructor threw exception; nested exception is org.openejb.OpenEJBException: Unable to construct the Castor JDOManager objects: org.exolab.castor.mapping.MappingException: Nested error: java.util.zip.ZipException: The system cannot find the path specified: Nested error: java.util.zip.ZipException: The system cannot find the path specified org.openejb.OpenEJBException: Unable to construct the Castor JDOManager objects: org.exolab.castor.mapping.MappingException: Nested error: java.util.zip.ZipException: The system ca nnot find the path specified: Nested error: java.util.zip.ZipException: The system cannot find the path specified at org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.init(CastorCMP11_EntityContainer.java:224) It's because of Dain's last change - jarPath="/Users/dane/work/openejb3/openejb-itests/target/classes" that the relative path was introduced. When I changed it, it worked much better. Why do we need it? Can't we use a java property that we could set in pom? Jacek -- Jacek Laskowski http://www.laskowski.net.pl
