Re: enumeration values are alphabetized

2010-02-26 Thread Glen Mazza
alues. After the WSDLToJava the enumeration values are > alphabetized in the .java file. Is there a way to turn tell CXF to leave > the order alone? > -- View this message in context: http://old.nabble.com/enumeration-values-are-alphabetized-tp27706547p27715864.html Sent from the cxf-issues mailing list archive at Nabble.com.

Re: enumeration values are alphabetized

2010-02-24 Thread Daniel Kulp
On Tue February 23 2010 11:50:18 am Matt wrote: > We are using WSDLToJava to build a web service. We have a simple type that > is restricted to an enumeration. In the xml we define the order of the > enumeration values. After the WSDLToJava the enumeration values are > alphabetized

enumeration values are alphabetized

2010-02-23 Thread Matt
We are using WSDLToJava to build a web service. We have a simple type that is restricted to an enumeration. In the xml we define the order of the enumeration values. After the WSDLToJava the enumeration values are alphabetized in the .java file. Is there a way to turn tell CXF to leave the