[
https://issues.apache.org/jira/browse/OPENJPA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791661#action_12791661
]
David Ezzio commented on OPENJPA-1258:
--------------------------------------
Applied Amy's patch to trunk at 891465.
> make warning message more friendly when other persistence provider configured
> by application
> --------------------------------------------------------------------------------------------
>
> Key: OPENJPA-1258
> URL: https://issues.apache.org/jira/browse/OPENJPA-1258
> Project: OpenJPA
> Issue Type: Improvement
> Components: logging
> Affects Versions: 1.1.0
> Environment: Windows XP
> java version "1.5.0_14"
> Reporter: Amy Yang
> Priority: Minor
> Fix For: 1.1.1
>
> Attachments: OPENJPA1258.patch, OPENJPA1258_trunk.patch
>
>
> When application configures other persistence provider rather than openjpa,
> there will be a warning message printed out:
> WARNING: Found unrecognized persistence provider
> "org.eclipse.persistence.jpa.PersistenceProvider" in place of OpenJPA
> provider. This provider's properties will not be used.
> It is legal that other persistence provider be configured. The message
> doesn't look friendly and might be confusing.
> I change the message like:
> INFO: Found persistence provider
> "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.