Re: Custom configuration class ignored in 3.0 snapshot

2008-05-05 Thread Brian Nelson
r). > > Andrus > > > On May 3, 2008, at 3:21 AM, Brian Nelson wrote: > > > Andrus, > > > > I'm not sure exactly how you want the code sample. If you need me to > > provide a self contained app > > I can do that. For now I'll just co

Re: Custom configuration class ignored in 3.0 snapshot

2008-05-02 Thread Brian Nelson
> (CAY-785)... Do you have a code example that demonstrates the > > problem? > > > > Thanks, > > Andrus > > > > > > On May 1, 2008, at 10:29 PM, Brian Nelson wrote: > >> I've been using a custom subclass of DefaultConfiguration to > >

Re: Custom configuration class ignored in 3.0 snapshot

2008-05-02 Thread Brian Nelson
rote: > Strange. That should still work the same. The only change to > Configuration since M3 was related to the DataSourceFactory handling > (CAY-785)... Do you have a code example that demonstrates the problem? > > Thanks, > Andrus > > > On May 1, 2008, at 10:29

Custom configuration class ignored in 3.0 snapshot

2008-05-01 Thread Brian Nelson
I've been using a custom subclass of DefaultConfiguration to customize my database connection. This works great with 3.0M3. However, today I upgraded to the snapshot build and it seems to be ignoring the custom configuration class I pass into the Configuration.initializeSharedConfiguration method

Re: Error when adding and then removing object from relationship before committing

2008-04-30 Thread Brian Nelson
questions got abused and treated as though they were stupid. It's nice to not have to deal with those types of antics. Brian --- Kevin Menard <[EMAIL PROTECTED]> wrote: > Hi Brian, > > On Apr 30, 2008, at 1:04 AM, Brian Nelson wrote: > > > 2. Is this a known issu

Re: Error when adding and then removing object from relationship before committing

2008-04-30 Thread Brian Nelson
Thanks so much for the fast response. Now what is the best way for me to get the latest cayenne so I can test this in my application? Brian --- Andrus Adamchik <[EMAIL PROTECTED]> wrote: > Hi Brian, > > On Apr 30, 2008, at 8:04 AM, Brian Nelson wrote: > > > L

Error when adding and then removing object from relationship before committing

2008-04-29 Thread Brian Nelson
Let me start this post by thanking the Cayenne dev team for their great work. The project I'm working on switched from Hibernate to Cayenne several months ago. I can honestly say the decision to switch is one of the best things that ever happened to my project. Now on to my problem... I have a