Faults in XML binding

2012-09-14 Thread Jens
Hi, I'm using CXF in combination with Apache Camel to bridge between XML/MQ and SOAP/HTTP and back. When I get a SOAP fault back from the service provider the XML representation generated by CXF is incomplete. For example, this fault (XML escaped to get it through nabble) [?xml version=1.0

Jaxb MArshalling Problem

2012-09-14 Thread shadowlaw
I'm trying to return a soap fault to the client from my service in which i succeed partially but in log i can see that i have a marshalling problem here is the response i get soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Body soap:Fault

Re: Jaxb MArshalling Problem

2012-09-14 Thread shadowlaw
resolved my problem, actually,the create method of my object was not in the ObjectFactory of jaxb, as soon as i added it, the problem's gone -- View this message in context: http://cxf.547215.n5.nabble.com/Jaxb-MArshalling-Problem-tp5713944p5713945.html Sent from the cxf-user mailing list

Re: Collection marshalled as array

2012-09-14 Thread purecharger
Al Eridani wrote I know that this is not what you want to hear, but it does not happen to me. Maybe your upgrade is not complete and you are still using some old jars? -- Al I've checked, and I'm not using any old jars. -- View this message in context: