-
Bug
-
Resolution: Done
-
Major
-
jbossws-cxf-5.0.0.Final
-
None
export JAVA_HOME=/path/to/32bit/jdk
export PATH=$JAVA_HOME/bin:$PATH
mvn -Pwildfly900 integration-test
will eventually fail on container startup by arquillian:
May 12, 2015 4:55:44 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal INFO: Starting container with: [/qa/tools/opt/jdk1.8.0.unlimited.BC/bin/java, -D[Standalone], -Xms64m, -Xmx512m, -XX:MaxPermSize=256m, -Djava.net.preferIPv4Stack=true, -server, -XX:+UseCompressedOops, -Djboss.socket.binding.port-offset=0, -ea, ....(trimmed)] Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 Unrecognized VM option 'UseCompressedOops' Did you mean '(+/-)CheckCompressedOops'? Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
According to this http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html the default for UseCompressedOops is true for 64-bit JDK, so we should be safe to remove the setting from arquillian.xml and pom.xml files in testsuite module