After further debugging it seems like it may be the xml validation during
marshalling that is causing issues.  I changed the schema to make the field
that I was having problems with not be required.  I also added a print
statement in the client to alert me to the event that the field was empty or
incorrect...it never was.  So it seems like the validator is falsely
detecting that the required field is not filled in.  Again this seems to be
a concurrency issue as I only see this when multiple clients are hitting the
server at once.  So in theory I can solve this problem by turning off
validation, but that is not the desirable solution.  Any thoughts?

--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-Marshalling-Concurrency-Problem-tp5050439p5056896.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to