[
https://issues.apache.org/jira/browse/JDO-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Russell updated JDO-582:
------------------------------
Component/s: api2-legacy
Description: After collecting exceptions from invoking
getPersistenceManagerFactory on all implementations, if no implementation has
succeeded in returning a PersistenceManagerFactory, an exception is thrown, and
the argument should be a Throwable[]. Otherwise, it's treated as a failed
object instead of nested exceptions.
Fix Version/s: (was: JDO 2 maintenance release 1)
JDO 2 maintenance release 2
Summary: Test case needed for JDOFatalUserException nested exception
argument needs cast to Throwable[] (was: JDOFatalException nested argument
needs cast to Throwable[])
The fix to JDOHelper has been applied to both trunk and branches/2.1.
This needs a test case in JDOHelperTest that isn't major priority but should be
added for completeness.
> Test case needed for JDOFatalUserException nested exception argument needs
> cast to Throwable[]
> ----------------------------------------------------------------------------------------------
>
> Key: JDO-582
> URL: https://issues.apache.org/jira/browse/JDO-582
> Project: JDO
> Issue Type: Bug
> Components: api2, api2-legacy
> Reporter: Erik Bengtson
> Assignee: Craig Russell
> Fix For: JDO 2 maintenance release 2
>
> Attachments: estedExceptionJDOHelper.patch
>
>
> After collecting exceptions from invoking getPersistenceManagerFactory on all
> implementations, if no implementation has succeeded in returning a
> PersistenceManagerFactory, an exception is thrown, and the argument should be
> a Throwable[]. Otherwise, it's treated as a failed object instead of nested
> exceptions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.