RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-29 Thread Blei Marcela
Hi Gianni, I think we are having the same problem. I was using jboss 2.2.1 and I didn´t have any problem with my code, but when I installed jboss 2.4.3 I began to get the exception: NoClassDefFoundError when I deployed beans that use classes from jar files that are at lib/ext like log4j.jar or ca

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-29 Thread Guy Rouillier
Sorry, I don't understand the issue. JBoss using log4j for logging - you can't delete it from lib/ext. What is the original problem you were trying to solve by deleting lib/ext/log4j.jar? Can't you just add JBoss's lib/ext/log4j.jar to the classpath used by your apps? - Original Message --

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-30 Thread Gianni Gottardi
ECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rouillier Sent: jeudi, 29. novembre 2001 19:07 To: JBoss Subject: Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J Sorry, I don't understand the issue. JBoss using log4j for logging - you can't delete it from lib/ext. What is the

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-30 Thread RCHEVALL
> 2. My ejb need log4j classes, but can't use classes loaded by jboss [RCh] Can you be more specific why ? ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-30 Thread Blei Marcela
t; log4j.properties file. > > That's a real problem. Up to jboss version 2.2.2 all works fine. > > Gianni > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Guy > Rouillier > Sent: jeudi, 29. novembre 2001 19:07 >

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-01 Thread Gianni Gottardi
] [mailto:[EMAIL PROTECTED]] Sent: vendredi, 30. novembre 2001 18:55 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J > 2. My ejb need log4j classes, but can't use classes loaded by jboss [RCh] Can you be more spec

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-01 Thread Guy Rouillier
;[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 12:08 PM Subject: RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J > Well, > > the log4j classes are already loaded by a jboss, but my ejb continue to say > classNotFound for org.apache.log4j.etc > If I load log4j.j

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread RCHEVALL
001 18:08 > À:[EMAIL PROTECTED] > Objet: RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J > > Well, > > the log4j classes are already loaded by a jboss, but my ejb continue to > say > classNotFound for org.apache.log4j.etc > If I load log4j.jar i

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread Gianni Gottardi
ECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: lundi, 3. décembre 2001 17:50 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J we are

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread Blei Marcela
age d'origine- > > De: Gianni Gottardi [SMTP:[EMAIL PROTECTED]] > > Date: samedi 1 décembre 2001 18:08 > > À: [EMAIL PROTECTED] > > Objet: RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J > > > > Well, > > > > the log4j clas

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread Tim Yates
Hi, I may be completely off-topic here, but we just had a problem with our freshly downloaded JBoss 2.4.3, where putting xerces.jar into /lib/ext was not enough, and we kept getting ClassNotFound exceptions whenever we tried to use xerces... We solved this by moving it from /lib/ext to /lib, and

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread Scott M Stark
December 03, 2001 9:44 AM Subject: Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J Hi, I may be completely off-topic here, but we just had a problem with our freshly downloaded JBoss 2.4.3, where putting xerces.jar into /lib/ext was not enough, and we kept getting ClassNotFound exception

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread Blei Marcela
ilto:[EMAIL PROTECTED]] > Sent: Lunes, 03 de Diciembre de 2001 02:44 p.m. > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J > > > Hi, I may be completely off-topic here, but we just had a > problem with our > freshly downloaded JBoss 2.4

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread danch
I just got an app using log4j (with a custom category) to work in 2.4.3 - I had log4.jar in my .ear and used ClassPath manifest entries to point to it. this worked, but because of the way the app is configuring itself, JBoss' log messages wound up in our application log. -danch Blei Marcela

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-19 Thread Gianni Gottardi
oss version without success. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: lundi, 3. décembre 2001 17:50 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J we are using jBoss 2.2.2, but we don't have