Re: wsdl2java -p option change

2009-03-31 Thread Daniel Kulp
t; > default package for the service interface, fault-class etc. Should we > > > > be > > > > > > really passing the same to databinding compiler - XJC? > > > > > > The purpose was to allow things to be easily specified in one place > > >

Re: wsdl2java -p option change

2009-03-31 Thread Benson Margulies
he purpose was to allow things to be easily specified in one place and > > the tooling could separate things out. Basically, allow a single -p > blah > > to dump everything out in blah if that's possible. If we can map the -p > > into xjc's - p flag, that would accomplish tha

Re: wsdl2java -p option change

2009-03-31 Thread Daniel Kulp
arate things out. Basically, allow a single -p blah > to dump everything out in blah if that's possible. If we can map the -p > into xjc's - p flag, that would accomplish that. > > Dan > > > Thanks, > > Sam > > > > -Original Message- >

Re: wsdl2java -p option change

2009-03-31 Thread Daniel Kulp
> Sam > > -Original Message- > From: Daniel Kulp [mailto:dk...@apache.org] > Sent: Monday, March 30, 2009 9:11 AM > To: dev@cxf.apache.org > Cc: Eamonn Dwyer > Subject: Re: wsdl2java -p option change > > > Eamonn, > > On Mon March 30 2009 9:25:23

RE: wsdl2java -p option change

2009-03-30 Thread Rao, Sameer V
, 2009 9:11 AM To: dev@cxf.apache.org Cc: Eamonn Dwyer Subject: Re: wsdl2java -p option change Eamonn, On Mon March 30 2009 9:25:23 am Eamonn Dwyer wrote: > It looks like the use of the -p flag with wsdl2java has changed dor cxf > 2.2. Now it reports > > "-p option cannot

Re: wsdl2java -p option change

2009-03-30 Thread Daniel Kulp
; > 2.1.4 did allow the unqualified specifying of package name for me > though. > > Thanks > Eamonn > > -Original Message- > From: Daniel Kulp [mailto:dk...@apache.org] > Sent: 30 March 2009 15:11 > To: dev@cxf.apache.org > Cc: Eamonn Dwyer > Subject: Re: wsdl2java -

RE: wsdl2java -p option change

2009-03-30 Thread Eamonn Dwyer
ssage- From: Daniel Kulp [mailto:dk...@apache.org] Sent: 30 March 2009 15:11 To: dev@cxf.apache.org Cc: Eamonn Dwyer Subject: Re: wsdl2java -p option change Eamonn, On Mon March 30 2009 9:25:23 am Eamonn Dwyer wrote: > It looks like the use of the -p flag with wsdl2java has changed dor cxf >

Re: wsdl2java -p option change

2009-03-30 Thread Daniel Kulp
Eamonn, On Mon March 30 2009 9:25:23 am Eamonn Dwyer wrote: > It looks like the use of the -p flag with wsdl2java has changed dor cxf > 2.2. Now it reports > > "-p option cannot be used when wsdl contains mutiple schemas" > > for my wsdl, even though the wsdl compiles with version 2.1.4. Hmm...

wsdl2java -p option change

2009-03-30 Thread Eamonn Dwyer
Hi It looks like the use of the -p flag with wsdl2java has changed dor cxf 2.2. Now it reports "-p option cannot be used when wsdl contains mutiple schemas" for my wsdl, even though the wsdl compiles with version 2.1.4. The wsdl in question does import other schema, so I reckon that this i