forEach activity compilation bugs(and my fix to this) when compiling completionCondition

2008-12-04 Thread cxm
Dear ode developers, I am using ODE 1.2 for my company,when I use forEach activity,I find it fails when it comes to completionCondition.It doesn't work as BPEL 2.0 specfication states.Then I try it out,now it works.The following is my way to fix this problem: (1)modify constructor of class

[jira] Resolved: (ODE-451) Warning: composite-id class does not override hashCode()

2008-12-04 Thread Alex Boisvert (JIRA)
[ https://issues.apache.org/jira/browse/ODE-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Boisvert resolved ODE-451. --- Resolution: Fixed Fix Version/s: 1.3 Patch applied, thanks! [EMAIL PROTECTED]:~/svn/ode/1.1$ svn

[jira] Resolved: (ODE-450) Expose Deployment Properties In BPEL Process

2008-12-04 Thread Karthick Sankarachary (JIRA)
[ https://issues.apache.org/jira/browse/ODE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthick Sankarachary resolved ODE-450. --- Resolution: Fixed The patch was applied at revision 723457. > Expose Deployment Propert

[jira] Commented: (ODE-448) Message routing fails when implicit and explicit correlations are used together

2008-12-04 Thread Sean Ahn (JIRA)
[ https://issues.apache.org/jira/browse/ODE-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653502#action_12653502 ] Sean Ahn commented on ODE-448: -- Thanks, Alex!! > Message routing fails when implicit and explici

[jira] Updated: (ODE-451) Warning: composite-id class does not override hashCode()

2008-12-04 Thread Sean Ahn (JIRA)
[ https://issues.apache.org/jira/browse/ODE-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Ahn updated ODE-451: - Attachment: ode-451.1x.patch Implemented hashCode() to suppress the hibernate warning. > Warning: composite-id clas

[jira] Created: (ODE-451) Warning: composite-id class does not override hashCode()

2008-12-04 Thread Sean Ahn (JIRA)
Warning: composite-id class does not override hashCode() Key: ODE-451 URL: https://issues.apache.org/jira/browse/ODE-451 Project: ODE Issue Type: Bug Components: BPEL Runtime

[jira] Updated: (ODE-450) Expose Deployment Properties In BPEL Process

2008-12-04 Thread Karthick Sankarachary (JIRA)
[ https://issues.apache.org/jira/browse/ODE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthick Sankarachary updated ODE-450: -- Description: Often times, one would like to be able to assert some influence over the run

Re: Problem with "In memory" enabled in ODE 1.2

2008-12-04 Thread Alex Boisvert
Does you process have a receive beyond the instantiating receive? This is not currently supported. alex On Thu, Dec 4, 2008 at 1:52 AM, Vineesh Thomas <[EMAIL PROTECTED]> wrote: > > Hi, > > I am facing NPE when I am running my process in ODE 1.2 and "In memory" > option enabled. The stacktrace

Problem with "In memory" enabled in ODE 1.2

2008-12-04 Thread Vineesh Thomas
Hi, I am facing NPE when I am running my process in ODE 1.2 and "In memory" option enabled. The stacktrace is attached below in the same post. I am using the latest ode 1.2 war distribution. I have tested the same process with in-memory option disabled and it works fine. Also the same process wo