RE: Migrating enums

2007-10-23 Thread Benson Margulies
OK, I get it. Namespace="' as well. > -Original Message- > From: Benson Margulies [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 4:11 PM > To: Daniel Kulp; cxf-user@incubator.apache.org > Subject: RE: Migrating enums > > I've already

RE: Migrating enums

2007-10-23 Thread Benson Margulies
//util.basistech.com";) } ) package com.basistech.util; > -Original Message- > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 3:33 PM > To: cxf-user@incubator.apache.org > Cc: Benson Margulies > Subject: Re: Migrating enums &g

RE: Migrating enums

2007-10-23 Thread Benson Margulies
Oh, well, that's simple enough. > -Original Message- > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 3:33 PM > To: cxf-user@incubator.apache.org > Cc: Benson Margulies > Subject: Re: Migrating enums > > > This is probably

Re: Migrating enums

2007-10-23 Thread Daniel Kulp
This is probably working "as designed" for JAX-WS tck/spec compliance. Basically, in the absense of namespace attributes on the @XmlType annotations or on the @XmlSchema annotation in the package-info, we are supposed to map all the beans into schemas of the service namespace. I know, kind of

RE: Migrating enums

2007-10-23 Thread Benson Margulies
This turns out to be specific to java2wsdl usage. I'm running the tool from ant, with: The classpath there should contain all the relevant impediment. I guess the first step is to change 'quiet' to 'verbose'. > -