Re: Must use JDK 7 to build 3.0.1?

2014-08-04 Thread Wei SD Zhang
OK, thanks! Yours Sincerely, Zhang Wei(张巍) WAS Web Service Development, China Software Development Lab, IBM GCG E-mail: w...@cn.ibm.com Tel: 86-10-82453958 3/F, Ring Building, Dongbeiwang West Road No.8, ShangDi, Beijing 100193, PRC From: Daniel Kulp To: users@cxf.apache.org, Date: 201

Re: Must use JDK 7 to build 3.0.1?

2014-08-04 Thread Daniel Kulp
On Aug 4, 2014, at 9:41 PM, Wei SD Zhang wrote: > > When I tried to build 3.0.1 with JDK 6, I got an error from maven javac: > invalid target release: 1.7. And I checked pom.xml, found > 1.7. Does 3.0.1 use any JDK 7 specific feature? > Are you sure you grabbed 3.0.1 and not the 3.1.0-SNAPSHO

Must use JDK 7 to build 3.0.1?

2014-08-04 Thread Wei SD Zhang
Hi, When I tried to build 3.0.1 with JDK 6, I got an error from maven javac: invalid target release: 1.7. And I checked pom.xml, found 1.7. Does 3.0.1 use any JDK 7 specific feature? Yours Sincerely, Zhang Wei(张巍) WAS Web Service Development, China Software Development Lab, IBM GCG E-mail: w..

CXF sbt/Maven

2014-08-04 Thread Maatari
Hi, I'm trying to add cxf dependency to my sbt project. I simply use JAX-WS and JAXB. No fancy service at all. I'm using it in embedded mode. It is one service, one basic service. I used the eclipse integration to generate my serviced from a wsdl file. It is a SOAP - Document based web-sercice. I

RE: Configuring jaxws clients for performance

2014-08-04 Thread Giriraj Bhojak
Thank you Andrie. Regards, Giriraj. On Jul 31, 2014 6:41 AM, "Andrei Shakirin" wrote: > Hi, > > Yes, you can use HTTPClientPolicy to tune SSL connections as well. > Additionally you can apply TLSClientParameters to conduit to configure SSL > specific properties: > > TLSClientParameters tslClient

RE: CXF Reliable Messaging Question

2014-08-04 Thread Pete Long
Hi Andrei,Dennis, Thanks Andrei for the response. I trust your suggestion is applicable for CXF 2.7.5. Also, do I need to update the WSDL ? if so, what is it I need to do please. Why we are looking at the idea of RM enabled for some operations only is because we have different clients using o

Re: RPCOutInterceptor.java //WSI-BP R2211 - RPC/Lit parts are not allowed to be xsi:nil

2014-08-04 Thread neela
Yes Dan, You are right. I miss-understood the WS-I spec. JaxWS2.0 makes it more clear and the implementation is perfect. JAX-WS 2.0 "Conformance (Null Values in rpc/literal): If a null value is passed as an argument to a method, or returned from a method, that uses the rpc/literal style, then an

Re: WS-Security Encryption and Signature

2014-08-04 Thread Stephanie
I have solved the issue, I needed to provide the encryptionUser etc. for the outgoing-interceptors + the password for the user, which is provided by the callback, must be the same as the Keystore password.. (I dont know why, but, now I am able to see the Encryption- and Signatureheaders, at least f

Re: RPCOutInterceptor.java //WSI-BP R2211 - RPC/Lit parts are not allowed to be xsi:nil

2014-08-04 Thread Daniel Kulp
On Aug 4, 2014, at 8:59 AM, neela wrote: > Hi, > I am not a expert but by WSI-BP R2211 i think null is not allowed when its > boolean. > > The WSI-BP R2211 is as below: > R2211 An ENVELOPE described with an rpc-literal binding MUST NOT have the > xsi:nil attribute with a value of "1" or "true"

RE: CXF Reliable Messaging Question

2014-08-04 Thread Andrei Shakirin
Hi Pete, > -Original Message- > From: Pete Long [mailto:petelon...@gmail.com] > Sent: Montag, 4. August 2014 11:10 > To: users@cxf.apache.org > Subject: Re: CXF Reliable Messaging Question > > Hi Andrei,Dennis, > > Many thanks for your response. > > Following on from Dennis's response t

RPCOutInterceptor.java //WSI-BP R2211 - RPC/Lit parts are not allowed to be xsi:nil

2014-08-04 Thread neela
Hi, I am not a expert but by WSI-BP R2211 i think null is not allowed when its boolean. The WSI-BP R2211 is as below: R2211 An ENVELOPE described with an rpc-literal binding MUST NOT have the xsi:nil attribute with a value of "1" or "true" on the part accessors. So throwing a Fault when any inp

Re: CXF Reliable Messaging Question

2014-08-04 Thread Pete Long
Hi Andrei,Dennis, Many thanks for your response. Following on from Dennis's response to http://cxf.547215.n5.nabble.com/template/NamlServlet.jtp?macro=reply&node=5747264 I am going to use the "Using the Reliable Messaging Feature" approach. We are using CXF 2.7.5. Therefore I assume the confi

Fwd: Boolean value getter

2014-08-04 Thread Yuding Chow
Hi, there I'm new comer for CXF, i'm writing for requesting your help. I'm using CXF maven plugin(cxf-xjc-plugin) for code generating, i would like to generate getter for boolean as "is" than "getXXX", however *cxf-xjc-boolean* is enabled automatically since my coworker doesn't have this prob

Re: WS-Security Encryption and Signature

2014-08-04 Thread Stephanie
Here is a test-case, hopefully it will be uploaded... I am using the Server.java and ImageClient.java to test the application. Thanks for your help! ImageService_Example.zip -- View this message in context: http://cx