Re: NullPointer Exception of JAXWS interface

2012-01-15 Thread xuhb
Issue raised with a simple test case https://issues.apache.org/jira/browse/CXF-4031 - Original Message - From: "Daniel Kulp" To: Cc: "xuhb" Sent: Saturday, January 14, 2012 12:35 AM Subject: Re: NullPointer Exception of JAXWS interface > On Friday, January 1

Re: NullPointer Exception of JAXWS interface

2012-01-12 Thread xuhb
Hi, Dan: I've tried the lates version 2.5.1, the problem still exists. So maybe you patch hasn't been included in the lates version , could you tell me the issue which you fixed? Thanks a lot - Original Message - From: "Daniel Kulp" To: Cc: "xuhb&q

NullPointer Exception of JAXWS interface

2012-01-10 Thread xuhb
Hi: if wsdl operation's input message is empty(zero part), but output message has multi part. then the generated JAXWS service will raise NullPointer Exception; Such a wsdl is not practical , only for marginal testing; version : CXF-2.3.3; I haven't try the latest CXF version; Here is a ex

Re: Could CXF Interceptor export a internal interface to change Id?

2012-01-09 Thread xuhb
e - From: "Daniel Kulp" To: Cc: "xuhb" Sent: Tuesday, January 10, 2012 5:42 AM Subject: Re: Could CXF Interceptor export a internal interface to change Id? > On Monday, January 09, 2012 3:25:55 PM xuhb wrote: >> etc: Could CXF declare AbstractPhaseInterceptor.getId

Re: Could CXF Interceptor export a internal interface to change Id?

2012-01-08 Thread xuhb
etc: Could CXF declare AbstractPhaseInterceptor.getId() as not final? - Original Message - From: "xuhb" To: Sent: Monday, January 09, 2012 2:46 PM Subject: Could CXF Interceptor export a internal interface to change Id? > Hi: >I am extending some interceptors wh

Re: What's the usage of MultipleEndpointObserver

2011-12-28 Thread xuhb
ystests/uncategorized/src/test/java/org/apache/cxf/systest/versioning/ClientServerVersioningTest.java [2]https://svn.apache.org/repos/asf/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/versioning/MediatorInInterceptor.java Freeman On 2011-12-28, at 下午5:51, xuhb wrote: >

Exception(Unexpected end of file from server) of CXF

2011-07-08 Thread xuhb
Recently I always encounter a "Unexpected end of file from server" Exception at CXF client side. it seems this exception is caused by the CXF Serverside has unexcepted release the http connection ; I tried some effort to to use a simple test case to regenerate such a exception; Following is