RE: mass inserts

2003-03-24 Thread Yuji Shinozaki
es 3 minutes. If that proportion holds, you have saved our project about 2 days of data loading. Thanks! yuji > -Original Message----- > From: Yuji Shinozaki [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 8:54 AM > To: OJB Users List > Subject: mass inserts > &

RE: mass inserts

2003-03-24 Thread Yuji Shinozaki
op of our list of things to try. Thanks! yuji > -Original Message- > From: Yuji Shinozaki [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 8:54 AM > To: OJB Users List > Subject: mass inserts > > > > When we do a lot of inserts at once, it seems like

mass inserts

2003-03-24 Thread Yuji Shinozaki
timize the process? Prevent it from pre-querying? Will proxies help by quickening the queries? Any pointers welcome. yuji Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED] Advanced Technologies Group (80

Re: Detecting Constraint violations/Batch mode

2003-03-20 Thread Yuji Shinozaki
p://cvs.apache.org/viewcvs.cgi/db-ojb/src/java/org/apache/ojb/broker/ > accesslayer/ConnectionManagerImpl.java > > regards, > Armin Thanks Armin. On Thu, 20 Mar 2003, Christopher C Worley wrote: > Yuji Shinozaki, > > You can edit OJB.properties and set the debug level the

Detecting Constraint violations/Batch mode

2003-03-20 Thread Yuji Shinozaki
alse in my repository-database.xml? yuji Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED] Advanced Technologies Group (804)924-7171 Information Technology & Communication http://www.people.virg

resetting an object to persistence store state.

2003-03-19 Thread Yuji Shinozaki
What is the best way to reset an object to reflect its persisted state? Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED] Advanced Technologies Group (804)924-7171 Information Technology & Communication

Mailling broken in a new way!

2003-03-18 Thread Yuji Shinozaki
t; > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional com

Detecting constraint violations using ODMG

2003-03-13 Thread Yuji Shinozaki
[Ljava.lang.Object;@89cc5e was aborted. Is there a way to get the underlying SQL error? Or is there some other way to detect a constraint violation? (Besides business logic). yuji Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED

RE: Does db-ojb-1.0.rc1.tgz depend on j2ee?

2003-03-05 Thread Yuji Shinozaki
t; Sent: 05 March 2003 06:55 > To: OJB Users List > Subject: Re: Does db-ojb-1.0.rc1.tgz depend on j2ee? > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Yuji Shinozaki

m:n decomposed and non-decomposed relations

2003-03-01 Thread Yuji Shinozaki
LIST_ID(PK) LIST_ID(FK: LIST) INCLUSION: USER_ID,ROLE_ID(FK: USER_ROLE) ITEM_ID,LIST_ID(FK: ITEM_LIST) Thanks in advanced, yuji Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED] Advanced Technologies Group (80

Re: ODMG vs broker

2003-02-28 Thread Yuji Shinozaki
mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

cvs build.xml checkj2ee.classes

2003-02-26 Thread Yuji Shinozaki
'checkj2ee.classes' nor 'main'. So, it will always fail. So, for example, the 'junit' target fails because j2ee.classes hasn't had a chance to run. yuji Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED

RE: OJB/Postgres configuration recipe?

2003-02-26 Thread Yuji Shinozaki
We currently have about 6 failures and errors in CVS head. SO having 12 > problems with a non-hsqldb platform is not bad. > > Did you check the junit logs under target/test ? > Do the logs indicate any problems with functionality that you need? > > In most cases it's only s

OJB/Postgres configuration recipe?

2003-02-26 Thread Yuji Shinozaki
ointers to issues that I should deal with? Thanks! yuji Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED] Advanced Technologies Group (804)924-7171 Information Technology & Comm

specifying foreign keys

2003-02-19 Thread Yuji Shinozaki
I have noticed that foreignkeys and inverse-foreignkeys can be specified by id or field name. (And from the docs it sounds like they mutually exclusive). It seems (from posted examples) that most people use cardinal id's. Is one method preferred over the other? yuji Yuji Shin