RE: [Commons SCXML] - Parallel states and external invocation. Best practice.

2010-04-20 Thread Martin Gainty
Andy the state is either triggered or not triggered depending on the boolean evaluation of cond e.g. for now just try hardcoding cond to evaluate to true (and see if that will activate the state) http://commons.apache.org/scxml/guide/scxml-documents.html#custom s

RE: [Commons SCXML] - Parallel states and external invocation. Best practice.

2010-04-20 Thread Andrew Mansfield
Sorry yes, the src attribute. Essentially what I want to be able to do is something like : When I tested it the sub statemachine would never fire. Thanks, Andy -Original M

Re: how much JXPath 1.3 is compliant with XPath 2.0

2010-04-20 Thread Nicolas Hernandez
Ok. Thank you. On Tue, Apr 20, 2010 at 4:50 PM, Matt Benson wrote: > > On Apr 20, 2010, at 4:23 AM, Nicolas Hernandez wrote: > >> Dear JXPath users, >> >> does someone know how much JXPath 1.3 is compliant with XPath 2.0 ? >> > JXPath does not attempt to support anything that is specific to XPath

Re: [Commons SCXML] - Parallel states and external invocation. Best practice.

2010-04-20 Thread Rahul Akolkar
On Tue, Apr 20, 2010 at 9:46 AM, Andrew Mansfield wrote: > Hi Rahul, > > One other question if I may and assuming it's possible. > > Can I start a new state machine from one of the sub states i.e. sub2 > (using src="my.xml") and have that follow the same logic i.e. the > parallel execution will wa

Re: how much JXPath 1.3 is compliant with XPath 2.0

2010-04-20 Thread Matt Benson
On Apr 20, 2010, at 4:23 AM, Nicolas Hernandez wrote: Dear JXPath users, does someone know how much JXPath 1.3 is compliant with XPath 2.0 ? JXPath does not attempt to support anything that is specific to XPath 2.0. Does JXPath handle operators such as 'union', 'intersect', 'except' ? Fu

Re: RFC: Line Ending Conversion between Unix and Windows ....

2010-04-20 Thread Matt Benson
Echoing Sebastian, a possibility would be to port Ant's FixCrlfFilter (implements java.io.FilterReader) to [io]. Quite some changes would be needed, but this code has at least been heavily tested. -Matt On Apr 19, 2010, at 12:16 PM, Siegfried Goeschl wrote: Hi folks, I just had to type s

JSVC wont run at startup

2010-04-20 Thread mperemsky
I have followed the instructions at http://www.malisphoto.com/tips/tomcatonosx.html#Anchor-JSVC http://www.malisphoto.com/tips/tomcatonosx.html#Anchor-JSVC for installing jsvc. But it fails to load tomcat when the machine boots. If I open a terminal after boot and type in "launchctl load org.ap

RE: [Commons SCXML] - Parallel states and external invocation. Best practice.

2010-04-20 Thread Andrew Mansfield
Hi Rahul, One other question if I may and assuming it's possible. Can I start a new state machine from one of the sub states i.e. sub2 (using src="my.xml") and have that follow the same logic i.e. the parallel execution will wait for the sub state machine to execute. I tried using the invoke wit

RE: [Commons SCXML] - Parallel states and external invocation. Best practice.

2010-04-20 Thread Andrew Mansfield
That's a tidy solution. Worked a charm. Thanks, Andy -Original Message- From: Rahul Akolkar [mailto:rahul.akol...@gmail.com] Sent: 19 April 2010 22:26 To: Commons Users List Subject: Re: [Commons SCXML] - Parallel states and external invocation. Best practice. On Mon, Apr 19, 2010 at 7

Re: jsvc and profiler option -agent

2010-04-20 Thread Hugo Sterin
Hugo Sterin gmail.com> writes: > I had this issue with tomcat 6.0.26, I tried daemons 1.0.2 without success. I > can't start tomcat with jsvc if -javaagent property is in the command line. (– > javaagent:/local/agent/Agent.jar) > > Next parameters are always ignored and I end up getting the err

how much JXPath 1.3 is compliant with XPath 2.0

2010-04-20 Thread Nicolas Hernandez
Dear JXPath users, does someone know how much JXPath 1.3 is compliant with XPath 2.0 ? Does JXPath handle operators such as 'union', 'intersect', 'except' ? Functions such as Regular expressions (matches, replace, tokenize) ? Is there a list somewhere of the operators and functions currently s

It makes about 40% of all Java based open source projects

2010-04-20 Thread ROUSSEAU Guillaume
I guess you guys already know (like us), that Apache Commons reputation was high, but did you expect it to be that high ? At least it make a good reference for other projects which would like to evaluate how many projects reuse their libs. Le 19/04/10 14:29, ROUSSEAU Guillaume a écrit : We (at

Re: jsvc and profiler option -agent

2010-04-20 Thread Hugo Sterin
Mladen Turk apache.org> writes: > > It's not in 6.0.24, and will not be part of 6.0.26 > Layout is a bit different so I need to backport that from > Tomcat trunk to 6.0.x branch. > > You can however download it directly from > http://commons.apache.org/downloads/download_daemon.cgi > > Click o