--
You received this message because you are subscribed to the Google Groups "AribaWeb (aribaweb.org)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aribaweb+u...@googlegroups.com.
To post to this group, send email to arib...@googlegroups.com.
Visit this group at http://groups.google.com/group/aribaweb.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks František KolářHere follows my finding about this problem
The logging on JBoss AS7 done by using Log4J. In JBoss AS 7 uses org.jboss.logmanager.log4j.BridgeLogger class for Logger implementation (theBridgeLogger class extends with org.apache.log4j.Logger). But in the case of ariba the logger classes are implemented by using ariba.util.log.Logger (Here also the ariba Logger class extends with org.apache.log4j.Logger). Also my Class cast exception happens on following lines of ariba.util.log.Log.class
Hi František Kolář
In my code PrivateLoggers.getLoggerFactory(name) returns null because inside getLoggerFactory(name) method there is no values on loggersMap object and i inspected on createMap () method in ariba.util.log.PrivateLoggers class (which is used to put values intologgersMap) but here it satisfies the condition !PrivateLoggersFiles[i].exists() which results control not going intocreateMap(PrivateLoggersFiles[i], map) method inside createMap() method