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
[
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
[
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
[
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
[
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
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
[
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
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
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