Locale problems with Weblogic 12.1.1
Hello.
We are seeing a wierd problem in production. The default Locale sometimes changes several times during a single invocation, from the one specified by the OS to a specific Locale and always to the specific locale. The problem occours even after restarts. It seems totally random and not bound by a specific piece of code nor a specific thread. Is there any knowledge about this behaviour? Does Weblogic somehow store the locale somehow during a invocation? Ive seen that they are being serialized but not why.
We have been tracking it by printing the result of Locale.getDefault().toString() to the log.