Relationship Fetching Behavior and Case Sensetivity

2010-05-26 Thread Gary Jarrel
Hi Guys, Another interesting aspect that I came across, perhaps best explained via a small example public class Customer { @Override public AccountsCustomer getAccountsCustomer() { AccountsCustomer accCustomer = super.getAccountsCustomer(); try { accCustomer.g

Re: Removing Cayenne cache groups

2010-05-26 Thread Andrus Adamchik
Odd. MapQueryCacheFactory supports 'removeGroup' method (although it is not very efficient compared to say OSQueryCacheFactory). Can you possibly run this in debugger to check the state of the cache? Andrus On May 25, 2010, at 3:47 PM, Bob Schellink wrote: Hi all, I'm trying to add Caye

Re: Maven2 cgen task problem

2010-05-26 Thread Andrus Adamchik
From what I can tell now it also takes a folder. Don't remember at what point it has changed. The docs are also rather ambiguous not telling you what needs to be placed there. Definitely requires some attention Andrus On May 26, 2010, at 3:48 PM, Mike Kienenberger wrote: The original

Re: Maven2 cgen task problem

2010-05-26 Thread Mike Kienenberger
The original ant task took a semi-colon-separated list of data maps. On Mon, May 24, 2010 at 8:01 AM, Andrus Adamchik wrote: > Looks like "additionalMaps" parameter requires some attention and unit > tests. Looks like it somehow grabs cayenne.xml from the main map directory. > > I was actually s

Re: OutOfMemory with large number of inserts

2010-05-26 Thread Michael Gentry
Oh, that'll do it ... :-) On Tue, May 25, 2010 at 11:58 PM, Steve Wells wrote: > The mistake I made was to create a new nested context for each CSV...not > a new parent context. > > > On 24 May 2010 20:32, Steve Wells wrote: > >> Typical Cayenne users exceedingly fast helpful answers!  I've t