Re: [xfire-user] XML Parsing Error: not well-formed

2008-02-19 Thread Scott Seiter
There's a chance this has been patched in CXF (as the XFire developers seem to be mostly focused on CXF these days). If you're using Java 6, you may consider trying CXF (http://incubator.apache.org/cxf/). Good luck! Scott 2008/2/18 Kees van Dieren <[EMAIL PROTECTED]>: > We found also issues reg

Re: [xfire-user] XML Parsing Error: not well-formed

2008-02-18 Thread Kees van Dieren
We found also issues regarding to namespaces, maybe this gets resolved by updating woodstox (xml framework used by xfire)? See http://jira.codehaus.org/browse/WSTX-135 2008/1/28 marcelo melo <[EMAIL PROTECTED]>: > Hi all, I'm totally new to XFire and Web Services in general. > > I am developing a

[xfire-user] XML Parsing Error: not well-formed

2008-01-28 Thread marcelo melo
Hi all, I'm totally new to XFire and Web Services in general. I am developing a Web Service that pulls a list from a database and exposes it to a Web Service. I am using XFire 1.2.6, Java 6 and Tomcat 5.5, and JAXB bindings, auto-generated by the XFire Eclipse plugin (latest version). What is hap