Re: CXF - WSDL : Newbie question

2009-06-25 Thread xpsytor
Nice. I know where to start looking then. Thanks!! --- On Wed, 6/24/09, Daniel Kulp wrote: From: Daniel Kulp Subject: Re: CXF - WSDL : Newbie question To: users@cxf.apache.org Cc: "xpsytor" Date: Wednesday, June 24, 2009, 4:29 PM Both are related to JAXB spec.   For 2, JAXB

Re: CXF - WSDL : Newbie question

2009-06-24 Thread Daniel Kulp
ava.lang.Exception com.abcd.common.Result.getError() > at com.abcd.common.Result > at private com.abcd.common.Result > com.abcd.handler.jaxws_asm.LoginResponse._return at > com.abcd.handler.jaxws_asm.LoginResponse > > > --- On Wed, 6/24/09, Andrew Clegg wrote: > &g

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
t private com.abcd.common.Result com.abcd.handler.jaxws_asm.LoginResponse._return         at com.abcd.handler.jaxws_asm.LoginResponse --- On Wed, 6/24/09, Andrew Clegg wrote: From: Andrew Clegg Subject: Re: CXF - WSDL : Newbie question To: users@cxf.apache.org Date: Wednesday, June 24, 2009, 10:38 AM

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
Hi Daniel, Yes, I'm using the default JAXB. >From what you said, looks like @XmlSeeAlso might do the trick. I'm checking >this pronto! Thanks. Chris. --- On Wed, 6/24/09, Daniel Kulp wrote: From: Daniel Kulp Subject: Re: CXF - WSDL : Newbie question To: users@cxf.apache.

Re: CXF - WSDL : Newbie question

2009-06-24 Thread Andrew Clegg
2009/6/24 xpsytor : > Will take a look at the link you've mentioned here. > > About the method definitions for returned class, I'm sorry - I should have > probably said definition for my getter and setter methods. Yes, they - > including the constructor isn't generating. The class is literally em

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
ObjectFactory class does have a newInstance() for returned class but its pretty much useless as the returned class is abstract. Chris --- On Wed, 6/24/09, Andrew Clegg wrote: From: Andrew Clegg Subject: Re: CXF - WSDL : Newbie question To: "xpsytor" Cc: users@cxf.apache.org Date: Wedne

Re: CXF - WSDL : Newbie question

2009-06-24 Thread Daniel Kulp
;m missing something here or is it a bug or its intended > design. Hope that explanation was clear without me printing out the actual > classes involved here. > > Chris > > --- On Wed, 6/24/09, Andrew Clegg wrote: > > From: Andrew Clegg > Subject: Re: CXF - WSDL : Newbie ques

Re: CXF - WSDL : Newbie question

2009-06-24 Thread Andrew Clegg
2009/6/24 xpsytor : > In my case, method return type is an abstract class, wherein the actual > object returned is of its subclasses. > Problem 1: This subclass-es is missing in wsdl Not too sure about how this is handled -- someone here with more Java-first experience can help. This might give

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
nation was clear without me printing out the actual classes involved here. Chris --- On Wed, 6/24/09, Andrew Clegg wrote: From: Andrew Clegg Subject: Re: CXF - WSDL : Newbie question To: users@cxf.apache.org, xpsy...@yahoo.com Date: Wednesday, June 24, 2009, 8:42 AM 2009/6/24  : > Hello gr

Re: CXF - WSDL : Newbie question

2009-06-24 Thread Andrew Clegg
2009/6/24 : > Hello group! > > I am new to using CXF and have run into initial hiccups. Using JAX-WS styled > notations I have deployed my services on tomcat in testing env. > For consumption, I generated local stubs using the published wsdl. The > problem is that not all classes are getting gen

CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
Hello group! I am new to using CXF and have run into initial hiccups. Using JAX-WS styled notations I have deployed my services on tomcat in testing env. For consumption, I generated local stubs using the published wsdl. The problem is that not all classes are getting generated and some of them