RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST!

2001-05-08 Thread Jay Walters
I am seizing on your statement of no indexes on the foreign key in PEAR. I believe that without the index on PEAR_APPLE_ID Oracle will need to lock up the PEAR table on an update in order to enforce the cascade delete, if you put an index on that column then it will no longer need to do this. I

RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST!

2001-05-07 Thread Jay Walters
- From: Bill Burke To: [EMAIL PROTECTED] Sent: 5/7/01 5:35 PM Subject: RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Walters Sent: Monday, May 07, 2001 4:43 PM To: '[EMAIL PROTECTED]' Subject: RE

RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST!

2001-05-07 Thread Jay Walters
this, not the driver really. --- Bill Burke [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Walters Sent: Monday, May 07, 2001 4:43 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST! We've

RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST!

2001-05-07 Thread Jay Walters
Sorry lets put that in context, need to eliminate N+1 query problem first. Reduce trips to the database is #1. Then make the trips more efficient. -Original Message- From: marc fleury To: [EMAIL PROTECTED] Sent: 5/7/01 9:18 PM Subject: RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST! |but I

RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST!

2001-05-07 Thread Jay Walters
Why not just one query? -Original Message- From: Filip Hanik To: [EMAIL PROTECTED] Sent: 5/7/01 9:39 PM Subject: RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST! Sorry lets put that in context, need to eliminate N+1 query problem first. Reduce trips to the database is #1. Then make the

RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST!

2001-05-07 Thread Jay Walters
? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Walters Sent: Monday, May 07, 2001 6:49 PM To: 'Filip Hanik '; '[EMAIL PROTECTED] ' Subject: RE: [JBoss-dev] TODO: JBossCMP 1.1 FAST! Why not just one query? -Original Message

RE: [JBoss-dev] Any objections to cut over to jboss-j2ee jars in main branch

2001-04-27 Thread Jay Walters
PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Any objections to cut over to jboss-j2ee jars in main branch On Thu, Apr 26, 2001 at 06:47:36AM -0400, Jay Walters wrote: It looks like the jboss-j2ee stuff works defined as jboss compiles and runs my beans. I will run the jbosstest suite again

[JBoss-dev] J2ee jar files

2001-04-27 Thread Jay Walters
So j2ee turns out to be a sun trademark anyways, so probably not the best choice for a jar filename. I will also need to change the project name is CVS from jboss-j2ee. Does jboss-ee get anybody hot and bothered or will that work? I'll use it for both the project name and the jar file name.

RE: [JBoss-dev] J2ee jar files

2001-04-27 Thread Jay Walters
PROTECTED] Sent: 4/27/01 4:13 PM Subject: RE: [JBoss-dev] J2ee jar files Listen at least the name jboss-j2ee is clear, no need to make it complicated. Don't be silly... marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jay |Walters |Sent: Friday, April

RE: [JBoss-dev] Batch loading and updating of Entity Beans

2001-04-25 Thread Jay Walters
This is a user question, please post to the jboss-user list. Thanks. -Original Message- From: Sita Raman Singh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:12 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Batch loading and updating of Entity Beans Hi, Is there any

RE: [JBoss-dev] jdbc2_0-stdext.jar in /lib

2001-04-25 Thread Jay Walters
Thanks for the reply. When does that module get used/what does it do? It seems that I can remove the jar file from lib and my jboss starts up and works... Cheers -Original Message- From: Oleg Nitz [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 10:09 AM To: Jay Walters Subject

RE: [JBoss-dev] jdbc2_0-stdext.jar in /lib

2001-04-25 Thread Jay Walters
12:40 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] jdbc2_0-stdext.jar in /lib Its only used when someone configures it for their security domain. By default it is not configured for use. - Original Message - From: Jay Walters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

RE: [JBoss-dev] Object Unique Id Generator

2001-04-12 Thread Jay Walters
Where did Rickard's unique ID generator get put, is in contrib? Why don't you put it there? I think we all (ok I did at least) jumped over whether one should always be using one which was a bit irresponsible (at least of me) when all you were asking was should it get parked somewhere for JBoss

RE: [JBoss-dev] Object Unique Id Generator

2001-04-11 Thread Jay Walters
coupling by utilizing the database for unique id's? Scott -Original Message- From: Jay Walters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 11:57 AM To: '[EMAIL PROTECTED] ' Subject: RE: [JBoss-dev] Object Unique Id Generator You are right that a unique identifier

RE: [JBoss-dev] Rewrite of ejb.jar, et al

2001-03-29 Thread Jay Walters
29, 2001 1:49 PM Cc: Jboss-Development@Lists. Sourceforge. Net Subject: Re: [JBoss-dev] Rewrite of ejb.jar, et al On Thu, 29 Mar 2001, Jay Walters wrote: I'm not good with names, but how about jboss-ee, jboss-external, ee-spec or just external? Why not just drop it under contrib/ in its own

RE: [JBoss-dev] Re: [JBoss-user] A little BMP philosophy/understa

2001-03-23 Thread Jay Walters
:32 PM To: Jay Walters Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Re: [JBoss-user] A little BMP philosophy/understa Filip, Thanks for explaining so much about how everything works with compiled-sql caching, you've been a big help and I really appreciate your long emails. I think Jay has

<    1   2