Re: OJB fails during load testing

2004-09-14 Thread Rick Banerjee
Hi All, (special hello to Armin :-)) A Big Thanks To Armin the OJB Team! Sorry I didn't convey my gratitude earlier(had some issues with posting to the mailing list through the GMane site) Well, we've made a lot of progress now! :-) here. Our app responds better to load testing now, we had

RE: OJB fails during load testing

2004-09-14 Thread Charles Anthony
Hi, It is possible to specify the location of the OJB.properties file - see the bottom of http://db.apache.org/ojb/docu/guides/ojb-properties.html for details. Essentially, you can set a system property to specify the location - but you can only have one value for that system property for the

Re: Anonymous keys

2004-09-14 Thread Pulat Yunusov
Thank you, Brian. Your reply was very helpful. Pulat Brian McCallister wrote: Anonymous keys allow you to not have the FK field (or PK if you never need serialize them) defined on the classes. By default OJB talks directly to fields, not through property accessors (though it certainly can work

hsqldb, junit, torque, ojb, et al.

2004-09-14 Thread Durham David Contr 805 CSPTS/SCE
Hi all, I want to use hsqldb to do some rapid prototyping (not so rapid since I don't have it done yet, but anyway -- it's a concept). Basically, I have unit tests that I want to run against model classes that in turn use OJB. So here's how my flow works once I trigger a run JUnit tests Ant

Optimistic Locking exception with 1.0 - doesn't happen with rc4

2004-09-14 Thread Kollivakkam R. Raghavan
I am getting the following exception with an optimistic locking which does not happen with rc4. Did something change? We are about to use OJB in production and I wanted to switch to the release version. Please help. Thanks Raghavan -- at

Optimistic Locking exception with 1.0 - doesn't happen with rc4

2004-09-14 Thread Kollivakkam R. Raghavan
I am getting the following exception with an optimistic locking which does not happen with rc4. Did something change? We are about to use OJB in production and I wanted to switch to the release version. Please help. Thanks Raghavan -- at java.lang.Thread.run(Unknown

Re: Optimistic Locking exception with 1.0 - doesn't happen with rc4

2004-09-14 Thread Brian McCallister
I presume you can reliably replicate it, can you provide more information about when it is happening? Database, mapping for the optimistic TX field etc? There were a couple changes to optimistic tx's when using a timestamp instead of version counter. Any chance you can send a unit test which