[ 
https://issues.apache.org/jira/browse/JDO-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842527#action_12842527
 ] 

Michelle Caisse commented on JDO-557:
-------------------------------------

I'm not clear how we can use a dynamic proxy here.When JDOHelper() invokes the 
implementation's PMF's static getPMF method, it does so by reflection on the 
pmf class. Providing an instance that delegates to an invocation handler won't 
work. Also, I'm not sure that we could provide an implementation of a static 
method with a dynamic proxy.

Do we need to provide our own implemetation of PMF, with stubs for most methods?

> Create tests in api2 & api2-legacy for JDO implementation's static method 
> getPersistenceManagerFactory(Map,Map)
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: JDO-557
>                 URL: https://issues.apache.org/jira/browse/JDO-557
>             Project: JDO
>          Issue Type: Task
>          Components: api2, api2-legacy
>    Affects Versions: JDO 2 maintenance release 1
>            Reporter: Matthew T. Adams
>            Assignee: Michelle Caisse
>             Fix For: JDO 2 maintenance release 3
>
>
> The code paths that lead to calling the JDO implementation's 
> PersistenceManagerFactory class's static method 
> getPersistenceManagerFactory(Map,Map) need to be tested.  In order to avoid a 
> dependency on a real implementation, a stub PMF implementation class should 
> be used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to