Unhelpful log messages are shown during deployment
--------------------------------------------------
Key: OPENJPA-860
URL: https://issues.apache.org/jira/browse/OPENJPA-860
Project: OpenJPA
Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Janko Heilgeist
Priority: Minor
Enabling log level TRACE results in rather unhelpful messages during deployment:
7 myPU TRACE [Thread-41] openjpa.MetaData - Scan of "META-INF/orm.xml" found
persistent types [Ljava.lang.String;@856daa.
The attached patch fixes this to display the correct:
7 myPU TRACE [Thread-41] openjpa.MetaData - Scan of "META-INF/orm.xml" found
persistent types [com.heilgeist.testcase.geronimo.jarfile.MyEntity1].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.