RE: Syntax of links in simPEL

2008-06-10 Thread Oliver Kopp
Hi Matthieu, Ok, let's see with an example that I hope will be better than the last one: parrallel { a; if (...) { signal(first); } else { signal(second); } } and { c; join(first); d; } and { join(second); e; } and { join(first, second, $first or

[jira] Created: (ODE-301) Problem calling WebService generated from WSDL and deployed in ODE's AXIS2 instance

2008-06-10 Thread JIRA
Problem calling WebService generated from WSDL and deployed in ODE's AXIS2 instance --- Key: ODE-301 URL: https://issues.apache.org/jira/browse/ODE-301 Project: ODE

[jira] Updated: (ODE-301) EPR not found when calling WebService generated from WSDL and deployed in ODE's AXIS2 instance

2008-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/ODE-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph M. Pflügler updated ODE-301: -- Summary: EPR not found when calling WebService generated from WSDL and deployed in ODE's

[jira] Commented: (ODE-263) onAlarm is trigered only after completed activity

2008-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/ODE-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603944#action_12603944 ] Christoph M. Pflügler commented on ODE-263: --- Hi, as I need this feature for my

Buildr upgrade (almost)

2008-06-10 Thread Matthieu Riou
Hi guys, I've update our Rakefile to use Buildr 1.3.1.1 and it seems to work now. However there are a few gotchas. The first is that there's a bug in the XmlBeans task, I fixed it on Buildr so it should be in the next release. In the meantime you're left with 2 options: install buildr from the

Re: Buildr upgrade (almost)

2008-06-10 Thread Assaf Arkin
Or we can include the task in ODE's rakelib. Assaf On Jun 10, 2008, at 2:07 PM, Matthieu Riou [EMAIL PROTECTED] wrote: Hi guys, I've update our Rakefile to use Buildr 1.3.1.1 and it seems to work now. However there are a few gotchas. The first is that there's a bug in the XmlBeans

Re: Buildr upgrade (almost)

2008-06-10 Thread Jens Müller
Matthieu Riou schrieb: For this reason I haven't directly updated the default Rakefile but committed another one instead and that's only on trunk for now (I'm thinking we should maybe stick with Buildr 1.2.X for our stable branch). So you'll need to do: buildr --buildfile=Rakefile.buildr1.3

Re: Buildr upgrade (almost)

2008-06-10 Thread Matthieu Riou
On Tue, Jun 10, 2008 at 1:31 PM, Jens Müller [EMAIL PROTECTED] wrote: Matthieu Riou schrieb: For this reason I haven't directly updated the default Rakefile but committed another one instead and that's only on trunk for now (I'm thinking we should maybe stick with Buildr 1.2.X for our

Re: Buildr upgrade (almost)

2008-06-10 Thread Jens Müller
Matthieu Riou schrieb: On Tue, Jun 10, 2008 at 1:31 PM, Jens Müller [EMAIL PROTECTED] wrote: Matthieu Riou schrieb: For this reason I haven't directly updated the default Rakefile but committed another one instead and that's only on trunk for now (I'm thinking we should maybe stick with

Re: Buildr upgrade (almost)

2008-06-10 Thread Matthieu Riou
On Tue, Jun 10, 2008 at 2:28 PM, Jens Müller [EMAIL PROTECTED] wrote: Matthieu Riou schrieb: On Tue, Jun 10, 2008 at 1:31 PM, Jens Müller [EMAIL PROTECTED] wrote: Matthieu Riou schrieb: For this reason I haven't directly updated the default Rakefile but committed another one instead and

Re: Buildr upgrade (almost)

2008-06-10 Thread Jens Müller
Matthieu Riou schrieb: Do you have a running server on port 8080? Yes, a Tomcat. I stopped it and some more tests worked. I usually don't have OOMs but can you try with JAVA_OPTS=-Xmx512m ? I tried it with -Xmx1G, but I still get an OOM error ... The first error is a timeout, btw: