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
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
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
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
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