[
https://issues.apache.org/jira/browse/OPENJPA-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marc Prud'hommeaux resolved OPENJPA-176.
----------------------------------------
Resolution: Fixed
Fix Version/s: 0.9.7
Implemented patch.
> Exception prefixes should be human-readable
> -------------------------------------------
>
> Key: OPENJPA-176
> URL: https://issues.apache.org/jira/browse/OPENJPA-176
> Project: OpenJPA
> Issue Type: Improvement
> Components: diagnostics
> Affects Versions: 0.9.0, 0.9.6
> Reporter: Marc Prud'hommeaux
> Assigned To: Marc Prud'hommeaux
> Priority: Trivial
> Fix For: 0.9.7
>
> Attachments: OPENJPA-176.patch
>
>
> OpenJPA prefixes all exception messages with a string of the form "<exception
> type|is fatal|version>", restulting in strings like
> "<4|false|0.9.6-incubating>
> org.apache.openjpa.persistence.PersistenceException". This isn't very useful
> to the casual observer, since no translation of the meaning of the fields is
> done.
> it would be nice if we translated the fatal and type parameters, so that the
> string looked like "<user-error|recoverable|0.9.6-incubating>".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.