Re: NullPointerException in HolderInInterceptor.handleMessage

2009-08-10 Thread JSP
Yep - that did the trick. Thanks for your help, Jay dkulp wrote: > > > Actually, digging in, this seems to be an issue if ASM is not available on > the > classpath. Can you add the asm 2.2.3 jar to the classpath and re-try? > > Dan > > > On Mon August

Re: NullPointerException in HolderInInterceptor.handleMessage

2009-08-10 Thread JSP
.1.6, but 2.2.3 is probably a better option. > > Dan > > > On Fri August 7 2009 6:30:35 pm JSP wrote: >> I am getting a null pointer in handleMessage method of the >> HolderInInterceptor in cxf-2.1.3. >> >> Here is the stacktrace: >> Aug 7

NullPointerException in HolderInInterceptor.handleMessage

2009-08-07 Thread JSP
I am getting a null pointer in handleMessage method of the HolderInInterceptor in cxf-2.1.3. Here is the stacktrace: Aug 7, 2009 6:17:40 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Interceptor has thrown exception, unwinding now java.lang.NullPointerException at org.ap

CXF with JBoss 5

2008-06-06 Thread JSP
Has anyone been able to get CXF working with JBoss 5? I can't get the JBoss container to use CXF instead of the JBossWS implementation. -- View this message in context: http://www.nabble.com/CXF-with-JBoss-5-tp17693924p17693924.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: NullPointerException decoding response with SOAP header

2008-05-20 Thread JSP
x27;ve committed a fix to the JAXBEncoderDecoder that will hopefully fix > that so we can see what the real error is. I'll get a new snapshot > deployed later today, but if you can checkout the code and build/test > with that, maybe we can at least see the real error. >

Re: NullPointerException decoding response with SOAP header

2008-05-19 Thread JSP
Team Found 32 49ers JSP wrote: > > We are now using 2.1 and I am still getting the same error, although the > line number

Re: NullPointerException decoding response with SOAP header

2008-05-19 Thread JSP
ional information. JSP wrote: > > I'll try 2.0.6 and let you know. > > > dkulp wrote: >> >> >> Can you try with 2.0.6 or 2.1? I added checks for >> MessagePartInfo.getTypeClass() == null in several areas for >> 2.1/2.0.6. That may ha

No binding factory for namespace http://schemas.xmlsoap.org/wsdl/http/

2008-05-16 Thread JSP
I get this error when trying to consume a web service with a http:binding (verb = GET and POST). I saw another post about this and the response was to upgrade to 2.0.3 or something but I am on 2.0.5. I am wondering if there is some configuration I am missing? My Spring configuration file look

JAX-RPC Support

2008-05-15 Thread JSP
I apologize in advance, because I'm pretty sure I know the answer to this, but does CXF support JAX-RPC (specifically the RPC-Encoded style). I have run into several web services that use this but I was unable to run wsdltojava on the wsdl. I have seen a couple places in the forum where it is me

Re: NullPointerException decoding response with SOAP header

2008-05-14 Thread JSP
I'll try 2.0.6 and let you know. dkulp wrote: > > > Can you try with 2.0.6 or 2.1? I added checks for > MessagePartInfo.getTypeClass() == null in several areas for > 2.1/2.0.6. That may have taken care of this. > > Dan > > > > On May 14, 2008

NullPointerException decoding response with SOAP header

2008-05-14 Thread JSP
I am trying to consume one of the strikeiron web services which take an input soap header and return an output soap header. When I execute a request that has an input soap header and an output soap header I get a null pointer exception. The request is sent successfully and the response is reciev

Re: Web methods generated differently when request/response extend another class

2008-05-13 Thread JSP
> rule and thus don't unwrap. > > > Dan > > > > > On May 13, 2008, at 11:55 AM, JSP wrote: > >> >> I am trying to understand if this behavior I am seeing is expected >> and if so, >> can someone explain why. >> >> I have a wsdl wher

Web methods generated differently when request/response extend another class

2008-05-13 Thread JSP
I am trying to understand if this behavior I am seeing is expected and if so, can someone explain why. I have a wsdl where my request and response elements extend another element. When the extension element is included my web method is generated with a @SOAPBinding annotation with a bare paramet