In which Maven repository can I find 1.6 of apache-tomee and
arquillian-tomee-remote?
I found out the error while deploying on running tomee:
The port is not mirrored back as system property.
System.getProperty("tomee.httpPort") is null. Even setting
exportConfAsSystemProperty to true does not export the port. You may discuss
if this is a feature or a bug but for me it's a bug because behaviour is
inconsistent and not intuitive:
tomee.httpPort = -1 --> exported
tomee.httpPort != -1 --> not exported
But that one solved comes the next problem:
I inject an EntityManager and a UserTransaction as @Resource into the test
class, but they are null. Empty beans.xml is in WEB-INF. Is injecting of
EntityManager and resources not supported by arquillian-tomee-remote ?
Wolfgang
--
View this message in context:
http://openejb.979440.n4.nabble.com/Using-VM-args-in-Tomee-Arquillian-adapter-tp4666311p4666358.html
Sent from the OpenEJB User mailing list archive at Nabble.com.