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 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 my

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

2002-05-21 Thread Simon Stewart
- 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 Similar ejb-jars in Different EARs On Thu, May 16, 2002 at 07:42:38PM -0400, David Jencks wrote

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

2002-05-21 Thread Scott M Stark
, 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 a file structure rather than an EAR file for easy

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(s)

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

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

2002-05-21 Thread Paul Cody
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 attempting to get hold of a LocalHome object. Not a line of code has changed

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

2002-05-21 Thread Jeff Schnitzer
, 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- jars in Different EARs Just curious where you

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 obtain a local session ejb whose

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 price to

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 price to

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 Dan Christopherson
. 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 Problems Deploying Similar ejb- jars in Different EARs I've deployed test and production versions

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

2002-05-17 Thread Hunter Hillegas
, 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. They're differentiated by the context path of the web

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: Why

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

2002-05-16 Thread 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] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs On 2002.05.16 19:05:43 -0400

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

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

2002-05-16 Thread Paul Cody
, 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 Different EARs On 2002.05.16 19:05:43 -0400

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

2002-05-16 Thread David Jencks
at once in one vm. For now, you should run several jboss servers in different vms. david jencks Hunter From: David Jencks [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 16 May 2002 18:59:18 -0400 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Does JBoss3 have Problems