[daemon] Problem with starting and stopping a service with prunsrv

2011-08-03 Thread Chris S
Hello everybody, just to to test apache-deamon i have written a simple program, i want to start and stop it using the jvm mode. There a 3 different problems: 1. I can't start the service using the windows xp service manager, i get an 1053 error, after that the status is starting 2. When

[scxml] sendid vs id attribute on send

2011-08-03 Thread Nick Hofstede
I noticed that commons scxml uses the attribute sendid on the send element to specify the id of an event, whereas the scxml specification states that you should use the id attribute (see http://www.w3.org/TR/scxml/#send) I assume this is a bug and you want me to log it in the issue tracker?

Re: [exec] Draining process output/error

2011-08-03 Thread Diane Baumgartner
Hi all,   I'm trying to run a shell script from a Java program.  I finally got a trivial example working wtih ProcessBuilder, and learned that I had to be sure to capture the child process's output so that my program would work correctly.  I have also seen the warning in the Sun documentation

Re: [scxml] sendid vs id attribute on send

2011-08-03 Thread Rahul Akolkar
On Wed, Aug 3, 2011 at 5:47 AM, Nick Hofstede nick.hofst...@inventivegroup.com wrote: I noticed that commons scxml uses the attribute sendid on the send element to specify the id of an event, whereas the scxml specification states that you should use the id attribute (see