Re: newbie Q: Update creates new object - DISREGARD

2003-09-03 Thread ross
have it partially working now. Regards Ross Rotherham - Original Message - From: <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 1:03 PM Subject: newbie Q: Update creates new object Have a problem with updates.

Re: Unable to update collections

2003-09-03 Thread ross
You seem to be missing an auto-update="true" although this would not make sense of the working when not under load. This is all new to me though so i could be wrong. Regards Ross Rotherham - Original Message - From: "Luis Cruz" <[EMAIL PROTECTED]> To: "OJ

newbie Q: Update creates new object

2003-09-03 Thread ross
//other fields ommitted Regards Ross Rotherham

Broker.store(x) issue

2003-08-14 Thread ross
broker.store(vo); // if I add line broker.store(address_vo) it is stored fine. broker.commitTransaction(); return mapping.findForward("success"); } --

collection-descriptor: Incorrect field reference "null" in org.apache.ojb.broker.metadata.CollectionDescriptor

2003-08-14 Thread ross
red fine. broker.commitTransaction(); return mapping.findForward("success"); } -- Ross Rotherham

reverse-db no suitable driver

2003-07-31 Thread ross
Can't get a connection to DB from reverse-db console using JDBC Driver: org.gjt.mm.mysql.Driver Have mysql-connector-java-3.0.7-stable-bin.jar in classpath ?? Regards Ross - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Setup Question - a bit further along

2003-07-30 Thread ross
setter methods for each field. Regards Ross Rotherham - Original Message - From: "Alen Ribic" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 1:37 PM Subject: Re: Setup Question > place your class descriptors

Re: Setup Question

2003-07-30 Thread ross
Have put junit.jar in class path and the following is the repository.xml. Still get same error. ]> &database; &internal; &user; Regards Ross Rotherham - Original Message - From: "Armin Waibel" <[EMAIL PROTECTED]&g

Re: Setup Question

2003-07-30 Thread ross
Yes. It wouldn't see the following otherwise I would think. org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl.buildDefaultK ey(PersistenceBrokerFactoryDefaultImpl.java:139) Regards Ross Rotherham - Original Message - From: "Durham David Contr 805 CSS/SCB

Setup Question

2003-07-30 Thread ross
Ross - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

newbie: ODMG vs. JDO

2003-07-07 Thread ross
Hi All, I am in the process of setting OJB up. Have the tutorials working. Wondering what the reasons are for using ODMG vs. JDO Will be running on Tomcat with struts/jsp front. Approx 5000 lines in the largest table. Moderate complexity in table relationships. Regards Ross Rotherham