RE: [JBoss-user] Scoped deployment

2002-08-22 Thread Torsten Terp
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks > Sent: 21. august 2002 14:50 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Scoped deployment > > > Deploy the shared jar unscoped. > > david jencks > > On 2002.08.21 04:24:45 -0400 Tors

Re: [JBoss-user] Scoped deployment

2002-08-21 Thread David Jencks
Deploy the shared jar unscoped. david jencks On 2002.08.21 04:24:45 -0400 Torsten Terp wrote: > > Is it possible, from a scoped deployment, to explicitly > reference a jar deployed in the unified classloader? > > E.g., with several apps deployed in their own scope is it > possible to have a

[JBoss-user] Scoped deployment

2002-08-21 Thread Torsten Terp
Is it possible, from a scoped deployment, to explicitly reference a jar deployed in the unified classloader? E.g., with several apps deployed in their own scope is it possible to have a common jar which they all use? ^Torsten --- This sf.n

Re: [JBoss-user] Scoped deployment

2002-07-23 Thread David Jencks
t; From: David Jencks > To: [EMAIL PROTECTED] > Sent: 7/23/02 2:01 PM > Subject: Re: [JBoss-user] Scoped deployment > > This now works in both 3.0 and 3.1 (HEAD) branches. > > Include a jboss-app.xml next to your application.xml looking like this: > > > > jboss

RE: [JBoss-user] Scoped deployment

2002-07-23 Thread Keysers, Wonne
Title: RE: [JBoss-user] Scoped deployment Thanks I'll give it a shot. jboss.test.cts corresponds to the MBean domain wherein the package is deployed? Wonne -Original Message- From: David Jencks To: [EMAIL PROTECTED] Sent: 7/23/02 2:01 PM Subject: Re: [JBoss-user] Scoped deplo

Re: [JBoss-user] Scoped deployment

2002-07-23 Thread David Jencks
This now works in both 3.0 and 3.1 (HEAD) branches. Include a jboss-app.xml next to your application.xml looking like this: jboss.test.cts:loader=cts-cmp2v2.ear The loader repository object name determines the scope; all packages that should share a classloader namespace should have the

[JBoss-user] Scoped deployment

2002-07-23 Thread Keysers, Wonne
Title: Scoped deployment Hi, Some time ago I asked how to deploy different versions of a J2ee application. A possible sollution was to use scoped .EARs, but I have troubles finding documentation about that. Anyone? Is it also possible to use scoped .SARs? Thanks a lot! Wonne