Hi,
a followup on persistence testing.

Running micro deployment is OK using tomee remote.

My next question is:
Is it possible to do this kind of testing using a war artifact?

eks deployment:

File[] libs =
Maven.resolver().resolve("org.eclipse.persistence:eclipselink:2.5.2").withTransitivity().asFile();
        return
Maven.resolver().loadPomFromFile("pom.xml").resolve("org.waastad:Service:war:1.0.0-SNAPSHOT").withoutTransitivity().asSingle(WebArchive.class)
                .addAsLibraries(libs);

right now the error is:

java.lang.NoSuchMethodError:
org.jboss.arquillian.config.descriptor.api.EngineDef.getDeploymentExportExploded()Ljava/lang/Boolean;
        at
org.jboss.arquillian.container.impl.client.deployment.ArchiveDeploymentExporter.callback(ArchiveDeploymentExporter.java:59)

I can off cource make a method adding values to the hsql mem db, I just want
to see my options :-)

br hw



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Arquillian-persistence-and-tomee-embedded-tp4671595p4671708.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to