Re: WS-Security and Tomcat error

2007-12-12 Thread Glen Mazza
You can also trace your Tomcat-hosted (i.e. web service) code from Eclipse if that would help. (I just figured out how to do this recently myself: http://www.jroller.com/gmazza/date/20071212 .) Glen Am Dienstag, den 11.12.2007, 16:46 -0500 schrieb Daniel Kulp: Any chance you could try with

WS-Security and Tomcat error

2007-12-11 Thread pwanner
. org.apache.cxf.binding.soap.SoapFault: Error reading XMLStreamReader. Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] Message: Premature end of file. -- View this message in context: http://www.nabble.com/WS-Security-and-Tomcat-error-tp14271852p14271852.html Sent from the cxf-user mailing list

Re: WS-Security and Tomcat error

2007-12-11 Thread Daniel Kulp
Any chance you could try with JDK 1.5 instead of 1.6? My gut feeling says that may fix it. The stack trace bellow shows that it's picking up the SAAJ implementation built into the JDK and I expect it's getting the JAX-WS api jars, JAXB api jars, Stax implementation, etc from the JDK.

RESOLVED: WS-Security and Tomcat error

2007-12-11 Thread pwanner
: Premature end of file. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog -- View this message in context: http://www.nabble.com/WS-Security-and-Tomcat-error-tp14271852p14290370.html Sent from the cxf-user