hi you have to align versions, here arquillian should be too old
I often use maven dependencyconvergence rule of enforcer plugin to get rid of these issues Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-10 21:33 GMT+02:00 hwaastad <[email protected]>: > 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.
