Hi the tip is to add org.apache.openejb:apache-tomee:1.6.0:webprofile:zip in scope test in your pom.
Here it just says tomee was not found (you can miss a dependency to allows it and you maybe run behind a proxy) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/24 Wolfgang Winter <[email protected]>: > 1.6.0 is not usable: > > /INFO: Extracting > 'D:\projects\cibet-parent\cibet\mvn:org.apache.openejb:apache-tomee:1.6.0:zip:webprofile' > to 'D:\projects\cibet-parent\cibet\target\tomee-remote' > Nov 24, 2013 7:09:35 PM > org.apache.tomee.arquillian.remote.RemoteTomEEContainer start > SEVERE: Unable to start remote container > java.lang.IllegalStateException: Not a file: > D:\projects\cibet-parent\cibet\mvn:org.apache.openejb:apache-tomee:1.6.0:zip:webprofile > at > org.apache.openejb.arquillian.common.Files.assertFile(Files.java:153) > / > > However, I can manually open, extract and run tomee from the file downloaded > by Maven. > > Here another bug from 1.5.2: > AJP port 8009 is in use on my server. By chance I found another secret > property ajpPort (btw, why is all this not documented?) > Setting tomee.ajpPort to -1 in surefire lets tomee choose another port, ok. > However, setting ajpPort in arquillian.xml has no effect! Like exporting > ports only when -1, behaviour is not consistent. > > ... close before giving up > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Using-VM-args-in-Tomee-Arquillian-adapter-tp4666311p4666368.html > Sent from the OpenEJB User mailing list archive at Nabble.com.
