2.2.1 and 2.2.2-SNAPSHOT act the same:

trying to invoke get(50L, TimeUnit.SECONDS) and catch TimeoutException now
results in ( note this is different from 2.2 ):

java.lang.NullPointerException
        at
org.apache.cxf.jaxws.JaxwsResponseCallback.get(JaxwsResponseCallback.java:54)

trying to invoke get() still results in deadlock


Can you confirm this is a bug?, because i don't believe i'm the only one
dealing with timeouts during async calls..
I will debug into this later on to find exact cause, and some workaround of
course :)


dkulp wrote:
> 
> 
> Can you try with 2.2.1 and/or the latest 2.2.2-SNAPSHOT?   I think this
> was 
> fixed.  
> 
> Dan
> 
> 

-- 
View this message in context: 
http://www.nabble.com/CXF-2.2-Async-calls-result-in-deadlock-or-NPE-tp23555549p23611272.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to