[jboss-dev] Weird trace log

Carlo de Wolf carlo.dewolf at jboss.com
Thu Aug 16 08:25:46 EDT 2007


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




More information about the jboss-development mailing list