Re: [scxml] Handling condition errors in transitions

2011-09-13 Thread Rahul Akolkar
On Mon, Sep 12, 2011 at 5:17 AM, Dario D darac1...@gmail.com wrote: Hello, I have an SCXML workflow as given below. The conditions in the transitions of state2 are invalid because they have an invalid variable name trans-0. The application was made in the way that on each step forward, it

[CONFIGURATION] preserve mulitline property over load and save

2011-09-13 Thread Wieland Gmeiner
Hi, i have property values spanning multiple lines like value = aaa, \ bbb When I load this into a PropertiesConfiguration and later store to a file I can only achieve two results, * having everything on one line like value = aaa,bbb * or a mulitvalue property

Re: [scxml] Handling condition errors in transitions

2011-09-13 Thread Dario D
2011/9/13 Rahul Akolkar rahul.akol...@gmail.com When the state machine is in state2, there are three candidate transitions that match event action.next -- two with guards in state2 and one unguarded or condition-less in state _processing. The two in state2 are not followed, but subsequently

[daemon] Procrun (Prunsrv) classpath wildcard not working on AMD 64

2011-09-13 Thread Cao, Li
Hi! I tried to use the classpath wildcard with prunsrv.exe (1.0.7) running on Windows server but having issues. I am basically trying to use this format: --Classpath=foo.jar;lib\*;.\properties The Java application cannot find the class needed in the lib folder. It works if I do not use the *

Re: [daemon] Procrun (Prunsrv) classpath wildcard not working on AMD 64

2011-09-13 Thread sebb
On 13 September 2011 19:56, Cao, Li l...@amfam.com wrote: Hi! I tried to use the classpath wildcard with prunsrv.exe (1.0.7) running on Windows server but having issues. I am basically trying to use this format: --Classpath=foo.jar;lib\*;.\properties Have you tried the following?

Re: [JCS] Best version to use for new project?

2011-09-13 Thread David Wood
I've been using JCS 1.3 on Windows and Ubuntu w/o any really issues. It just seems to work. David Wood Computing Systems for Wireless Networks IBM TJ Watson Research Center daw...@us.ibm.com 914-784-5123 (office), 914-396-6515 (mobile) From: Ray Sprinkle rsprin...@vhainc.com To:

RE: [daemon] Procrun (Prunsrv) classpath wildcard not working on AMD 64

2011-09-13 Thread Cao, Li
Tried but does not work either. Officially if it is implemented as per java 6 launcher specs. The *.jar is not supported. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, September 13, 2011 2:03 PM To: Commons Users List Subject: Re: [daemon] Procrun (Prunsrv)

Re: [scxml] Handling condition errors in transitions

2011-09-13 Thread Rahul Akolkar
On Tue, Sep 13, 2011 at 1:43 PM, Dario D darac1...@gmail.com wrote: 2011/9/13 Rahul Akolkar rahul.akol...@gmail.com When the state machine is in state2, there are three candidate transitions that match event action.next -- two with guards in state2 and one unguarded or condition-less in

Re: [CONFIGURATION] preserve mulitline property over load and save

2011-09-13 Thread Oliver Heger
Hi Wieland, Am 13.09.2011 18:19, schrieb Wieland Gmeiner: Hi, i have property values spanning multiple lines like value = aaa, \ bbb When I load this into a PropertiesConfiguration and later store to a file I can only achieve two results, * having everything on

RE: [daemon] Procrun (Prunsrv) classpath wildcard not working on AMD 64

2011-09-13 Thread Cao, Li
Hi TM, Do you mean the wildcard is not supported on any of the platforms (32bit, IA64 and AMD64), or just not supported on AMD64? I can see the following in the release notes in commons-daemon-1.0.7-bin-windows.zip (which contains Prunsrv.exe) * DAEMON-166: Add classpath .jar expansion. If the

Re: [CONFIGURATION] preserve mulitline property over load and save

2011-09-13 Thread sebb
On 13 September 2011 21:31, Oliver Heger oliver.he...@oliver-heger.de wrote: Hi Wieland, Am 13.09.2011 18:19, schrieb Wieland Gmeiner: Hi, i have property values spanning multiple lines like       value = aaa, \                    bbb When I load this into a PropertiesConfiguration and

Re: [CONFIGURATION] preserve mulitline property over load and save

2011-09-13 Thread Wieland Gmeiner
On Wed, Sep 14, 2011 at 12:06 AM, sebb seb...@gmail.com wrote: On 13 September 2011 21:31, Oliver Heger oliver.he...@oliver-heger.de wrote: Is there a possiblity to tweak the PropertiesConfiguration so that it preserves the original layout over a load/store cycle? Why do you want to do this?

Re: [CONFIGURATION] preserve mulitline property over load and save

2011-09-13 Thread sebb
On 13 September 2011 23:19, Wieland Gmeiner wieland.gmei...@gmail.com wrote: On Wed, Sep 14, 2011 at 12:06 AM, sebb seb...@gmail.com wrote: On 13 September 2011 21:31, Oliver Heger oliver.he...@oliver-heger.de wrote: Is there a possiblity to tweak the PropertiesConfiguration so that it