"INFO [STDOUT] fromPath: <fieldname>" is logged during startup
--------------------------------------------------------------
Key: JBAS-4580
URL:
http://jira.jboss.com/jira/browse/JBAS-4580
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CMP service
Affects Versions: JBossAS-4.0.5.GA
Environment: JBoss_4_0_5_GA_CP04 date=200705011622
Reporter: Wolf-Dieter Fink
Assigned To: Alexey Loubyansky
Priority: Trivial
After the migration from 4.0.4=>4.0.5_GA_CP04 the following is logged:
INFO [STDOUT] fromPath: o.validFrom
INFO [STDOUT] fromPath: o.validTo
TRACE [org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQL92Compiler] ejbql: SELECT OBJECT(o) FROM
SoldComponentAssoc o, SoldComponent sc, SoldProduct sp WHERE o.sold
Component.soldComponentId = sc.soldComponentId AND o.soldProduct.soldProductId =
sp.soldProductId AND sp.isDead = false AND sc.account.accountId = ?1 AND o.validFrom <=
?2 AND o.validTo > ?2 AND o.soldComponentName LIKE ?3
all fields that are displayed are special classes which are mapped with
JDBCParameterSetter, JDBCResultSetReader, Mapper Classes.
looks like a forgotten System.out.println()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira