Re: [JBoss-user] 2 ear files with the same component names deployment question

2002-08-16 Thread Greg Turner
Yes.  put a file called jboss-app.xml in the META-INF directory of the ear file with contents something like this.  It forces JBoss to use a new class loader for the ear.    jboss.test.cts:loader=one.ear       Joost Kraaijeveld wrote: I have these two ear file, one.ear and two.ear (different n

[JBoss-user] 2 ear files with the same component names deployment question

2002-08-16 Thread Joost Kraaijeveld
I have these two ear file, one.ear and two.ear (different names). They both contain: 1. A servlet with the same name but different functionality 2. An EJB with the same name but different functionality Is it possible to deploy them both by rewriting the deployment files only? Joost Kraaijeve