Re: ODE, ODE 2.0, the Attic and the Incubator

2019-03-31 Thread Aaron Anderson
ppens to the ode.apache.org website? > a) Add a header indicating the visitors that Next Gen ODE is under way and > existing website contents/downloads are no logner supported? > > regards, > sathwik > > On Fri, Feb 1, 2019 at 9:22 AM Aaron Anderson > wrote: > >>  Than

Re: ODE, ODE 2.0, the Attic and the Incubator

2019-01-31 Thread Aaron Anderson
2-2003... if memory serves.) > > That said, it costs me nothing to let things move forward and offer what > advice I can, but I expect to have a meager amount of time. > > So +1 to some new life if that’s the way you want to go! > > On Wed, Jan 30, 2019 at 19:14 Aaron A

Apache ODE 2.0 Proposal

2018-11-01 Thread Aaron Anderson
Hi All, Here are my general thoughts on a possible architecture for a potential new version of ODE. It is by no means complete and any feedback is welcomed. Thanks, Aaron Apache ODE 2.0 Development Proposal Motivation There is a great demand in the marketplace for DigitalTransformation [1] –

Re: Is it time for Retire Apache ODE?

2018-10-30 Thread Aaron Anderson
Hi Sathwik, Sorry for the 11th hour request for a reprieve but I am still very much interested in working on a new 2.0 version of Apache ODE. Apache ODE had visionary design patterns such as plugable service implementations and the Jacob persistence and concurrency framework. Over the many years

Re: Seeking active involvement from the community

2017-10-06 Thread Aaron Anderson
. We can definitely discuss improving the engine. I am game to make ODE more modular in design, reactive and scalable keeping in mind a migration path. regards, sathwik On Fri, Oct 6, 2017 at 3:01 AM, Aaron Anderson wrote: > Hi Sathwik, > I am a dormant Apache ODE committer and I wo

Re: Seeking active involvement from the community

2017-10-05 Thread Aaron Anderson
Hi Sathwik, I am a dormant Apache ODE committer and I would be interested in contributing to new development on Apache ODE. I attempted to build a prototype several years ago on github (https://github.com/aaronanderson/ODE-X) but I lost steam building the runtime execution engine. Based on my ex

Re: [VOTE] Moving to git

2013-01-09 Thread Aaron Anderson
+1 From: Tammo van Lessen To: "dev@ode.apache.org" ; priv...@ode.apache.org Sent: Wednesday, January 9, 2013 3:38 AM Subject: [VOTE] Moving to git Hi guys, thanks for your opinions (6 +1, 5 from committers, 2 from PMC members), I'd like to turn this convers

Re: Evolvable OModel

2011-03-25 Thread Aaron Anderson
e ODE should focus more on tooling and debugging support > instead of working on integration, since it is quite possible to leave that > to a product which is dedicated to that purpose (ie. Servicemix, CXF and > Camel). > > Thoughts? > >>>> Aaron Anderson 3/24/2011 6:

Re: Evolvable OModel

2011-03-25 Thread Aaron Anderson
would be a great idea that you can put it somewhere on the github. ;-) RegardsJeff On Fri, Mar 25, 2011 at 9:55 AM, Aaron Anderson wrote: Hi Everyone, Sorry I missed the call earlier this week; due to the daylight savings time change in the US I set my alarm clock for the wrong hour. Over

Re: Evolvable OModel

2011-03-24 Thread Aaron Anderson
Hi Everyone, Sorry I missed the call earlier this week; due to the daylight savings time change in the US I set my alarm clock for the wrong hour. Over the past few months in my spare time I have been working on a prototype of an alternative BPEL engine architecture. I wasn't planing on sharin

Re: ODE roadmap

2011-03-21 Thread Aaron Anderson
Mine is nickmalthus Sent from Yahoo! Mail on Android

Re: Hiring an ODE developer

2010-08-24 Thread Aaron Anderson
Have you consider deploying the ODE JBI implementation to GlassFish's JBI container? Aaron From: Michael Hollatz To: dev@ode.apache.org Sent: Tue, August 24, 2010 1:34:13 AM Subject: Re: Hiring an ODE developer On 08/24/2010 07:15 AM, Aaron Anderson

Re: Hiring an ODE developer

2010-08-23 Thread Aaron Anderson
Hi Michael, Coincidentally I am interested in enhancing ODE to support a Java EE 6 web profile implementation as well. Unfortunately I am unavailable to work on this full time but I would be glad to contribute to the effort in a month or so. After contributing a little bit towards the JPA refac

Re: maven build for axis2-war testing discussion

2010-07-19 Thread Aaron Anderson
Hi Jeff, If there is anything I can do to help please let me know. Overall I didn't need to tweak much to get the tests to work in the experimental trunk. The most challenging part was getting the Axis security tests to pass which required a slight tweak to the base test class to allow for over

Re: Changing roadmap for JPA refactoring

2010-06-10 Thread Aaron Anderson
oning conflicts. Regards, Aaron From: Rafal Rusin To: Jeff Yu ; Aaron Anderson Cc: dev@ode.apache.org Sent: Thu, June 10, 2010 9:01:00 AM Subject: Changing roadmap for JPA refactoring Hello, is this possible (and how much effort it is) to make JPA (hibernate powered version) work on the

Re: ODE trunk build

2010-06-09 Thread Aaron Anderson
I got the axis2 tests executing in maven in the 2x-experimental branch if that is any use. Aaron From: Milinda Pathirage To: dev@ode.apache.org Sent: Tue, June 8, 2010 7:35:47 AM Subject: Re: ODE trunk build Hi Jeff, We are working on it. I'll let you know

Re: Embedding ODE

2010-05-27 Thread Aaron Anderson
Hi Meeraj, Currently the simple scheduler implementation utilizes JDBC code and not JPA so the tables are not auto-created. The SQL script is in the dao-hibernate-db module under src\main\sql. If you build the project the complete SQL script including both the scheduler and hibernate DDL should

Re: JPA DAO refactoring.

2010-04-29 Thread Aaron Anderson
k the ProcessAndInstanceManagementImpl supports in-memory processes, ( http://ode.apache.org/user-guide.html#UserGuide-Inmemoryexecution). So I think we can just put an @ignore annotation for this test case. Regards Jeff On Sat, Apr 24, 2010 at 12:25 AM, Aaron Anderson wrote: > Hi Jeff, > > I got side tracked with so

Re: JPA DAO refactoring.

2010-04-23 Thread Aaron Anderson
can be run successfully, now I only see the axis2-war module having 6 failed test cases. Good work. Regards Jeff On Tue, Apr 13, 2010 at 1:04 AM, Aaron Anderson wrote: > Hi Jeff, > > All the BPEL tests ran fine on my machine so I am unsure of why they failed > on yours. As for th

Re: JPA DAO refactoring.

2010-04-12 Thread Aaron Anderson
ds Jeff On Wed, Apr 7, 2010 at 11:24 AM, Aaron Anderson wrote: > Hi Jeff, > > I checked in my changes to the axis2-war maven POM to setup the axis2 > WS-Security tests properly and now all those tests are passing. In the JPA > github branch there are still 19 failed tests and 12 sk

Re: JPA DAO refactoring.

2010-04-07 Thread Aaron Anderson
an applied this change (enable the axis2-war testing) to trunk separately. Regards Jeff On Sat, Apr 3, 2010 at 11:33 AM, Aaron Anderson wrote: > Hi Jeff, > > Here is a quick update on the JPA refactoring. I was finally able to > discover the reason why one the of the Axis war tests was

[jira] Created: (ODE-800) Incorrect Hibernate QL clause in instance cleanup query

2010-04-06 Thread Aaron Anderson (JIRA)
Affects Versions: 1.3.4, 2.0 Reporter: Aaron Anderson Priority: Minor When the ODE Runtime is configured to use hibernate and executes a CronJob to cleanup stale instances it sets the InstanceFilter pid QName value as part of the query http://svn.apache.org/repos/asf

Re: JPA DAO refactoring.

2010-04-02 Thread Aaron Anderson
Aaron, comments inline. On Tue, Mar 30, 2010 at 2:31 AM, Aaron Anderson wrote: > Hi Jeff, > > Thanks for the response. I noticed that the integration tests were in the > svn trunk so I updated it to run the tests and while there were failed test > cases more passed than the git

Re: JPA DAO refactoring.

2010-03-29 Thread Aaron Anderson
Mar 29th, 2010 9:59 AM CDT Jeff Yu wrote: >Hi Aaron, > >comments inline. > > >On Mon, Mar 29, 2010 at 9:31 AM, Aaron Anderson wrote: > >> Hi Jeff, >> >> I got the axis2-war file tests running but there are failures. I took a >> look at the ruby file for

Re: JPA DAO refactoring.

2010-03-28 Thread Aaron Anderson
g here would be to implement the JPA based DAO impl for scheduler module. Regards Jeff On Fri, Mar 26, 2010 at 7:49 AM, Aaron Anderson wrote: > Hi Jeff, > > I completed the new JPA based SimpleScheduler DAO implementation. Now there > is JDBC based implementation (refactored origi

Re: JPA DAO refactoring.

2010-03-26 Thread Aaron Anderson
here would be to implement the JPA based DAO impl for scheduler module. Regards Jeff On Fri, Mar 26, 2010 at 7:49 AM, Aaron Anderson wrote: > Hi Jeff, > > I completed the new JPA based SimpleScheduler DAO implementation. Now there > is JDBC based implementation (refactore

Re: JPA DAO refactoring.

2010-03-25 Thread Aaron Anderson
to add the jpa impl for scheduler. Thanks for this great work. ;) Regards Jeff On Tue, Mar 16, 2010 at 10:13 PM, Aaron Anderson wrote: > Hi Jeff, > > I updated the github JPA branch again with some changes so that the branch > now compiles with JDK 1.5 and utilizes H2 as the embedde

Re: JPA DAO refactoring.

2010-03-16 Thread Aaron Anderson
Hi Jeff, I updated the github JPA branch again with some changes so that the branch now compiles with JDK 1.5 and utilizes H2 as the embedded database for tests. Can you please test it out again? Thanks, Aaron From: Aaron Anderson To: dev@ode.apache.org

Re: JPA DAO refactoring.

2010-03-15 Thread Aaron Anderson
e trying to move away derby to H2. ( >https://issues.apache.org/jira/browse/ODE-666), any ideas that could we use >the H2 to make all tests passed? > >Also, I am curious on how do you run the tests, as I tried to do the 'mvn >clean install' from top-level, it always throw

Re: JPA DAO refactoring.

2010-03-14 Thread Aaron Anderson
lets do as what you think now, and then we will try to figure out how to do this in the buildr. Regards Jeff On Sat, Mar 13, 2010 at 2:37 AM, Aaron Anderson wrote: > Hi Jeff, > > I am still working on the refactoring but have hit a speed bump with > getting all the DAO tests to pass.

Re: JPA DAO refactoring.

2010-03-12 Thread Aaron Anderson
ork there. > >Regards >Jeff > >Regards >Jeff > >On Wed, Mar 10, 2010 at 10:23 AM, Aaron Anderson wrote: > >> Hi Jeff, >> >> Thanks for merging in the code! I had some laptop problems today (I will >> need to send it back for repairs again!) so I did

Re: JPA DAO refactoring.

2010-03-09 Thread Aaron Anderson
AM Subject: Re: JPA DAO refactoring. Hi Aaron, comments inline. On Mon, Mar 8, 2010 at 3:28 PM, Aaron Anderson wrote: > Hi Jeff, > > I committed my changes to my github fork at > http://github.com/aaronanderson/ode/tree/jpa Please take a look at it and > let me know what you

Re: JPA DAO refactoring.

2010-03-07 Thread Aaron Anderson
. Hi Aaron, Yeah, lets try to put it into the OpenJPA DAO moudle first, and then think about the other way. BTW, I didn't see you commit logs on your repo, was thinking that I will add you as a collaborator in the github's jpa work repository. Regards Jeff On Fri, Mar 5, 2010 at

Re: JPA DAO refactoring.

2010-03-04 Thread Aaron Anderson
Hi Jeff, Thanks for the response! For question #2, I errantly used the term class annotation instead of class enhancement. The challenge I encountered was trying to acheive the goal of reusing the same JPA entities across persistence providers while also somehow addressing the differences bet

[jira] Commented: (ODE-704) clean up the JPA module, supports botht openJPA and Hibernate

2010-03-03 Thread Aaron Anderson (JIRA)
[ https://issues.apache.org/jira/browse/ODE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840702#action_12840702 ] Aaron Anderson commented on ODE-704: Hi Jeff, Thanks for the pointers on helping me

[jira] Commented: (ODE-704) clean up the JPA module, supports botht openJPA and Hibernate

2010-02-27 Thread Aaron Anderson (JIRA)
[ https://issues.apache.org/jira/browse/ODE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839355#action_12839355 ] Aaron Anderson commented on ODE-704: I noticed that the bpel-store module has some

[jira] Commented: (ODE-753) Maven build for ODE 2.0

2010-02-27 Thread Aaron Anderson (JIRA)
[ https://issues.apache.org/jira/browse/ODE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839352#action_12839352 ] Aaron Anderson commented on ODE-753: I am having issues building the dao-hiber