RE: Best practice for (de)serializing java.util.Locale et al

2004-12-13 Thread Brett Randall
Hi, I'm wondering what the best practice is for handling beans that contain methods returning java.util.Locale or java.util.TimeZone. I'm currently using Axis 1.2RC1. This relates to messages from Java2WSDL such as: [WARN] Types - -The class java.util.Locale is defined in a jav

Java.util.Locale

2004-11-22 Thread Frydl, Josef
I have a problem to invoke java.util.Locale generated by axis. I compile correctly new Locale l = Locale(); which does not exit in Sun version, but it loads the Sun class in the runtime and I get the message java.lang.NoSuchMethodError: java.util.Locale: method ()V not found at