Hi, I generated my client code by using the cxf wsdl2java. I had enum values like T1, T2. The generated enum names look like T_1, T_2 (with underscore). Their internal values are T1 and T2 (without underscore).
Unfortunately in the application everybody is using toString() method, which will return T_2 by default. Is there any way to force the wsdl2java tool to generate enum names like T1 instead of T2. I found that I could force by using the jaxb binding xml, but I have lot of enum values not just two. Regards, Tamas -- View this message in context: http://cxf.547215.n5.nabble.com/weird-enum-names-tp5715788.html Sent from the cxf-user mailing list archive at Nabble.com.
