I have an issue with the MappingTool when the computer locale is set to Turkish. This is a pretty well known locale quirk and I see that a "sqlEncode" flag was added to MappingTool which would override the default locale.
Unfortunately, when runtime synchronization is configured in the persistence.xml (via the "openjpa.jdbc.SynchronizeMappings" property), it doesn't seem possible to provide the "sqlEncode" flag and MappingTool throws an exception caused by the Turkish locale. Is there some other way to force UTF-8 (or ENGLISH) at the OpenJPA level when using runtime synchronization? Thanks, Mike Goldner