Hi all,

I am trying to work on the clean up JPA module(
https://issues.apache.org/jira/browse/ODE-704), as I stated on the comments,
we have two places to define the DAO classes, one is the bpel-dao, the other
is bpel-store, and the bpel store module is having both jpa and hibernate in
the same module, with different package name.

So, in order to do the clean up, I have to add another four modules for DAO
impl in our current case.

1. dao-jpa-hibernate
2. dao-jpa-ojpa
3. bpel-store-hibernate
4. bpel-store-jpa

So I'd like to propose to move DAO interfaces, JPA impls and hibernate impls
into bpel-dao, dao-hibernate, dao-jpa respectively, in this case, I would
just need to add two modules.

what do you think?

PS: I think 2.0 should be considered a quite large update compared to 1.x,
so I really think that we can take this time to clean up our DAO layer a
little bit.

BTW, I am seeing our built jar is marked as 2.1-SNAPSHOT, does it mean our
next release is 2.1?? couldn't find a 2.0 release news yet.

-- 
Cheers,
Jeff Yu

Reply via email to