Re: JPA DAO refactoring.

2010-03-25 Thread Jeff Yu
Hi Aaron, The code is great. IMHO, below are the things that we need to be done for getting this big patch applied. 1. axis2-war module test case code is out-of-update, it still refers to the old dao package, like 'org.apache.ode.bpel.dao.", It seems to me that we didn't compile and run test case

[jira] Commented: (ODE-784) GSoC: Implement OSGi packaging for ODE

2010-03-25 Thread Kishanthan Thangarajah (JIRA)
[ https://issues.apache.org/jira/browse/ODE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850007#action_12850007 ] Kishanthan Thangarajah commented on ODE-784: I'm interested in working on this ide

Re: JPA DAO refactoring.

2010-03-25 Thread Aaron Anderson
Hi Jeff, I completed the new JPA based SimpleScheduler DAO implementation. Now there is JDBC based implementation (refactored original delegate implementation), a JPA OpenJPA implementation (default now), and a JPA Hibernate implementation. I did not create a new non-JPA Hibernate implementatio