]
Stefano Maestri commented on JBAS-9240:
---------------------------------------
fixed here
Logging in ResourceAdaptersExtension needs cleaning
---------------------------------------------------
Key: JBAS-9240
URL:
https://issues.jboss.org/browse/JBAS-9240
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Components: JCA service
Environment: JBoss AS upstream (April 5 2011)
Reporter: jaikiran pai
Assignee: Stefano Maestri
Priority: Minor
Fix For: 7.0.0.Beta3
The ResourceAdaptersExtension has various INFO level log statements like these:
{code}
Logger.getLogger(ResourceAdaptersExtension.class).infof("###########node=%s",
node);
{code}
{code}
Logger.getLogger(ResourceAdaptersExtension.class).infof("************ra
node=%s", ra);
{code}
which appear to have been created while debugging some work. These need to be cleaned,
since they keep appearing on the console.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: