Re: Need help on CXF client

2011-06-21 Thread srinivas thallapalli
Thanks Dan, It works fine with -xjc-npa flag enable generated classes. -- View this message in context: http://cxf.547215.n5.nabble.com/Need-help-on-CXF-client-tp4506071p4513102.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Need help on CXF client

2011-06-21 Thread Daniel Kulp
In certain cases, I've seen issues with finding the package-info.java that would have the qualification flags in it. That would cause this. I would SUGGEST trying to run wsdl2java with the -xjc-npa flag to have it not use the package-info class. Dan On Monday, June 20, 2011 4:50:55 AM sri

Re: nillable? required?

2011-06-21 Thread Daniel Kulp
On Monday, June 20, 2011 9:17:38 PM Anthony Webster wrote: > Hi, > > Here's a quick (hopefully) question. Is it possible to ensure that function > parameters are always non-null? It would be cool if I didn't have to perform > a whole bunch of checks on the server-side and just assume that incoming

Re: AW: Fully qualified endpoint address at startup time

2011-06-21 Thread Daniel Kulp
Oliver, On Tuesday, June 21, 2011 7:51:43 PM Oliver Wulff wrote: > I was thinking that it must be possible to figure this out at startup time. > I remember that I read that there was some refactoring regarding the > different http transports which would simplify the way to get this > information.

RE: Local Transport Benchmarks

2011-06-21 Thread Sven Zethelius
The reason they need to be in the same classloader is CXF keeps a map of destinations. In separate war files, the services would be in separate classloaders. To accomplish what you want, the CXF jar, its dependencies, if you are using object binding then the object jar too, all need to be in t

Re: Local Transport Benchmarks

2011-06-21 Thread jaybytez
Asking a quick beginner question about this. The Coloc information as well as this post says: /They MUST be in the same classloader. This would be normal if on the same Bus./ So in order for the local to work with sharing classloader and bus, the client and server would essentially need to be in

where is the page that shows the list of wsdls available

2011-06-21 Thread Sonam Nepali
I have been using the spring's configuration to load the services. For change, I am also trying out the configuration using the CXFServlet init parameter as document on page http://cxf.apache.org/docs/servlet-transport.html : http://java.sun.com/dtd/web-app_2_3.dtd";> CXFServlet

AW: Fully qualified endpoint address at startup time

2011-06-21 Thread Oliver Wulff
Hi Willem I was thinking that it must be possible to figure this out at startup time. I remember that I read that there was some refactoring regarding the different http transports which would simplify the way to get this information. I think it's error prone to configure it in the spring confi

Re: how to pass collection objects or arrays query params in restfull

2011-06-21 Thread gunanup
thanks sergey -- View this message in context: http://cxf.547215.n5.nabble.com/how-to-pass-collection-objects-or-arrays-as-query-params-in-restfull-tp4506434p4510571.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: cxf-2.4.0 pattern match StaxTransformFeature?

2011-06-21 Thread Sergey Beryozkin
Hi On Wed, May 25, 2011 at 4:02 PM, Daniel Kulp wrote: > On Tuesday, May 24, 2011 8:58:20 PM cogitate wrote: >> Sergei: >>  when i use the StaxTransformFeature for stripping out - the >> loggingoutbound interceptor displays the stripped out xml , but the >> outputstream has no data. >> >> is ther

Re: Problem creating a Distributed OSGi service

2011-06-21 Thread TimD
Would the entire log help shed any light? osgi> Setting HttpService port to: 8080 felix.fileinstall.poll (ms) 2000 felix.fileinstall.dir C:\Users\t_dudman\Documents\Work\T004\eclipse\.\load felix.fileinstall.debug -1 felix.fileinstall.bundles.new.start true log4j:WA

Re: WSS4JOutInterceptor class not found in cxf 2.0.4-incubator client

2011-06-21 Thread Willem Jiang
Why are you using CXF 2.0.4-incubator? Can you use some latest version of CXF? BTW, CXF 2.0.x, CXF 2.1.x, CXF 2.2.x are retired from Apache CXF so far. On 6/21/11 12:45 PM, siuyab wrote: Dear all, I am developing a cxf web service client with simple username token authentication. Before using

Re: CXF JAXRS OSGI

2011-06-21 Thread Sergey Beryozkin
Did you get this issue resolved ? I actually did a 'webapp' bundle deployment a few days ago, and it worked fine in the end, the webapp bundle had only web.xml & beans.xml (which you don't need for non-Spring case), CXF bundle and application service bundle were loaded before...I used Require-Bund