Re: [SANSELAN] How to write GPS Altitude?

2011-06-23 Thread tonio09
See https://issues.apache.org/jira/browse/SANSELAN-51 -- View this message in context: http://apache-commons.680414.n4.nabble.com/SANSELAN-How-to-write-GPS-Altitude-tp1587685p3619151.html Sent from the Commons - User mailing list archive at Nabble.com.

[daemon] running class with 32 bit JVM on AMD64 Windows machine

2011-06-23 Thread philip . schwarz
Hi all, I need to use apache daemon to run Java class Foo on a 32-bit JVM that runs on an AMD64 Windows machine. I first do this SET PRUNSRV=C:\commons-daemon-1.0.5-bin-windows\amd64\prunsrv.exe and then installI Foo as follows: %PRUNSRV% //IS//Foo ^

[modeler] issue while trying to register an object

2011-06-23 Thread rama
Hello, i am trying to learn modeler lib (commons-modeler-2.0.1) and i have do a couple of tests with it. I was pretty happy with it, but i have faced an issue with this object (see test class) I got a javax.management.RuntimeOperationsException: Field value invalid: name= exception Also, i

Re: [daemon] running class with 32 bit JVM on AMD64 Windows machine

2011-06-23 Thread Mark Thomas
On 23/06/2011 11:50, philip.schw...@thomsonreuters.com wrote: Hi all, I need to use apache daemon to run Java class Foo on a 32-bit JVM that runs on an AMD64 Windows machine. snip/ Running the Win32 version of prunsrv.exe on an AMD64 Windows machine: * Is this one of the intended

RE: [daemon] running class with 32 bit JVM on AMD64 Windows machine

2011-06-23 Thread philip . schwarz
OK, thank you very much for responding so promptly. Philip Schwarz -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 23 June 2011 12:03 To: Commons Users List Subject: Re: [daemon] running class with 32 bit JVM on AMD64 Windows machine On 23/06/2011 11:50,

Re: [scxml] Target of transition as variable?

2011-06-23 Thread Rahul Akolkar
On Tue, Jun 21, 2011 at 3:42 PM, Artem Vovk vovk.ar...@googlemail.com wrote: Can I use dynamic transition targets? Something like this? datamodel        data id=dyn_state expr=State1 /datamodel ... transition  ... target=dyn_state/ If I use it on this way, I receive an exception:

Re: [scxml] Target of transition as variable?

2011-06-23 Thread Artem Vovk
Thanks for the answer! I have also implemented on this way, but I think it makes all complicated and I see no benefits from static states I give an example where dyn states are useful and much less verbose: I have 10 basic_states that under some condition(internet is not available) can be

Re: [scxml] Target of transition as variable?

2011-06-23 Thread Rahul Akolkar
On Thu, Jun 23, 2011 at 6:46 PM, Artem Vovk vovk.ar...@googlemail.com wrote: Thanks for the answer! I have also implemented on this way, but I think it makes all complicated and I see no benefits from static states I give an example where dyn states are useful and much less verbose: I have