You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Janko Heilgeist (JIRA)" <ji...@apache.org> on 2009/01/16 08:15:02 UTC

[jira] Reopened: (OPENJPA-860) Unhelpful log messages are shown during deployment

     [ https://issues.apache.org/jira/browse/OPENJPA-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janko Heilgeist reopened OPENJPA-860:
-------------------------------------


Hi Mike,

thanks for applying the patch, but you missed the changed argument in the last call to log.trace:

{code:java}
log.trace(_loc.get("scan-found-names", clss, rsrc));
{code}
should be
{code:java}
log.trace(_loc.get("scan-found-names", newNames, rsrc));
{code}


> 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
>            Assignee: Michael Dick
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>         Attachments: openjpa-tracemsg.patch
>
>
> 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.