I've installed jboss2.4.3 and it starts ok without any error or warning.
I'm using log4j.jar classes (Category.class) in my bean code. When I deploy
it, I get a NoClassDefFoundError: org/apache/log4j/Category
log4j.jar is in the /lib/ext directory so up to what I know it isn't
necessary to put it in my classpath.
Putting it in the classpath jboss doesn't start, it hangs asking for classes
of other packages it can't find.
If I put all the classes that are in the /lib/ext directory in the classpath
it hangs too. So I don't know how to solve this problem.
In version 2.2.1 I had to put log4j.jar in my classpath for my beans to be
deploy correctly and it worked fine.

Any ideas? Thanks in advance

Marcela Blei

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to