Re: Unmarshalling error when using fastinfoset

2010-03-29 Thread Daniel Kulp
On Monday 29 March 2010 9:25:34 am fahman_dude wrote: > Hello, > > please find attached eclipse test project. Its got maven config so, > normally, running "mvn install" should be sufficient to generate, compile > and run unittest. > > For those of you opening the project in eclipse BEFORE running

Re: Spring CXF Client Header not threadsafe?

2010-03-29 Thread Daniel Kulp
Well, it is "thread safe", nut it has an unusual side effect When implementing the thread safe context, the question came up as to what should the context look like on a NEW thread. Should it be empty? That idea really was not workable. One common use case was the proxy is "configure

Re: WS-Security policy in wsdl for java first approach

2010-03-29 Thread Daniel Kulp
On Friday 26 March 2010 6:17:46 am Bhushan Bhangale wrote: > Yes I am using spring and the configuration is same as your example > java_first_spring_support. > > I am able to add the policy information in the generated wsdl after I added > META-INF/cxf/cxf-extension-policy.xml. > > The problem is

Re: Custom Transport and getInbuiltBackChannel

2010-03-29 Thread Daniel Kulp
On Sunday 28 March 2010 6:44:42 pm Coder One wrote: > For custom transport and @Oneway methods, I got the client side right, but > the service side perplexes me. Here is the current code. Using logs, I > can see that getInbuiltBackChannel() is called even when the function is > @Oneway. Is that

Re: jax-rs security

2010-03-29 Thread rangeli nepal
Thank you Josh, My start itself was not good. I built a test jax-rs application which runs as expected. After this step I tried to see if I can enhance it using basic auth or form auth. In order to do so I did following as described below: Added following entries in web.xml as in step 1 and cont

Re: unkown endpoint error when communicate with ode-se and cxf-bc-provider

2010-03-29 Thread Daniel Kulp
This is probably best posted to the servicemix lists or maybe the ode lists. Since the cxf-bc and ode stuff is not part of CXF, I'm not sure how we can really help you. Dan On Monday 29 March 2010 9:04:07 am treessying wrote: > hello everyone, > I am woking about deploying a bpel servic

Re: Problems when intercepting an outbound SOAP message

2010-03-29 Thread Daniel Kulp
On Monday 29 March 2010 10:40:21 am Inma Marín wrote: > Hi again, > > We are using CXF version 2.2.4 ... is it posible that the problem of > intercepting the whole outbound SOAP message is related to that version? > > Thank you very much in advance. Should be irrelevant. It's mostly a matter o

Re: Updating to 2.2.7 gives invalid JAXB annotation

2010-03-29 Thread Daniel Kulp
Any chance you can strip this down to just a echoIbTimeStamp type thing and see if the problem is reproducible? If so, attach that test to a JIRA? My gut feeling is that somehow the superclass in this case is being inspected despite the @XmlJavaTypeAdapter annotation. Not sure why, but a

Re: interceptor config for multiple javax.xml.ws.Service

2010-03-29 Thread Daniel Kulp
On Monday 29 March 2010 7:46:57 pm Jason Thrasher wrote: > Hi All, > I'm in process to implement a second Service client, and can't figure out > the best way of attaching different sets of PhaseInterceptor (s), per > Service. The services require different security configuration, and have > unique

Re: Usage of the -p parameter

2010-03-29 Thread Daniel Kulp
The -p can map the namespace to package names, but it won't remap class names or method names. If you need to do that, you need to use a jaxws/jaxb customization binding file. Dan On Sunday 28 March 2010 6:27:28 am Björn Häuser wrote: > Hello List, > > its me, again. > > When using this

interceptor config for multiple javax.xml.ws.Service

2010-03-29 Thread Jason Thrasher
Hi All, I'm in process to implement a second Service client, and can't figure out the best way of attaching different sets of PhaseInterceptor (s), per Service. The services require different security configuration, and have unique interceptor chains, independent of each other. How is this done,

Re: Updating to 2.2.7 gives invalid JAXB annotation

2010-03-29 Thread Tonio
Sorry pressed Post Message wrongly, again: I was working with version 2.2.1 (JAXB 2.1.9), and decided to make an update to 2.2.7 (JAXB 2.1.12), when I deployed the already running application I get a JAXB error that didn't appear in 2.2.1. The application is running in Tomcat 6.0 with Java 1.6.0

Updating to 2.2.7 gives invalid JAXB annotation

2010-03-29 Thread Tonio
I was working with version 2.2.1 (JAXB 2.1.9), and decided to make an update to 2.2.7 (JAXB 2.1.12), when I deployed the already running application I get a JAXB error that didn't appear in 2.2.1. Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExc

Re: jax-rs security

2010-03-29 Thread Josh Holtzman
> But no luck. Can you elaborate? I've got spring security filters configured to intercept requests destined for CXF-based JAX-RS endpoints. How are you deploying your sevices, via web.xml [1]? [1] http://cwiki.apache.org/CXF20DOC/jax-rs.html#JAX-RS-web.xml Josh On Mon, Mar 29, 2010 at 2:55 P

jax-rs security

2010-03-29 Thread rangeli nepal
Hello Everybody, Currently I am using CXF 2.2.6. I am trying to come up with a solution where I intercept every request. I like to protect my resources in two phase. Once certificate presented during Client auth (SSL cert.) is verified, I like to proceed with presenting login screen. I was thin

Re: Issue when switching environments

2010-03-29 Thread cperry
This issue was actually not related to CXF. The remote server was returning a 403 error instead of the wsdl, which led to the parsing error. --Chris -- View this message in context: http://old.nabble.com/Issue-when-switching-environments-tp28071579p28074833.html Sent from the cxf-user mailing l

Issue when switching environments

2010-03-29 Thread Christopher Perry
Hey all, We've created a simple servlet that accesses a cxf web service running on a remote host. We're running the servlet inside of a customized Tomcat container. When the servlet is running inside of a Windows environment, everything works as expected. However, when we move to a Red Hat envi

RE: Problems when intercepting an outbound SOAP message

2010-03-29 Thread Inma Marín
Hi again, We are using CXF version 2.2.4 ... is it posible that the problem of intercepting the whole outbound SOAP message is related to that version? Thank you very much in advance. > -Mensaje original- > De: Inma Marín [mailto:inm...@um.es] > Enviado el: lunes, 15 de marzo de 2010

Re: how to handle No such operation problem in cxf

2010-03-29 Thread SaravananRamamoorthy
Hi All, The issue has been solved by overriding the doHead() method (in the class that extends CXFNonSpringServlet) and it solves the problem. Regards Saravanan Ramamoorthy SaravananRamamoorthy wrote: > > Hi All, > > I have created hello world webservice using cxf. > My application endpoint

Re: multi language support in cxf

2010-03-29 Thread SaravananRamamoorthy
Hi Sergey, Thanks for your input. I am using UTF-8 encoding format and In JAX-RS I am using FormParam to retrieve the form values. Now I just pass the encoded value to the end-application, and I can able to get the correct value.JAX-RS perfectly transfer the encoded value and it works properly.

Re: Unmarshalling error when using fastinfoset

2010-03-29 Thread fahman_dude
Hello, please find attached eclipse test project. Its got maven config so, normally, running "mvn install" should be sufficient to generate, compile and run unittest. For those of you opening the project in eclipse BEFORE running maven, don't worry about compilation errors! This is because the

unkown endpoint error when communicate with ode-se and cxf-bc-provider

2010-03-29 Thread treessying
hello everyone, I am woking about deploying a bpel service in servicemix via cxf-bc and ode-se. Now I have successfully connected cxf-bc-consumer and ode-se, i.e, the input message find the route to ode-se. However, when the ode-se invoke some webservice via cxf-bc-provider, an error occu

Re: multi language support in cxf

2010-03-29 Thread Sergey Beryozkin
Hi Can you please add a logging feature to the jaxrs:endpoint and let me know how the HTTP headers and the actual message content look like ? What is the method signature that you use, do you have '@FormParam String' parameters ? The form provider uses UTF-8 encoding to have input stream bytes con

[CXF-2.2.5][JDK1.5][Spring-2.5.5] WADL generator does not include response object

2010-03-29 Thread Gabo Manuel
Hi Team, Given the following: @WebService(name="FooService", targetNamespace="http://foos.domain.com/";) @SOAPBinding(use=Use.LITERAL, style=Style.RPC) @Consumes("*/xml") @Produces("text/xml") @Path("/Foos") public interface FooService{ @GET @Path("/") @WebMethod @WebResult(na