-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
6.1.0
-
None
XML Declaration is stripped and missing from the prolog of outbound soap messages from JBoss 6.1.0 . <?xml version='1.0' encoding='UTF-8'?> (This is missing!!!)
We have tried setting it both with the java start up option (see below) and setting it within java code (see below) We can print out the soap message and see that exists before it is sent out, but it goes missing by the time it is actually sent out from JBoss 6.1.0 . We have carefully monitored and confirmed this with TCPMon. This is blocking us and we are perplexed.
Here's the start up messages:
C:\jboss-6.1.0.Final\bin>run -c all -b 0.0.0.0
Calling C:\jboss-6.1.0.Final\bin\run.conf.bat
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\jboss-6.1.0.Final
JAVA: C:\Java\jdk1.6.0_23\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -Dlogging.configuration=file:logging.properties -Djavax.xml.soap.write-xml-declaration=true -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3
600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -server
CLASSPATH: C:\Java\jdk1.6.0_23\lib\tools.jar;C:\jboss-6.1.0.Final\bin\run.jar
===============================================================================