Re: svn commit: r1513711 - in /cxf/trunk: core/src/main/java/org/apache/cxf/databinding/source/ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/ systests/databinding/src/test/java/or

2013-08-14 Thread Freeman Fang
Hi Jason, It's in org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor where create the XMLStreamDataWriter and set the schema into the XMLStreamDataWriter if it determine this message need validate, it's in the setDataWriterValidation method. - Freeman(Yue) Fang Red Hat, I

Re: svn commit: r1513711 - in /cxf/trunk: core/src/main/java/org/apache/cxf/databinding/source/ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/ systests/databinding/src/test/java/or

2013-08-14 Thread Jason Pell
Just wondering where the code to turn off out schema validation is going to land? Its gone from message mode out interceptor but the diff does not seem to add it in anywhere. I am without a computer so I can't check the code out to look but wanted to make sure it was not lost- On Aug 14, 2013 11:5

Re: svn commit: r1513711 - in /cxf/trunk: core/src/main/java/org/apache/cxf/databinding/source/ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/ systests/databinding/src/test/java/or

2013-08-14 Thread Freeman Fang
Hi Dan, You are right, changed. Thanks again - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 O

Re: svn commit: r1513711 - in /cxf/trunk: core/src/main/java/org/apache/cxf/databinding/source/ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/ systests/databinding/src/test/java/or

2013-08-14 Thread Daniel Kulp
For the non-DOMSource cases, I think you need to buffer the stream as the validate will consume the stream. Dan On Aug 13, 2013, at 9:53 PM, ff...@apache.org wrote: > Author: ffang > Date: Wed Aug 14 01:53:02 2013 > New Revision: 1513711 > > URL: http://svn.apache.org/r1513711 > Log: > [CXF