Hi, I am using -
1. openejb (4.5.2) 2. Hibernate (4.1.0.Final) 3. HSQL (2.2.8) 4. Arquillian (1.0.3.Final) 5. Arquillian-Persistence (1.0.0.Alpha6) When I run the tests I get an NoClassDefFoundError Exception for oracle/sql/ORAData. My project has absolutely nothing to do with Oracle. I also have a alternate profile that uses Jboss AS 7.1.1.Final remote with h2 database (included in Jboss) and it works perfectly. My pom is pom.xml <http://openejb.979440.n4.nabble.com/file/n4664638/pom.xml> Arquillian XML arquillian.xml <http://openejb.979440.n4.nabble.com/file/n4664638/arquillian.xml> Persistence XML persistence.xml <http://openejb.979440.n4.nabble.com/file/n4664638/persistence.xml> If anyone can give some pointers it would be great. Regards, Dinabandhu -- View this message in context: http://openejb.979440.n4.nabble.com/Strange-error-NoClassDefFound-openejb-hsql-hibernate-arquillian-persistence-tp4664638.html Sent from the OpenEJB User mailing list archive at Nabble.com.
