Re: sending up casted beans with XFire does not work ?

2008-03-12 Thread Benson Margulies
We don't really support XFire on this list. The doc I recently posted explains how to do this with CXF 2.1. It is also hypothetically possible with CXF 2.0.4, but I'm not quite sure of the recipe. On Wed, Mar 12, 2008 at 10:07 AM, Maxim Veksler <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I'

Re: Jax-rs issue

2008-03-12 Thread Frank Lynch
Hi Tom, IIRC the demo didn't illustrate jax-rs in a servlet with spring. I'll forward the demo I sent to priya to you off list. When I get a chance I will also open a jira & submit this demo back as a patch. regards, --Frank On Wed, 2008-03-12 at 13:32 -0700, Tom Purcell wrote: > Frank > > I'm h

Re: Jax-rs issue

2008-03-12 Thread Tom Purcell
Frank I'm having the exact same problem. Would it be possible to post your configuration or some information on how your implementation is different from the jax-rs demo? Thanks Tom Frank Lynch-3 wrote: > > Hello Priya, > I will email you a zip file containing a modified version of the basic

Re: Question about JaxWsProxyFactoryBean and JAXB.

2008-03-12 Thread Daniel Kulp
On Wednesday 12 March 2008, Irshad Buchh wrote: > Hi, > > We have used Apche CXF to deploy a webservice in one of our projects. > It works like a charm with Spring. Now on the client side, we used > WSDL2JAVA to create JAXB based proxy classes/stubs and we use > JaxWSProxyFactoryBean to consume the

TypeNotPresentException running java2wsdl

2008-03-12 Thread mateamargo
I'm trying to generate a web service with annotations and generate the WSDL from it. I'm using Maven with the cxf-codegen-plugin. After runing "mvn cxf-codegen:java2wsdl" I get the following exception: JavaToWSDL Error : java.lang.TypeNotPresentException: Type x.y.z.SomeClass not present I want

about complex type publish

2008-03-12 Thread luoluo
I tried to publish a service with complex definition using JAXB annotations (Geronimo 2+ CXF). I got two issues: 1> CXF publishes some of my domain model objects (which are not annotated) into wsdl. Those objects are not occurred in my web service interface and implementation classes; 2> When I

sending up casted beans with XFire does not work ?

2008-03-12 Thread Maxim Veksler
Hello everyone, I'm using XFire 1.2.6. I would like to expose an interface that can return varying Beans. For this I've created an interface with public Object getExtendedStatus(String taskId); method. The server side up casts the Bean to be send over the wire, in the client I'm trying to downca

Question about JaxWsProxyFactoryBean and JAXB.

2008-03-12 Thread Irshad Buchh
Hi, We have used Apche CXF to deploy a webservice in one of our projects. It works like a charm with Spring. Now on the client side, we used WSDL2JAVA to create JAXB based proxy classes/stubs and we use JaxWSProxyFactoryBean to consume the webservice using Spring. It works ok as well. Do we need

Inheritence/namespace issue using ClientProxyFactoryBean calling a XFire WS

2008-03-12 Thread Kjartan Aanestad
Hi, I'm using cxf (2.0.3-incubator) ClientProxyFactoryBean to call a XFire Web Service. The Web Service returns a PrivateCustomer: package common.framework; public abstract class Data implements Serializable { protected boolean status; I have added the properties "writeXsiTy