-
1. Re: Tomcat 7 quickstart
Ben Utzer Oct 12, 2011 12:18 PM (in response to Ben Utzer)Ok, so again another umlaut problem. While tomcat allows umlauts arquillian obviously doesn't. This kind of problem will probably stay with me for my whole life as software developer but I'm grateful I don't need any chinese characters yet...
-
2. Re: Tomcat 7 quickstart
Vineet Reynolds Oct 14, 2011 7:33 AM (in response to Ben Utzer)This looks like a bug in Arquillian-Core or ShrinkWrap. The arquillian.xml file is parsed correctly by Xerces (the embedded JAXP implementation in Oracle JDK), for the first time. The parsed XML is then post-processed as a String to resolve system properties specified as EL expressions in the XML. Something appears to go wrong here, resulting in a MalformedByteSequenceException being thrown when parser parses the modified XML.
-
3. Re: Tomcat 7 quickstart
Vineet Reynolds Oct 15, 2011 1:11 AM (in response to Ben Utzer)SHRINKDESC-97 is the bug raised in JIRA. Take a look at the suggested workaround and see if it suits your needs for now.