Table case in CreateIfNoSchemaStrategy causes problems [3.1M4-SNAPSHOT]

2011-12-13 Thread Kevin Meyer - KMZ
In CreateIfNoSchemaStrategy, I have run into problems with HSQLDB and upper/mixed case table names. In particular, if I lower or mixed case my DBEntity name, the resulting tables are not found by CreateIfNoSchemaStrategy whenI use HSQLDB. I found that if I convert all table name checks to uppe

Support for Cayenne almost in Isis

2011-12-13 Thread Kevin Meyer - KMZ
Just a quick note. I'm almost done with implementing support for Cayenne[1] as a data object store in Isis[2]. I'll not support extra Isis Objectstore query methods, rather I'll expose the Cayenne query interface as a service. Additionlly, I'll not support ant datatypes other than those nativ

Re: Continual creation is a memory leak

2011-12-13 Thread Malcolm Edgar
Hi Chris, I once had an issue with JBoss 4.0.3 in a production environment where connections were not being returned to the pool and eventually the application would crash through connection pool exhaustion. It took a long time to figure out what was happening, it appeared that we has some kind o