Hello Guys,
Im having a bit of a problem here.
Im trying to deploy an EJB project that i developed using Eclipse Galileo Version 3.5.2
using JBOSS 6.0.0.Final as server.
When I try to deploy my test EJB its giving me an error that it cannot instantiate class
[org.jboss.logging.util.OnlyOnceErrorHandler] ClassNotFoundException.
I tried to google for this error and this is what i have done so far:
1. tried to add external jars that contains the OnlyOnceErrorHandler in my build path.
jars i added.
- apacheds-main-0.9.3.jar
- jboss-common-client-3.2.3.jar
- jbossall-client-3.2.3.jar
(all no good, still have errors)
2. I hava read something about configuring the log4j.xml. But i think this is for JBOSS 5 because I dont have any log4j.xml in my JBOSS HOME directory.
Any help would be greatly appreciated. (",)