It is impossible to use tabs or newlines in arquillian.xml when defining properties for tomcat configuration. Only space (" ") can be used as delimiter. For example, this configuration is OK: <container qualifier="tomcat" default="true"> <configuration> <property name="catalinaHome">/home/tomcat6</property> <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512</property> </configuration> </container> While this one causes failure on startup: <container qualifier="tomcat" default="true"> <configuration> <property name="catalinaHome">/home/tomcat6</property> <property name="javaVmArguments"> -Xmx1024m -XX:MaxPermSize=512 </property> </configuration> </container> Version-Release number of selected component (if applicable): arquillian-tomcat-managed-5.5, 6, 7; 1.0.0.CR3
Aslak Knutsen <aslak> updated the status of jira ARQ-1044 to Resolved
Aslak Knutsen <aslak> made a comment on jira ARQ-1044 pushed upstream, https://github.com/arquillian/arquillian-container-tomcat/commit/710b42bb548ec3f824dc599a8811b7261c571dab
We need a new Arquillian Tomcat upstream release to incorporate the fix in wfk-arquillian-bom.
Aslak Knutsen <aslak> updated the status of jira ARQ-1044 to Closed
Karel Piwko <kpiwko> updated the status of jira ARQ-1044 to Reopened
Karel Piwko <kpiwko> made a comment on jira ARQ-1044 Reopening to assign Tomas.
Karel Piwko <kpiwko> updated the status of jira ARQ-1044 to Resolved
Aslak Knutsen <aslak> made a comment on jira ARQ-1044 [~kpiwko] This should be closed, no?
Karel Piwko <kpiwko> updated the status of jira ARQ-1044 to Closed
Karel Piwko <kpiwko> made a comment on jira ARQ-1044 Closing, fixed in 1.0.0.CR4.
Verified in WFK 2.1.0.CR1.
Distributed as a part of WFK 2.1.0.GA release.