What happens now on every HTTP request is that an http request will be checked 
if it contains the existing continuation.
It happens by default. That's the only sideeffect for HTTP based applications which do not actually use them. So I'm not sure it will cause any sideeffects.

That said, CXF Jetty transport can be told to ignore them [1] if there're some concerns about it happening on every request. Should it be a default behaviour ?

Cheers, Sergey

[1] https://svn.apache.org/repos/asf/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/continuations/jetty-engine.xml

The test doesn't fail, but it is awfully noisy.

Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
Nov 18, 2008 8:07:42 AM
org.apache.cxf.tools.validator.internal.WSDLRefValidator
collectValidationPoints
WARNING: WSDL document
file:/Users/benson/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl
does not define any services
Nov 18, 2008 8:07:42 AM
org.apache.cxf.tools.validator.internal.WSDLRefValidator
collectValidationPoints
WARNING: WSDL document
file:/Users/benson/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl
does not define any services
Nov 18, 2008 8:07:44 AM
org.apache.cxf.tools.validator.internal.WSDLRefValidator
collectValidationPoints
WARNING: WSDL document
file:/Users/benson/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl
does not define any services
2008-11-18 08:07:47.738::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2008-11-18 08:07:47.766::INFO:  jetty-6.1.11
2008-11-18 08:07:47.787::INFO:  Started [EMAIL PROTECTED]:8585
2008-11-18 08:07:48.776::WARN:  handle failed
java.lang.InterruptedException
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:289)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at 
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
Nov 18, 2008 8:08:11 AM
org.apache.cxf.tools.validator.internal.WSDLRefValidator
collectValidationPointsForBindings
SEVERE: {http://child/}Binding is not correct, please check that the
correct namespace is being used

WSDLToJava Error: -p option cannot be used when wsdl contains mutiple schemas



Reply via email to