Hi,how do I have to configure OpenJPA (1.0.2) to generate upper case names for tables and columns when no table/column name is specified in the JPA mapping?
<property name="openjpa.jdbc.DBDictionary" value="oracle(SchemaCase=SCHEMA_CASE_UPPER)" /> does not do the trick (at least regarding logging and schema generation).
Kind regards, Frank
