Re: Can not initialize the default wsdl

2012-07-27 Thread Alberto Llopis
Hi. I had the same problem with that example. Try changing in CodeGenerator.java the line "src/main/resources/SimpleService.wsdl" with "file:src/main/resources/SimpleService.wsdl" in the last parameter of WSDLToJava.main function. Re-execute and you will note code changes in SimpleService_Serv

Re: governance with cxf

2012-07-27 Thread David Brown
Hi, not sure what u r looking for in terms of what u mean by documenting. Do u mean a self documenting tool? Néstor Boscán wrote: >Hi > >I'm creating a lot of web services using cxf and i need a tool that will >document them and their relationships. Anyone knows an open source tool for >this?

Re: Media type separator is missing - how to troubleshoot?

2012-07-27 Thread bcarlson
Sergey, I checked out the latest code, and did a snapshot build... I reviewed line 53, looks like the fix is in, because it's working fine now! Thanks much for your help, it's very much appreciated! -Ben -- View this message in context: http://cxf.547215.n5.nabble.com/Media-type-separator-i

governance with cxf

2012-07-27 Thread Néstor Boscán
Hi I'm creating a lot of web services using cxf and i need a tool that will document them and their relationships. Anyone knows an open source tool for this? Regards, Nestor Boscan

Re: WS-Trust Version and WCF

2012-07-27 Thread Sarafian
The error I get from the WCF stack is wrote > > Security negotiation message has incorrect action > 'http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal'. >From the log files of WCF the part that differentiates between the two flows can be seen within the following messages. A

WS-Trust Version and WCF

2012-07-27 Thread Sarafian
I'm trying to make a WCF Service work with a CXF-Fediz setup. STS configuration has the WCF's service relying configuration. I have a project that has been already been tested with ADFS (Windows Authentication) and IdentityServer.codeplex.com (Username/Password Authentication). We have run into p

Re: Media type separator is missing - how to troubleshoot?

2012-07-27 Thread Sergey Beryozkin
On 27/07/12 15:02, bcarlson wrote: Thanks Sergey, I'll try with the source. I'm not sure if it's a WebLogic issue, or maybe an ATG issue? I really do appreciate your patience with this... I've lost most of mine! :) I think that you may have a fairly involved setup which might expose some pote

Re: Media type separator is missing - how to troubleshoot?

2012-07-27 Thread bcarlson
Thanks Sergey, I'll try with the source. I'm not sure if it's a WebLogic issue, or maybe an ATG issue? I really do appreciate your patience with this... I've lost most of mine! :) -Ben -- View this message in context: http://cxf.547215.n5.nabble.com/Media-type-separator-is-missing-how-to-tro

Re: CXF DOSGI EndPoint description and Zookeeper

2012-07-27 Thread David Bosschaert
Hi Sunil, See here for the list of bundles that I recently used. This is pretty much CXF-DOSGi 1.4-SNAPSHOT: http://github.com/bosschaert/osgi-cloud-infra/tree/master/osgi/equinox/bundles There are a few extra ones in there but you'll easily spot those. There is a 'launch-osgi-local.sh' script i

Re: Media type separator is missing - how to troubleshoot?

2012-07-27 Thread Sergey Beryozkin
On 27/07/12 13:13, bcarlson wrote: I didn't get a chance to test it with 2.6.1 until just now. Still no joy. Unfortunately I've no idea why interceptors are not picked up in your case. Can you download the CXF source and see why there are not picked up ? Example, I've been adding logging in/o

Re: Media type separator is missing - how to troubleshoot?

2012-07-27 Thread bcarlson
I didn't get a chance to test it with 2.6.1 until just now. Still no joy. -Ben -- View this message in context: http://cxf.547215.n5.nabble.com/Media-type-separator-is-missing-how-to-troubleshoot-tp5711524p5711656.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: CXF DOSGI EndPoint description and Zookeeper

2012-07-27 Thread Spandit2
Hi David After updating to CXF DOSGI 1.4 SnapShot I am not able to register any service in the service registry . Could you please provide me list of bundles you have deployed. Here is what I have beside all other CXF bundles. *

Re: Setting streaming directory

2012-07-27 Thread Sergey Beryozkin
On 27/07/12 10:45, cxf-fan wrote: Hi, Do we set Streaming directory in server side or client side? Because , in CXF , we do set it in client side but with JAX-WS its in server side. can someone explain to me why? If a property which point to the directory is set on the jaxws:endpoint then

Setting streaming directory

2012-07-27 Thread cxf-fan
Hi, Do we set Streaming directory in server side or client side? Because , in CXF , we do set it in client side but with JAX-WS its in server side. can someone explain to me why? Thanks in advance Regards -- View this message in context: http://cxf.547215.n5.nabble.com/Setting-streaming-

Re: Code Generation from Eclipse with Exceptions

2012-07-27 Thread Heiake2
Hi, thank you all for your help. Code generation works perfektly now =). It is always good to have a good forum if you try something new and encounter problems. -- View this message in context: http://cxf.547215.n5.nabble.com/Code-Generation-from-Eclipse-with-Exceptions-tp5711622p5711644.html