RE: [JBoss-dev] Where is everyone today?

2001-07-02 Thread Jay Walters
-Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:36 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Where is everyone today? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dain Sundstrom Sent

RE: [JBoss-dev] Where is everyone today?

2001-06-29 Thread Bill Burke
Yo Dain, I know absolutely nothing about CMP 2.x Relationships, but it makes me really worried that you are working directly with EntityEnterpriseContexts from the container.cache. Why aren't you going through the HOME interfaces to access related beans? Remember, each entity type can have

RE: [JBoss-dev] Where is everyone today?

2001-06-29 Thread Jay Walters
advantage of what the container can provide. I am definitely on the outside of JBoss though, so marc et al are the people to listen to. Cheers -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 2:53 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Where

RE: [JBoss-dev] Where is everyone today?

2001-06-29 Thread Dain Sundstrom
this. Again, I don't know if I'm doing something wrong. I could post the section of code that does this, if it will help. -dain -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 1:53 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Where

Re: [JBoss-dev] Where is everyone today?

2001-06-29 Thread danch (Dan Christopherson)
To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] Where is everyone today? I would think you'd want to be out of the guts too, that just seems a bit too closely coupled with JBoss for the persistence manager. Shouldn't the CMP persistence manager be some type of layer on top (well almost on top

Re: [JBoss-dev] Where is everyone today?

2001-06-29 Thread Vinay Menon
PROTECTED] Sent: Friday, June 29, 2001 8:22 PM Subject: RE: [JBoss-dev] Where is everyone today? Jay, Great point. Up until I started on this code, no part of JBossCMP worked with the other container objects (cache, invoker etc); JBossCMP was executed by the container via the persistence

Re: [JBoss-dev] Where is everyone today?

2001-06-29 Thread danch (Dan Christopherson)
Dain Sundstrom wrote: Bill, Thanks for the reply. I really need other people thinking about this, because I don't understand the rest of the container. Here's the deal. I delegate the actual storage of the other updated contexts to the their respective persistence storage managers, so

RE: [JBoss-dev] Where is everyone today?

2001-06-29 Thread Jay Walters
- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 3:22 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] Where is everyone today? Jay, Great point. Up until I started on this code, no part of JBossCMP worked with the other container objects (cache, invoker etc