Hi, I just checked the camel-cxf trunk, it doesn't create the JaxWsClientProxy any more. Can you try to upgrade the camel version to pick latest CXF version for it ?
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Wednesday, October 17, 2012 at 5:46 AM, mconner wrote: > Forgot to add the route: This triggers it periodically till the finalizer > runs: > > <route> > <from uri="quartz://myTimer?cron=*/2+*+*+*+*+?+*" /> > <setHeader headerName="operationName" > > <constant>processMessage</constant> > </setHeader> > <setHeader headerName="operationNamespace" > > <constant>http://foo.org/MYService/</constant> > </setHeader> > <setBody><constant>Hello There</constant></setBody> > > <to uri="cxf:bean:myRemoteServiceEndpoint" /> > <to uri="mylogger"/> > </route> > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/NPE-in-CxfProducer-due-to-client-prematurely-closed-tp5721135p5721141.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).