JBOSS4.3 log4j
875635Sep 20 2011 — edited Sep 22 2011I am creating my own log configuration which inserts the log values into DB. So i am using DB appender for this and used latest log4j jar. In my local everything is working fine
But during DEV server deployment it says
ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
and the values are not inserted into DB.
If any has faced and problems like this earlier please share me.