Re: REST and Http binding

2011-09-09 Thread Raj Floyd
Thanks Sergey On Thu, Sep 8, 2011 at 3:43 PM, Sergey Beryozkin wrote: > CXF HTTP Binding has not been maintained for thew last few years, > there were only few bug fixes applied to support existing users before > they could migrate to JAX-RS. One thing HTTP Binding has that JAX-RS > hasn't is tha

Re: CXF - Asynchronous Webservices WSA-Addressing Problem

2011-09-09 Thread gauravd
Iam using Websphere Message Broker 7 as an ESB. There are multiple message flows - one for sending calling the cxf service and second flow for handling the response from cxf service. Its the second flow where Iam seeing the problem. Can you help me out please. I am not sure if 2 responses sent

Re: CXF - Asynchronous Webservices WSA-Addressing Problem

2011-09-09 Thread Freeman Fang
Hi, A quick question, what's the kind of ESB you're using? Freeman On 2011-9-10, at 上午6:15, gauravd wrote: Hi All, I am trying to expose an asynchronous webservice via ESB but having some issues with WS-Addressing. I have made a asynchornous webservice and client which works fine if I t

CXF - Asynchronous Webservices WSA-Addressing Problem

2011-09-09 Thread gauravd
Hi All, I am trying to expose an asynchronous webservice via ESB but having some issues with WS-Addressing. I have made a asynchornous webservice and client which works fine if I test it in point to point model. However when I am trying to expose it via ESB - so that the client calls the ESB end

Re: osgi problem since 2.4.0

2011-09-09 Thread Freeman Fang
Hi, You can also grab the latest FUSE ESB(which is based on Apache Servicemix) release[1] which already use CXF 2.4.x and take a look the cxf-osgi example there :-) Btw, Apache SMX4.4 should be out soon. [1]http://repo.fusesource.com/nexus/content/repositories/releases/org/apache/servicemix

Re: jaxws Provider doesn't allow override of outbound ws addressing headers

2011-09-09 Thread Daniel Kulp
This might be a simple enhancement request. Are you able to build CXF source and test?I think a simple change like: --- a/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/ContextUtils.java +++ b/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/ContextUtils.java @@ -279,6 +279,9 @

Re: NTLM impersonation or security delegation

2011-09-09 Thread Daniel Kulp
On Thursday, September 08, 2011 3:47:27 PM Ilyushonak Barys wrote: > Hi, guru. > > > I would like to implement http web service proxy for Microsoft SharePoint > Web Service. In general, the idea looks like Client (IE Web Browser) -> CXF > Web Service (linux) -> Microsoft SharePoint Web Service (I

Re: Java 6 and Jetty 8 roadmap?

2011-09-09 Thread Daniel Kulp
On Friday, September 09, 2011 8:33:53 PM Gary Gregory wrote: > Hi Jetty, > > Is there a roadmap for updating CXF to Java 6 and Jetty 8 (which requires > Java 6)? Not yet. No. Maybe after 2.5 is released. Dan > > Thank you, > > Gary Gregory > Senior Software Engineer > Rocket Software > 3

Re: NTLM security between WCF and CXF

2011-09-09 Thread samyem
I noticed that there is a CXF supplied AssertionBuilder for KerberosToken at https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/builders/KerberosTokenBuilder.java which gave me a hint to attempt to modify the binding configurat

Re: NTLM security between WCF and CXF

2011-09-09 Thread samyem
And saw that Microsoft's response on CXF interop is that they don't test against CXF currently: http://wcf.codeplex.com/discussions/261520 On Fri, Sep 9, 2011 at 2:09 PM, Samyem Tuladhar wrote: > I noticed that there is a CXF supplied AssertionBuilder for KerberosToken > at > > > https://svn.ap

Re: NTLM security between WCF and CXF

2011-09-09 Thread Daniel Kulp
On Wednesday, September 07, 2011 11:16:47 AM samyem wrote: > Hi Daniel, > I had not thought about that and now viola - with the policy element taken > out of the WSDL manually, the NTLM works even without a > "jcifs.Config.registerSmbURLHandler()" under JDK 1.5. So is there a way to > get CXF to wo

Re: java first encoding="utf-8"

2011-09-09 Thread Daniel Kulp
On Thursday, September 08, 2011 11:54:19 AM Jason Pell wrote: > Hi, > > How do I get a java first web service to include encoding="utf-8" in > the ?xml header? You can add an endpoint property in the config of: "org.apache.cxf.stax.force-start-document", "true" and that should do it. -- Dan

Re: osgi problem since 2.4.0

2011-09-09 Thread Daniel Kulp
Well, there isn't a released version of ServiceMix that supports CXF 2.4.x yet. Thus, that suggestion from Freeman wouldn't work. :-) My best suggestion right now (until SMX 4.4 is out) is to grab the Talend Service Factory download ( http://talend.com/products/tsf ) and try running your a

Re: osgi problem since 2.4.0

2011-09-09 Thread Freeman Fang
Hi, If I understand correctly, you just want to use cxf http-osgi transport which leverage osgi http service(pax-web underlying), right? You're using Equinox directly? Not with Karaf or Servicemix? If you use Equinox directly, you need install a dozen of bundles yourself(from cxf 2.211 to cx

osgi problem since 2.4.0

2011-09-09 Thread bst
Hi, I'm running the application on Equinox platform and my concept is to register osgiServlet to existing httpService using pax-whiteboard. Then registering my own webServices through JaxWsServerFactoryBean using the service-reference to the osgiServlet. Everything worked great until I upgraded to