I believe this is a JAXB question--CXF uses Sun's implementation of JAXB so
CXF has no control over that.  You can pass parameters to JAXB from the
wsdl2java command (see the CXF user's guide), but I don't know if JAXB has
such a setting for what you're asking for.  The JAXB ML
(http://old.nabble.com/java.net---jaxb-users-f13500.html)  or googling might
help.

Glen


mlavwilson 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 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.

Reply via email to