RE: Newbie question on field access error

2004-10-18 Thread oliver . matz
Hello Andy, -Original Message- From: Whitaker, Andy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 9:48 PM To: [EMAIL PROTECTED] Subject: Newbie question on field access error Hello, I'm new to OJB and I'm maintaining an app that uses OJB 1.0.0 and I'm receiving

Re: Newbie Question : OTM or ODMG

2004-04-14 Thread Brian McCallister
Ah, I missed the checkin message on that! Thank you! -Brian On Apr 13, 2004, at 5:20 PM, Oleg Nitz wrote: On Tuesday 13 April 2004 15:17, Brian McCallister wrote: Huh, the ODMG slower thing is interesting as Armin just reemed us all out for letting the OTM get so much slower than ODMG ;-) Have

Re: Newbie Question : OTM or ODMG

2004-04-14 Thread Oleg Nitz
On Wednesday 14 April 2004 15:51, Brian McCallister wrote: Have I missed something? Are there any new performance tests? Armin emailed the -dev list a few days back =) What was the subject? Still can't find. - To unsubscribe,

Re: Newbie Question : OTM or ODMG

2004-04-14 Thread Armin Waibel
Hi Oleg, try this [OTM] Massive performance decrease between Feb and Apr version http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=6875 regards, Armin Oleg Nitz wrote: On Wednesday 14 April 2004 15:51, Brian McCallister wrote: Have I missed something? Are there any new performance

RE: Newbie Question : OTM or ODMG

2004-04-13 Thread Daniel Perry
From my experience of using both (i ended up doing an ODMG - OTM conversion!): Note that i dont any of the more complicated stuff - just storing object trees, collections, etc, and querying the database. Also i dont use locking atall (one thing odmg does better i believe). Go with OTM. ODMG

Re: Newbie Question : OTM or ODMG

2004-04-13 Thread Brian McCallister
Huh, the ODMG slower thing is interesting as Armin just reemed us all out for letting the OTM get so much slower than ODMG ;-) Right now there are a couple hidden nasties in the OTM -- I like the OTM a lot (if just so that I can do a query by identity without casting to a TransactionImpl) but

RE: Newbie Question : OTM or ODMG

2004-04-13 Thread Daniel Perry
directly. (that was what i was refering to with regards to speed) And a little OTM when i need locking for administrative tasks. Daniel. -Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 13:17 To: OJB Users List Subject: Re: Newbie Question : OTM

Re: Newbie Question : OTM or ODMG

2004-04-13 Thread Oleg Nitz
On Tuesday 13 April 2004 15:17, Brian McCallister wrote: Huh, the ODMG slower thing is interesting as Armin just reemed us all out for letting the OTM get so much slower than ODMG ;-) Have I missed something? Are there any new performance tests? When I tested last time, OTM was somewhat faster.

RE: Newbie Question

2004-03-03 Thread Mahler Thomas
Hi Gavin, The ojb-blank target is a template for your own projects. To simply build ojb use the target release. Thomas -Original Message- From: Gavin Paul Selvaratnam [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 7:46 AM To: '[EMAIL PROTECTED]' Subject: Newbie Question

Re: newbie question

2003-08-04 Thread Ron Gallagher
Anthony -- There are two versions of the store method provided by the PersistenceBroker store(Object) store(Object,ObjectModification) It appears that you're using the first version. In this case, ojb will first do a select against your db to see if the record exists. If it does, then ojb

RE: newbie question

2003-08-04 Thread Jim Moore
Subject: Re: newbie question Anthony -- There are two versions of the store method provided by the PersistenceBroker store(Object) store(Object,ObjectModification) It appears that you're using the first version. In this case, ojb will first do a select against your db to see if the record

Re: Newbie question - Unable to open database

2003-02-27 Thread Armin Waibel
- Original Message - From: Christopher C Worley [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 4:10 PM Subject: Re: Newbie question - Unable to open database Joshua, Add jcd-alias attribute to jdbc-connection, set it equal to default

Re: newbie question: OJB cannot treat subclass as superclass?

2003-02-20 Thread shivaken
Thank you. It seems to be enough, I will try it. Hi shivaken, did you read the tutorial on mapping inheritance hierarchies with OJB already? http://db.apache.org/ojb/tutorial3.html#mapping%20inheritance%20hierarchies and in particular: