Re: DataCache Performance Issues

2014-02-19 Thread Rick Curtis
Jeff - I recommitted the changes for OPENJPA-2285 to trunk. Please give them a try and let me know how it goes. Thanks, Rick On Mon, Feb 17, 2014 at 10:35 AM, Jeff Oh wrote: > Rick - that would be fantastic. > > Thanks for your help! > > > Jeff > > On 2/15/2014, 5:32 AM, "Rick Curtis" wrote:

Re: ReverseMapping generated code not compiling (due to non-escaped delimiter)

2014-02-19 Thread Aron Lurie
Still looking at option #1- Here is the stack that leads to the delimiter defined in the DefaultIdentifierConfiguration to always be used: (As in, this code path is not currently configurable) http://pastebin.com/y8buS70f Wouldn't it make more sense for the delimiter eventually used by SchemaGene

Re: ReverseMapping generated code not compiling (due to non-escaped delimiter)

2014-02-19 Thread Aron Lurie
Apologies for the slew of emails, but I just realized that my changes failed multiple tests (testTableOps(org.apache.openjpa.jdbc.sql.identifier.TestDBIdentifiers), testSchemaOps(org.apache.openjpa.jdbc.sql.identifier.TestDBIdentifiers), testDBIdentifierOps(org.apache.openjpa.jdbc.sql.identifier.Te

Re: ReverseMapping generated code not compiling (due to non-escaped delimiter)

2014-02-19 Thread Aron Lurie
This should make it easier to read the code in my previous email: http://pastebin.com/0Q19a4XY On Wed, Feb 19, 2014 at 11:33 AM, Aron Lurie wrote: > Ok - Here is my proposed patch along the lines of option #1 - > > Index: > openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/identifier/DefaultId

Re: ReverseMapping generated code not compiling (due to non-escaped delimiter)

2014-02-19 Thread Aron Lurie
Ok - Here is my proposed patch along the lines of option #1 - Index: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/identifier/DefaultIdentifierConfiguration.java === --- openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/identifi