Hi
On 15/08/12 10:29, Voß, Marko wrote:
Hello Daniel,

I tested the application in Tomcat 7 and got the same behavior. It looks like 
CXF does not recognize the Servlet 3.0 API.

I could not yet figure out, why

if (!isServlet3)

is true for this one service only...

Can you please create a war or Maven-based test case that can help us reproduce the issue ?

Cheers, Sergey


best regards,
Marko


-----Original Message-----
From: Daniel Kulp [mailto:dk...@apache.org]
Sent: Monday, August 13, 2012 6:34 PM
To: users@cxf.apache.org
Subject: Re: AbstractHTTPDestination.cproviderFactory is null after update to 
CXF 2.6.1


On Aug 13, 2012, at 4:15 AM, "Voß, Marko"<marko.v...@fiz-karlsruhe.de>  wrote:

Hello again,

Well, we are using Tomcat 6 and have the Apache Geronimo Spec 
(geronimo-servlet_3.0_spec) included as a dependency. I know that Tomcat 6 does 
support the Servlet API 2.5 only but everything did work until then. It is only 
this one service, which does not work.

What do I have to change to get this working with Tomcat 6?

I don't think it should ever have worked.   Strange.   Tomcat 6 doesn't support 
any of the continuation things.  They should only work with Tomcat 7 or Jetty.

Maybe we have to upgrade the container to Tomcat 7.

This is definitely what I would suggest.

Dan



Best regards,
Marko


-----Original Message-----
From: Sergey Beryozkin [mailto:sberyoz...@gmail.com]
Sent: Thursday, August 09, 2012 9:48 PM
To: users@cxf.apache.org
Subject: Re: AbstractHTTPDestination.cproviderFactory is null after
update to CXF 2.6.1

Hi Marko
On 09/08/12 14:04, Voß, Marko wrote:
Hello,

After updating from CXF 2.5.1 to 2.6.1 the 
AbstractHTTPDestination.cproviderFactory is null in some cases I am not able to 
specify in any detail.

Do you have any idea what could be wrong here? Obviously the code:

Bus.getExtension(ContinuationProviderFactory.class) returns null

What got changed here?

Perhaps it is actually to do with the current servlet container providing 
Servlet3 API is opposed to say Jetty-specific implementation ?

I believe Dan has made a server side JAX-WS async support depend on continuations, 
so it should work. Can you please try a jaxws_async demo on both Tomcat&  Jetty 
and see if you can reproduce the issue ?

Thanks, Sergey

Thank you and best regards,
Marko


-------------------------------------------------------

Fachinformationszentrum Karlsruhe, Gesellschaft für wissenschaftlich-technische 
Information mbH.
Sitz der Gesellschaft: Eggenstein-Leopoldshafen, Amtsgericht Mannheim HRB 
101892.
Geschäftsführerin: Sabine Brünger-Weilandt.
Vorsitzender des Aufsichtsrats: MinDirig Dr. Thomas Greiner.




--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com


-------------------------------------------------------

Fachinformationszentrum Karlsruhe, Gesellschaft für wissenschaftlich-technische 
Information mbH.
Sitz der Gesellschaft: Eggenstein-Leopoldshafen, Amtsgericht Mannheim HRB 
101892.
Geschäftsführerin: Sabine Brünger-Weilandt.
Vorsitzender des Aufsichtsrats: MinDirig Dr. Thomas Greiner.



--
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog Talend Community Coder - 
http://coders.talend.com



-------------------------------------------------------

Fachinformationszentrum Karlsruhe, Gesellschaft für wissenschaftlich-technische 
Information mbH.
Sitz der Gesellschaft: Eggenstein-Leopoldshafen, Amtsgericht Mannheim HRB 
101892.
Geschäftsführerin: Sabine Brünger-Weilandt.
Vorsitzender des Aufsichtsrats: MinDirig Dr. Thomas Greiner.


Reply via email to