Re: JPA DAO refactoring.

2010-04-05 Thread Jeff Yu
Hi Aaron, Thanks for the update. It looks good. I will look into the axis2-war pom file, and to try against the ode trunk. Thinking that maybe we can 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

Re: Building ode2, error occurs when test

2010-04-05 Thread Jeff Yu
+1. I've just run the maven build against ode 2 trunk code, it works great. Regards Jeff On Mon, Apr 5, 2010 at 9:13 PM, Terry Mueller wrote: > Hi Binh, > > Please post the contents of > > scheduler-simple/target/surefire-reports/TEST-org.apache.ode.scheduler.simple.SchedulerThreadTest.xml > so

[jira] Commented: (ODE-634) Event Handles not working

2010-04-05 Thread William Liu (JIRA)
[ https://issues.apache.org/jira/browse/ODE-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853706#action_12853706 ] William Liu commented on ODE-634: - Hi, Rafal! Does the 1.3.4-SNAPSHOT on http://people.apache

[jira] Commented: (ODE-644) INTERNAL ERROR: No ENTRY for RESPONSE CHANNEL [xy]

2010-04-05 Thread William Liu (JIRA)
[ https://issues.apache.org/jira/browse/ODE-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853702#action_12853702 ] William Liu commented on ODE-644: - Hi, All! Sorry to bother again! But have this bug been fix

Re: a problem when I install buildr.

2010-04-05 Thread Antoine Toulme
They are both competing right now. AFAIK, Maven is recent and there are still some things it doesn't do, while Buildr has been there for a while, does everything, but is a bit problematic to install. The installation woes are getting slightly better with a good jruby integration. When 1.4 goes out,

Re: a problem when I install buildr.

2010-04-05 Thread Terry Mueller
I had problems with Ruby (on FC12) so I use JRuby ... jruby -S gem install buildr then jruby -S buildr install To those on the list who know... Is Maven the preferred approach for future ODE development, rather than Buildr? Regards, Terry On 5 April 2010 17:14, Waruna Ra

Re: Building ode2, error occurs when test

2010-04-05 Thread Terry Mueller
Hi Binh, Please post the contents of scheduler-simple/target/surefire-reports/TEST-org.apache.ode.scheduler.simple.SchedulerThreadTest.xml so we can see more details about the error. I've just updated to the latest from http://svn.apache.org/repos/asf/ode/trunk and the unit tests pass for me, but

[jira] Updated: (ODE-799) variable modification event does not have information about the variable value

2010-04-05 Thread Anurag Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/ODE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anurag Aggarwal updated ODE-799: Attachment: added-new-value-to-variable-modification-ev.patch possible patch is attached > variable m

[jira] Created: (ODE-799) variable modification event does not have information about the variable value

2010-04-05 Thread Anurag Aggarwal (JIRA)
variable modification event does not have information about the variable value -- Key: ODE-799 URL: https://issues.apache.org/jira/browse/ODE-799 Project: ODE Issue

[jira] Commented: (ODE-774) npe when something is mapped to message header part of variable

2010-04-05 Thread Anurag Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/ODE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853605#action_12853605 ] Anurag Aggarwal commented on ODE-774: - my mistake, yes the patch should be applied to both

[jira] Updated: (ODE-663) DOMUtils.cloneNode results in invalid namespace declaration

2010-04-05 Thread David Carver (JIRA)
[ https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Carver updated ODE-663: - Attachment: ode1.x-663-v1.txt Proposed patch to simplify and correctly handle the issue that is currently f

[jira] Commented: (ODE-663) DOMUtils.cloneNode results in invalid namespace declaration

2010-04-05 Thread David Carver (JIRA)
[ https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853591#action_12853591 ] David Carver commented on ODE-663: -- DOMUtils.cloneNode could probably be simplified to do the

Re: a problem when I install buildr.

2010-04-05 Thread kevin
Thank you very much! I have installed it, and I'm building ODE project. best regards, Kevin Wu. Antoine Toulme : You can try placing Java under C: and try again. I'm not sure why gcc cannot find your jni.h. As a workaround, you can install jruby and install Buildr on it. We provide a standalo

Re: a problem when I install buildr.

2010-04-05 Thread Antoine Toulme
You can try placing Java under C: and try again. I'm not sure why gcc cannot find your jni.h. As a workaround, you can install jruby and install Buildr on it. We provide a standalone Buildr here: buildr-and-buildr4osgi-1.4.0-jruby-1.4.0.20091219.zip

Re: a problem when I install buildr.

2010-04-05 Thread kevin
Antoine Toulme : Your java installation is under D:\software\Java\jdk1.6.0_13, right ? yes. Make sure jni.h is present under D:\software\Java\jdk1.6.0_13\include\win32 or D:\software\Java\jdk1.6.0_13\include. jni.h is present under D:\software\Java\jdk1.6.0_13\include. jni.h is not prese

Re: a problem when I install buildr.

2010-04-05 Thread Antoine Toulme
Your java installation is under D:\software\Java\jdk1.6.0_13, right ? Make sure jni.h is present under D:\software\Java\jdk1.6.0_13\include\win32 or D:\software\Java\jdk1.6.0_13\include. On Mon, Apr 5, 2010 at 08:33, kevin wrote: > have_header: checking for jni.h... no > >

Re: a problem when I install buildr.

2010-04-05 Thread kevin
have_header: checking for jni.h... no "gcc -E -I. -IC:/Ruby/lib/ruby/1.8/i386-mingw32 -I. -ID:\software\Java\jdk1.6.0_13\include -ID:\software\Java\jdk1.6.0_13\include\win32-g -O2 -ID:\software\Java\jdk1.6.0_13\include -ID:\software\Java\jdk1.6.0_13\include\win32

Re: a problem when I install buildr.

2010-04-05 Thread Antoine Toulme
What does the file say ? C:/Ruby/lib/ruby/gems/1.8/gems/rjb-1.1.9/ext/gem_make.out Thanks, Antoine On Mon, Apr 5, 2010 at 08:12, kevin wrote: > Hi, > I use Windows XP. Now I use Ruby 1.8.7 and define the JAVA_HOME. > Now I get now error: > C:/Ruby/bin/ruby.exe extconf.rb > checking for

Re: a problem when I install buildr.

2010-04-05 Thread kevin
Hi, I use Windows XP. Now I use Ruby 1.8.7 and define the JAVA_HOME. Now I get now error: C:/Ruby/bin/ruby.exe extconf.rb checking for jni.h... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mk

Re: a problem when I install buildr.

2010-04-05 Thread Antoine Toulme
You are using Ruby 1.9. You should use Ruby 1.8.7. Make sure JAVA_HOME is defined as well. On Mon, Apr 5, 2010 at 02:14, Waruna Ranasinghe wrote: > Hi > You can use maven to build ODE-trunk instead of buildr > > Thanks, > Waruna > > 2010/4/5 kevin > > > Hi, > > > > I am a newcomer for ODE, an

Re: Building ode2, error occurs when test

2010-04-05 Thread Waruna Ranasinghe
I got the same test failure. But it fails randomly Thanks, Waruna On 2 April 2010 21:21, Bi Be wrote: > Hi all, > > When I am using mvn and Java 1.6 to build the source of the current ODE 2, > the following error occurs: > > ... > [INFO] Building ODE :: BPEL Scheduler Simple > [INFO]task-se

testParallelEnqueue test fails randomly

2010-04-05 Thread Waruna Ranasinghe
Hi devs, testParallelEnqueue test of SchedulerThreadTest fails randomly in ODE - trunk fails at line 94 assertTrue(_tasks.get(i).task.schedDate < _tasks.get(i+1).task.schedDate); I'm using maven to build ODE Thanks, Waruna -- - Regards, Warun

Re: a problem when I install buildr.

2010-04-05 Thread Waruna Ranasinghe
Hi You can use maven to build ODE-trunk instead of buildr Thanks, Waruna 2010/4/5 kevin > Hi, > > I am a newcomer for ODE, and I want to do the project "Implement OSGi > packaging for ODE" for the GSoC2010. > My proposal in Apache > wiki[2]:http://wiki.apache.org/general/soc2010-ode784-proposal

a problem when I install buildr.

2010-04-05 Thread kevin
Hi, I am a newcomer for ODE, and I want to do the project "Implement OSGi packaging for ODE" for the GSoC2010. My proposal in Apache wiki[2]:http://wiki.apache.org/general/soc2010-ode784-proposal My proposal in GSoC[3]:http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/kevin/t12

[jira] Updated: (ODE-786) getting partnerlink details with in ExtensionContext

2010-04-05 Thread Waruna Ranasinghe (JIRA)
[ https://issues.apache.org/jira/browse/ODE-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waruna Ranasinghe updated ODE-786: -- Attachment: ODE-786-complete.patch few changes are missing in the previous patch file. Therefore a