WS-A issue!!!!!

2009-02-02 Thread Sky-Tiger
WS-A is becoming flaw of CXF2 now! Recently I checked the WS-A functionality that supported by CXF. It is not good! First, it doesn't comply to new WS-A specification, that means it not follow the WS-A WDSL binding specification. Please check this

Re: JAX-WS CXF with Tibco JMS

2009-02-02 Thread Ed Scriven
Christian, I am unable to get to work today due to the snow here in the UK. I'll have a look tomorrow. Your exception for Tomcat is a common problem in Eclipse. If you restart Eclipse it normally goes away. If not, I clean out the Tomcat working directories (right-click server in Eclipse for

Schema field order and WSDL generation

2009-02-02 Thread Marco
I'm developing using CXF-2.1.4-SNAPSHOT. I noticed that the order of the fields in complex-types in the generated schema has changed with the SNAPSHOT release of today. The question is: is that an issue or the CXF/Jaxb behaviour has been changed for a reason? Marco.

ws-a questions

2009-02-02 Thread Adrian C
Hi, Can someone clarify how CXF works with WS-A? I had some unexpected results where a client was calling our web services with two different SOAP actions (one on the transport headers, http in this case, the other in the WSA headers). The WS-A header as it turned out was incorrect however the

Re: problem while runnning jsp/html page on the server

2009-02-02 Thread shwetanaik
hi all, I have created dynamic web poject in which i have cxf/jaxrs api to generate rest json output. I am able to generate rest json output. by address http://localhost:8080/myservice/json In the same project under webapp i have created one simple html page, but when i am trying to run it on

Re: [JAX-WS][JAX-RS][JAVA-FIRST] Problem in the auto-generated wsdl

2009-02-02 Thread Gabo Manuel
Hi Sergey, I'm sorry it took this long for a response. I tried using CXF2.2 snapshot. All is working fine except for the following case: import javax.ws.rs.POST; import javax.ws.rs.Consumes; import javax.ws.rs.Produces; import javax.jws.WebMethod; import javax.jws.WebParam; import

Re: [JAX-WS][JAX-RS][JAVA-FIRST] Problem in the auto-generated wsdl

2009-02-02 Thread Gabo Manuel
Hi Sergey, Sorry for that. Ignore that email. It is working now. Old versions of cxf and jsr were loaded in the class path. My mistake. :) Gabo Gabo Manuel wrote: Hi Sergey, I'm sorry it took this long for a response. I tried using CXF2.2 snapshot. All is working fine except for the