I added spring capabilities to my project which includes the log4j-1.2.13.jar file. After I deploy to jBoss 4.0 server, there is a nasty stack trace indicating that it can’t read the log file. I won’t put the 2-mile long stack trace here but you can read a very similar one in the thread:
http://jboss.org/index.html?module=bb&op=viewtopic&p=3858982
The suggestion in the thread works. If you remove the jar file from your deploy lib directory the server fires up normally (I don’t know yet if it will affect the application). The question is how to prevent this without manually deleting every time the app is deployed.
I would imagine that these conflicts happen all of the time when using the different plugins. How is this normally handled?
Travis