> It worked also. Just one point. I get the DataNucleus logs in a > foreign language. My PC is Windows Vista, language Spanish-Mexico. I > suspect DataNucleus is guessing the language from JRE.
Actually uses the Locale.getDefault() value at initialisation, so since the PC is in "es" then you get "es" :-) Y si no quieras español, ¿porque tener el PC así? jeje. > How tweak my environment to get english logs from DataNucleus? Change your default JRE Locale to be "en" is the only way. Not possible dynamically in DataNucleus 1.x; only in 2.0 --Andy (DataNucleus) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
