Re: [CXF2.2][wsdl2java][RPC/Lit] Unable to create stubs

2009-04-14 Thread Gabo Manuel
Hi Dan, Any update on this issue? I mean, if there is a work around (use Aegis data binding perhaps?)? Thanks in advance. Gabo P.S. Did you receive the attachment in my previous reply? Daniel Kulp wrote: On Tue March 31 2009 12:04:05 am Gabo Manuel wrote: Hi Dan, I saw your latest

Null pointer exception at client side with CXF framework

2009-04-14 Thread dharmnaresh
Hi, I implemented java clients with CXF framework. In one method, it will return a array of strings. With soap Ui tool I am able to see the collect of array strings. In CXF java clients array size is returning but the content is becoming null. Can any body tell me why it is failing in Java.

CXF WS-Security, Using PasswordDigest return password null

2009-04-14 Thread odesnier
Hello, The client-side works correctly, and put the correct header : wsse:UsernameToken xmlns:wsse=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd; xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd;

Re: Jax-RS Authorization Models

2009-04-14 Thread Sergey Beryozkin
Hi Sergey Beryozkin wrote: classResourceInfo.getResourceProvider().getInstance(); and then getClass() on that instance, if needed You can get the name of the operation like this : Method m = ori.getMethodToInvoke(); Hi, This works fine. However, it doesn't give me the parameters

How to get Class of service implementor in an Interceptor?

2009-04-14 Thread D'Arcy, Hamlet B
Is there a way for me to get the Class reference for my service implementer within an interceptor? Each WebMethod on my service class is annotated with some permissions information. I want to write an interceptor that reads that permission information and enforces them. My service class is

Re: Multiple collections in JSON Dto mixed up

2009-04-14 Thread felixsch
Just FYI: this jettison bug was fixed in the latest jettison 1.1-SNAPSHOT version--everything works for me now. Regards, Felix felixsch wrote: Hi, thank you both for your replies. Dan, I followed your suggestion, turns out this is a jettison bug. I could reproduce it just using a

Incompatibility between CXFServlet and ?js

2009-04-14 Thread Olivier Terrier
Hi I have a JAX-WS webservice deployed in an embedded jetty. I have switched recently to a Spring bean deployment using CXFServlet. Since this change I can no longer access to the ?js dynamic javascript generation. The ?wsdl and all the ws operations work normally but the ?js sends a

What project is the more advanced ?

2009-04-14 Thread Raphael F.
Hello everyone. I wonder what is the project the more advanced between Apache CXF Sun Jersey concerning the implementation of JSR 311: JAX-RS ? Does one of them is more advanced than the other one ? If yes, which one ? Thanks by advance -- Raphaël F. L'avenir de nos Libertés Fondamentales

Re: Incompatibility between CXFServlet and ?js

2009-04-14 Thread Daniel Kulp
On Tue April 14 2009 11:37:51 am Olivier Terrier wrote: I have a JAX-WS webservice deployed in an embedded jetty. I have switched recently to a Spring bean deployment using CXFServlet. Since this change I can no longer access to the ?js dynamic javascript generation. Hmmm... it should work

Re: Multiple collections in JSON Dto mixed up

2009-04-14 Thread Daniel Kulp
On Tue April 14 2009 10:56:04 am felixsch wrote: Just FYI: this jettison bug was fixed in the latest jettison 1.1-SNAPSHOT version--everything works for me now. Cool. Thanks for verifying that. I'm working with Dejan to get a couple fixes in place and a 1.1 out later this week for use with

Re: What project is the more advanced ?

2009-04-14 Thread James Strachan
This might help, it describes the extensions to JAX-RS supported in Jersey... http://blogs.sun.com/sandoz/entry/jersey_features_and_documentation 2009/4/14 Raphael F. raf64...@gmail.com: Hello everyone. I wonder what is the project the more advanced between Apache CXF Sun Jersey concerning

Re: What project is the more advanced ?

2009-04-14 Thread Sergey Beryozkin
Personally, I don't like such discussions as I find them being of little use and distracting for people working on the implementation. Users are not blind and can easily figure out what implementation they'd like to work with - let them do a bit of home work. I'd like to remind once again :

fuse eclipse development

2009-04-14 Thread Bruce Edge
Hi, I'm coming form a C++ gSOAP web services background. I realize that the world has moved on around us and I'm trying to get up to speed on cxf development. What's the development approach preference for web services with cxf? Do people use eclipse to write wsdls first? Is the fuse eclipse

RE: Incompatibility between CXFServlet and ?js

2009-04-14 Thread Olivier Terrier
Hi Dan 2) Are you using a Spring context listener with imports for cxf/http/servlet/etc?If so, did you import: META-INF/cxf/cxf-extension-javascript-client.xml as well? Brilliant : it was that! Thanks a lot Olivier

Re: [CXF2.2][wsdl2java][RPC/Lit] Unable to create stubs

2009-04-14 Thread Daniel Kulp
On Tue April 14 2009 6:14:29 am Gabo Manuel wrote: Hi Dan, Any update on this issue? I mean, if there is a work around (use Aegis data binding perhaps?)? Just logged a JIRA: https://issues.apache.org/jira/browse/CXF-2172 The workaround would be to pull the XmlRootElement annotation off the

Re: fuse eclipse development

2009-04-14 Thread Daniel Kulp
You MAY want to look at the new JAX-WS based eclipse tooling for the WTP project: http://wiki.eclipse.org/JAXWS It's still in the eclipse incubator, but it's coming a long way toward making development of JAX-WS stuff in eclipse a lot easier. Dan On Tue April 14 2009 12:18:41 pm Bruce

Re: fuse eclipse development

2009-04-14 Thread Bruce Edge
It's asking for login credentials when I try to import the psfhttp://wiki.eclipse.org/images/f/f6/JAXWS_Incubator_18Mar09.psf .. or is this how eclipse fails when cvs doesn't realize it's behind a proxy? -Bruce On Tue, Apr 14, 2009 at 9:49 AM, Daniel Kulp dk...@apache.org wrote: You MAY

Problem with wsdl xsd:import schemaLocation and relativ path!

2009-04-14 Thread svn_
Hey, i have a problem with my webservice i tried to source out the element defenition in seperate *.xsd filesand import into *.wsdl via : xsd:import namespace=http://www.dhbw-mannheim.de/ReqTrac; schemaLocation=UserService.xsd /xsd:import compiling with maven works fine!! the problem occours