Re: cxf 2.2.1 java2ws imports wsdl inside the same wsdl

2013-07-02 Thread jasminadesai
Hi Daniel, In continuation to my previous post, I tried putting namespace in both impl and interface and the import in the generated wsdl is gone. Many thanks for your answer. Regards, Jasmina -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-2-2-1-java2ws-imports-wsdl-insi

Re: cxf 2.2.1 java2ws imports wsdl inside the same wsdl

2013-07-02 Thread jasminadesai
Thanks Daniel. I checked the target namespace in my interface and the implementation. The interface does have a target namespace defined, but the implementation does not have any. The impl just has the service name and the endpoint interface. So will adding a namespace to the imp, help in elimina

Re: cxf 2.2.1 java2ws imports wsdl inside the same wsdl

2013-07-02 Thread jasminadesai
Unfortunately I cannot upgrade my cxf version. -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-2-2-1-java2ws-imports-wsdl-inside-the-same-wsdl-tp5730187p5730214.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: cxf 2.2.1 java2ws imports wsdl inside the same wsdl

2013-07-02 Thread Daniel Kulp
You likely have different namespaces in the @WebService annotations for the impl and the interface (or they are in different packages). Make sure the namespaces match. Dan On Jul 2, 2013, at 12:20 PM, jasminadesai wrote: > I auto generate the wsdl in my application using cxf 2.2.1. > When

Re: Embedded jetty: Could not send Message - Read timed out

2013-07-02 Thread Willem jiang
Can you changed the surfier fork mode and make sure the JAXWS server is start per class? -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)

Re: cxf 2.2.1 java2ws imports wsdl inside the same wsdl

2013-07-02 Thread Freeman Fang
Hi, Please run with more recent cxf version to see if it helps, cxf 2.2.x not get supported anymore - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http

Re: Embedded jetty: Could not send Message - Read timed out

2013-07-02 Thread Freeman Fang
Hi, Would you please test with more recent cxf version? CXF 2.3.x not get supported anymore - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.

Programmatic Fediz Authentication

2013-07-02 Thread Burton, Tom F (DOR)
I got my test application working for a simple page. Now I'm trying to integrate with the in place authentication strategy currently in use for my applications. Background: Wicket Framework 1.5 (http://wicket.apache.org/ ) implementing IAuthorizationStrategy (http://ci.apache.org/projects/wicke

Generating classes with jaxb binding, container classes not gen'd

2013-07-02 Thread Pete Lamborne
Hi all, I am using the maven cxf-codegen-plugin, latest version 2.7.5, to generate classes from a wsdl that was generated by Oracle SOA. Only classes with a concrete definition in the provided xsd get generated. Here's an example from the xsd: The class QueryLineupRequestMessageType is

Re: [JAX-RS] error in start up server

2013-07-02 Thread ced_benoit
Hi Sergey, OK, I come back about the first option in use @Context: @Context private UriInfo uriOnfo; I would like to understand, when we do this above, we declare a variable UriOnfo of type UriInfo, but in which case we can use in the class or in which method? thank you for your help?

cxf 2.2.1 java2ws imports wsdl inside the same wsdl

2013-07-02 Thread jasminadesai
I auto generate the wsdl in my application using cxf 2.2.1. When the wsdl gets generated, it imports itself. So, if I have a wsdl at http://localhost:8080/services/MyService?wsdl, then this wsdl has the following inside: http://localhost:8080/services/MyService?wsdl=MyService.wsdl"; namespace="htt

Re: java.lang.NoSuchMethodError after the upgrade of CXF version to 2.4.9 from 2.1.6

2013-07-02 Thread Mlobo
Daniel Kulp writes: > > > On Feb 15, 2013, at 2:25 AM, Arjun Bharadwaj H S > wrote: > > > Hi, > > > > We upgraded the CXF version from 2.1.6 to 2.4.9 and build the ear. > > When we tried to start the EAR, we are getting the following error: > > > > Invocation of init method failed; nested e

Re: java.lang.ClassCastException: [B cannot be cast to [Ljava.lang.Object

2013-07-02 Thread Sergey Beryozkin
Hi On 02/07/13 12:01, eanbiso wrote: Hi Sergey, I'm testing also other endPoints after their RESTization and I've found another problem connected to particular input parameters... I've this ws method: @GET @Path("/parseGenCommandArgs") @ApiOperation(value = "Parses the gi

Embedded jetty: Could not send Message - Read timed out

2013-07-02 Thread vincentr42
Hi, We use the embedded jetty proposed by CXF in our project's integration tests. Those are in the form of Junit tests and wired by Spring (and launched by maven surefire plugin) Tested JAX-WS web services are deployed on the embedded jetty and accessed through a JAX-WS client also provided by CXF

RE: java.lang.ClassCastException: [B cannot be cast to [Ljava.lang.Object

2013-07-02 Thread eanbiso
Hi Sergey, I'm testing also other endPoints after their RESTization and I've found another problem connected to particular input parameters... I've this ws method: @GET @Path("/parseGenCommandArgs") @ApiOperation(value = "Parses the given set of arguments according to the

Re: ClassNotFound exception org.apache.cxf.transport.servlet.CXFServlet

2013-07-02 Thread Adeson
Hello, I also met this problem, don't know how to solve now, I want to write a rest interface with CXF, do you have experience in this field? Or do you have some code can refer to? Please send me good yao -- View this message in context: http://cxf.547215.n5.nabble.com/ClassNotFound-exception-o

Re: schema-validation-enabled=true

2013-07-02 Thread ParvathyR
I might have added my text to the quote in my previous response. Reposting here: Hi Dan, This behaviour was noted for jms services and not for ones exposed over http. For webservices over http, the marshalling error is shown as part of the Fault body, while for the same webservice, if I change

Re: schema-validation-enabled=true

2013-07-02 Thread ParvathyR
Daniel Kulp wrote > Due to CXF's streaming, if there is any error writing out a message, there > is not much that can be done to properly recover.You can set a > property of: > > "org.apache.cxf.output.buffering", "true" > > on the endpoint to cause it to buffer the output while writing so i