refactor the bpel-store module.
-------------------------------

                 Key: ODE-720
                 URL: https://issues.apache.org/jira/browse/ODE-720
             Project: ODE
          Issue Type: Sub-task
    Affects Versions: 1.3.3
            Reporter: Jeff Yu
             Fix For: 2.0


1. Need to separate the bpel-store module into two different modules. Currently 
this module has four DAO classes, and they put both the JPA and Hibernate impl 
into same jar with different package name. One issue is that in its produced 
jar, it will include the *.hbm.xml file, these files will get loaded in our 
JBoss by default, which means if we configure the jpa to use Hibernate, the 
entity will get loaded twice. 
2. Need to add the @Id @Generator for Entity. (the OpenJPA will add it by 
default, Hibernate asks it to be declared explicitly)

-- 
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