Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-22 Thread Simon Stewart
On Tue, May 21, 2002 at 03:20:05PM -0700, Scott M Stark wrote: > Its expected if this is a session in web app outside of the redeployed > ear. It should not happen if the web app is part of the ear as no > sessions should survive. It's not stored in a session at all and it is part of an ear. The

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Scott M Stark
- From: "Jeff Schnitzer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 1:26 PM Subject: RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs I find that I get a ClassCastException after a redeploy when trying to obta

RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Jeff Schnitzer
n 3.0RC2, if it matters. Jeff Schnitzer [EMAIL PROTECTED] > -Original Message- > From: Paul Cody [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 11:37 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- &g

RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Paul Cody
TECTED] > Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar > ejb-jars in Different EARs > > > Ahhh Light dawns. Curiously, I get a ClassCastException when I > redeploy a previously working app by touching the application.xml. I'm > using CMP 2.x and

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Simon Stewart
Ahhh Light dawns. Curiously, I get a ClassCastException when I redeploy a previously working app by touching the application.xml. I'm using CMP 2.x and attempting to get hold of a LocalHome object. Not a line of code has changed, and nothing else has been touched. This using the JBoss 3RC3 an

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread danch
Simon Stewart wrote: > I use ant so only the changed class files are being copied over, and > "no", the new changes are not being noticed. I'm developing using a > file structure rather than an EAR file for easy updating of bits and > bobs, if that sheds any light. Try 'touch'ing the descriptor

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Scott M Stark
gt; Sent: Tuesday, May 21, 2002 9:30 AM Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs > I use ant so only the changed class files are being copied over, and > "no", the new changes are not being noticed. I'm developing using

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Simon Stewart
nology Officer > JBoss Group, LLC > > - Original Message - > From: "Simon Stewart" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 21, 2002 4:04 AM > Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Simil

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Simon Stewart
On Thu, May 16, 2002 at 07:42:38PM -0400, David Jencks wrote: > > Basically we decided that we would initially support visibility between > deployment packages with hot-redeploy, since this is a feature previously > unavailable anywhere as far as I know. How do you go about using this? One of m

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-17 Thread David Jencks
Right now it is certainly harder than it should be to set up many jboss instances on the same box, but if it was reasonably easy wouldn't this be a safer way to run several applications at once? david jencks On 2002.05.17 13:31:08 -0400 Dan Christopherson wrote: > David Jencks wrote: > > > > Wh

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-17 Thread Dan Christopherson
t; same ejb-names, different JNDI names. > > Hunter > > >>From: Dan Christopherson <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>Date: Fri, 17 May 2002 10:12:50 -0500 >>To: [EMAIL PROTECTED] >>Subject: Re: [JBoss-user] Does JBoss3 have Pro

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-17 Thread Hunter Hillegas
PROTECTED] > Date: Fri, 17 May 2002 10:12:50 -0500 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- > jars in Different EARs > > I've deployed test and production versions of an application on the same > jboss instance.

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-17 Thread Dan Christopherson
David Jencks wrote: > > Why would you want to have several versions of a class deployed at once? > Is this a real use case? > Another one: two applications that are deployed on the same server using different versions of the same framework. This is a very common situation. -danch _

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-17 Thread Scott M Stark
x - Original Message - From: "Dan Christopherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 8:12 AM Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs > David Jencks wrote: > > On 2002.

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-17 Thread Dan Christopherson
David Jencks wrote: > On 2002.05.16 20:39:45 -0400 Paul Cody wrote: > >>Wow, I'm really surprised to hear this. Sorry if this is a stupid >>question, >>but what is the benefit of class visibility between hotdeploys? Stuffing >>everything into a single classloader namespace seems like a high pri

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-17 Thread Stephen Davidson
David Jencks wrote: > On 2002.05.16 20:39:45 -0400 Paul Cody wrote: > >>Wow, I'm really surprised to hear this. Sorry if this is a stupid >>question, >>but what is the benefit of class visibility between hotdeploys? Stuffing >>everything into a single classloader namespace seems like a high p

RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-16 Thread Paul Cody
cally we decided that we would initially support > > > visibility between > > > deployment packages with hot-redeploy, since this is a > > > feature previously > > > unavailable anywhere as far as I know. Once this is > > > thoroughly stable and

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-16 Thread David Jencks
deployed at once? Is this a real use case? david jencks > > Thanks, > Paul > > > -Original Message- > > From: David Jencks [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 16, 2002 4:43 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-user

RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-16 Thread Paul Cody
in some sort of 'production mode'? Thanks, Paul > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 4:43 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar > ejb-jars in Di

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-16 Thread David Jencks
ED] > > Date: Thu, 16 May 2002 18:59:18 -0400 > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar > ejb-jars > > in Different EARs > > > > JBoss 3 doesnt' support having 2 classes with the same name, no matter

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-16 Thread David Jencks
JBoss 3 doesnt' support having 2 classes with the same name, no matter how you package them. It does support classes in one ear seeing the classes in the other ear(s). david jencks On 2002.05.16 18:03:07 -0400 Hunter Hillegas wrote: > I'm trying to get this damn EAR to deploy and I started wond