[ 
https://issues.apache.org/jira/browse/ARIES-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168558#comment-14168558
 ] 

Giuseppe Gerla commented on ARIES-1251:
---------------------------------------

HI Christian
ok for the API.
About stop method in my code I have 

public void stop(BundleContext ctx) {
    logger.debug("Stopping EclipseLink adapter");

    for (ServiceRegistration<?> reg : registeredProviders.values()) {
      reg.unregister();
    }
  }

Probably during manual merge you lost this part.

> Support jpa 2.0 and 2.1 with the same code base
> -----------------------------------------------
>
>                 Key: ARIES-1251
>                 URL: https://issues.apache.org/jira/browse/ARIES-1251
>             Project: Aries
>          Issue Type: Improvement
>          Components: JPA
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>
> We currently have two separate code bases for jpa 2.0 and 2.1 support. This 
> is very difficult to manage when we do source code changes.
> So I will try to create one code that supports both jpa 2.0 and 2.1 by using 
> Dynamic Proxies where we implement EntityManager or EntityManagerFactory. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to