I'm getting weird trace log lines:
2007-08-16 14:13:00,258 TRACE [org.jboss.deployment.EARStructure:70] Not recognised:
ejb3_bb_stateless_enventry_ejb.jar
There is no Logger defined in EARStructure and thus nothing interesting
on line 70.
But AbstractStructureDeployer defines this:
protected Logger log = Logger.getLogger(getClass());
But still nothing interesting on line 70.
1. Shouldn't AbstractStructureDeployer use
Logger.getLogger(AbstractStructureLogger.class)?
2. What the hell is going on?
Carlo