RE: [JBoss-user] Dependent Objects

2001-05-29 Thread Jim Archer
Hi Robert... --On Wednesday, May 30, 2001 8:42 AM +1000 Robert Watkins <[EMAIL PROTECTED]> wrote: > Hunter Hillegas wrote: >> If the beans are all running on the same server, what is the >> difference >> (assuming no cluster)? > > I don't want to steal Jim's thunder, but I thought I'd jump in a

Re: [JBoss-user] Dependent Objects

2001-05-29 Thread Jim Archer
Hi Hunter... --On Tuesday, May 29, 2001 2:52 PM -0700 Hunter Hillegas <[EMAIL PROTECTED]> wrote: > If the beans are all running on the same server, what is the difference > (assuming no cluster)? In adition to what Robert said, always keep in mind that what a server vendor does under the cove

RE: [JBoss-user] Dependent Objects

2001-05-29 Thread Robert Watkins
Hunter Hillegas wrote: > If the beans are all running on the same server, what is the > difference > (assuming no cluster)? I don't want to steal Jim's thunder, but I thought I'd jump in and answer this as I've spent a lot of time looking at this recently. In most app servers, you would still h

Re: [JBoss-user] Dependent Objects

2001-05-29 Thread Hunter Hillegas
interfaces? Hunter > From: Jim Archer <[EMAIL PROTECTED]> > Date: Tue, 29 May 2001 17:49:27 -0400 > To: [EMAIL PROTECTED] > Cc: Hunter Hillegas <[EMAIL PROTECTED]> > Subject: Re: [JBoss-user] Dependent Objects > > The new sollution is to allow EBs to interact using a &qu

Re: [JBoss-user] Dependent Objects

2001-05-29 Thread Jim Archer
Hi Hunter. They are by no means thought of as worthless. However, there was a debate about whether or not they were the best way to accomplish what they did accomplish. As you probably know, EJB 1.1 has a serious deficiency in that it does not support relationships between EBs well. If you wa

[JBoss-user] Dependent Objects

2001-05-29 Thread Hunter Hillegas
I remember quite a few folks being glad that DO's got removed from the EJB2.0 spec... I'm reading the MVCSoft manual which still contains them and I'm trying to remember why they were considered worthless... Is there something else that does the same thing? Hunter _

Re: [JBoss-user] dependent objects with castor and jboss

2001-03-24 Thread Oleg Nitz
Hi Ralf, I guess, there is something wrong with classloaders. What the debug messages > [User] [IMOST] getDatabase current: java.net.URLClassLoader@334126 > [User] [IMOST] Database: java.net.URLClassLoader@334126 mean? I'd appreciate a code snippet from your bean, where you get a Database instanc

[JBoss-user] dependent objects with castor and jboss

2001-03-24 Thread Ralf Purnhagen
Hello, i am using castor for BMP in JBoss. When loading an object with dependent objects, i get the following exception: [User] findAll() [User] [IMOST] getDatabase current: java.net.URLClassLoader@334126 [User] [IMOST] Database: java.net.URLClassLoader@334126 [CastorJDO] SELECT S3_User.login,S3

[JBoss-user] Dependent Objects

2001-03-21 Thread Fink, Paul
Sorry if this is old, I tried the archives but the mail list was not working so here is my question. I'm moving from Orion to JBoss. My orion model relies on dependent objects so that the EJBs can return Java objects. We marshal/unmarshall the dependent objects into/from XML using Castor. How do