Re: A few more issues: BLOBs and Oracle sequences

2010-05-11 Thread MGargano
I think that was it. Thanks guys. -Mike From: Michael Gentry To: user@cayenne.apache.org Date: 05/11/2010 12:04 PM Subject: Re: A few more issues: BLOBs and Oracle sequences The sequence cache between the database and Cayenne must match. When you created the sequence in Oracle you gave

Re: A few more issues: BLOBs and Oracle sequences

2010-05-11 Thread Michael Gentry
I'm so close to getting this thing working.  :-D > > Thanks. > -Mike > > > > > From: > Andrus Adamchik > To: > user@cayenne.apache.org > Date: > 05/11/2010 10:52 AM > Subject: > Re: A few more issues:  BLOBs and Oracle sequences > > > >

Re: A few more issues: BLOBs and Oracle sequences

2010-05-11 Thread Andrus Adamchik
On May 11, 2010, at 6:35 PM, mgarg...@escholar.com wrote: I have the sequence cache set to 20 on the DB, but cache PK size set to 0 in cayenne modeler. I don't know if there is a relationship between the two. Ok that's definitely the problem. The two increment values must match. With th

Re: A few more issues: BLOBs and Oracle sequences

2010-05-11 Thread MGargano
-Mike From: Andrus Adamchik To: user@cayenne.apache.org Date: 05/11/2010 10:52 AM Subject: Re: A few more issues: BLOBs and Oracle sequences On May 11, 2010, at 4:56 PM, mgarg...@escholar.com wrote: > 1) > I'm using an Oracle 11g backend, have my sequences all set (with &g

Re: A few more issues: BLOBs and Oracle sequences

2010-05-11 Thread Andrus Adamchik
On May 11, 2010, at 4:56 PM, mgarg...@escholar.com wrote: 1) I'm using an Oracle 11g backend, have my sequences all set (with caching set to 0 in cayenne modeler), and it works fine until my program throws an exception. Now this exception is being thrown after I'm calling commitChanges()

A few more issues: BLOBs and Oracle sequences

2010-05-11 Thread MGargano
Hi everyone, Thanks for all the help so far. Cayenne is pretty sweet, but I've got a few more questions/problems. I'm trying to get this thing out the door and I'm running into the following two problems 1) I'm using an Oracle 11g backend, have my sequences all set (with caching