state machine creation

2008-06-30 Thread amina mimouni
hello, 1-i'am newbie in scxml, i would like to have programme example of state machine creation in Java language (with scxml librairies) 2-the whole of scxml meta model in ecore ou genmodel if it is possible this is my example but the fireEvents doesn't work , i don't what i did wrong

[jxpath] JXPath 1.3 Status

2008-06-30 Thread Matt Accola
Is JXPath still an active project? I see the last release was 1.2 in August 2004. I see 46 of 46 JIRA issues for the 1.3 release have been marked completed but no official 1.3 release. Is the nightly build stable enough for production use. The issue I am facing is that I am experiencing what

Re: [jxpath] JXPath 1.3 Status

2008-06-30 Thread Matt Benson
Yes, JXPath 1.3 has actually had three release candidates cut; a fourth should come very soon. So JXPath 1.3 should be released sometime in July. -Matt --- Matt Accola [EMAIL PROTECTED] wrote: Is JXPath still an active project? I see the last release was 1.2 in August 2004. I see 46 of 46

RE: [jxpath] JXPath 1.3 Status

2008-06-30 Thread Matt Accola
Please forgive my ignorance. I cannot find any 1.3 release candidates or nightly builds from the project page, http://commons.apache.org/jxpath/. The release candidates do not appear to be published in the archives, http://archive.apache.org/dist/commons/jxpath/. The Nightly Build link,

Re: [jxpath] JXPath 1.3 Status

2008-06-30 Thread [EMAIL PROTECTED]
Search the myfaces dev email list archives. The release candidates will have been posted on a developer's site; they are deliberately not uploaded to the world-wide mirrors as it would be a waste of bandwidth and disk space to mirror them. Or check out the source from svn and build it. No

Re: [jxpath] JXPath 1.3 Status

2008-06-30 Thread James Carman
On Mon, Jun 30, 2008 at 12:29 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Search the myfaces dev email list archives. The release candidates will have been posted on a developer's site; they are deliberately not uploaded to the world-wide mirrors as it would be a waste of bandwidth and disk

Re: [SCXML] state machine creation

2008-06-30 Thread Rahul Akolkar
Please use the [SCXML] prefix to email subjects (this is a shared list). I've added it here. On 6/30/08, amina mimouni [EMAIL PROTECTED] wrote: hello, 1-i'am newbie in scxml, snip/ Reading the following pointers is a decent starting point to get a feel of the usage patterns when using the

Re: [jxpath] JXPath 1.3 Status

2008-06-30 Thread Rahul Akolkar
On 6/30/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Search the myfaces dev email list archives. snip/ s/myfaces/commons/ Just in case :-) -Rahul The release candidates will have been posted on a developer's site; they are deliberately not uploaded to the world-wide mirrors as it would

Commons IO FileUtils question

2008-06-30 Thread Eric Hamacher
Hello: I took a file on my filesystem, copied and renamed it. I took the two files and compared them using FileUtils.contentEquals(File, File). In this case, shouldn't the method return true? If not, when would it return true? Thanks Regards, Eric Hamacher

RE: Strange performance issues seen with Log.isDebugEnabled()

2008-06-30 Thread Jean-Philippe Daigle
I suggest getting a copy of YourKit and profiling the application. Unfortunately, with the behavior you are seeing this might slow the application just enough to cause the problem to go away. However, from your description of the problem it sounds like you have some sort of contention going

Re: Commons IO FileUtils question

2008-06-30 Thread Niall Pemberton
On Mon, Jun 30, 2008 at 8:15 PM, Eric Hamacher [EMAIL PROTECTED] wrote: Hello: I took a file on my filesystem, copied and renamed it. I took the two files and compared them using FileUtils.contentEquals(File, File). In this case, shouldn't the method return true? If not, when would it

Tomcat 6.0.16 on Linux installation and setup

2008-06-30 Thread kjwchu
Tomcat 6.0.16 on Linux installation and setup My Linux version is:(gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Fri Apr 20 16:25:34 EDT 2007 The tomcat that I downloaded is 6.0.16 I've installed Tomcat6 on a Linux system per the Tomcat6 documentation, as follows: cd $CATALINA_HOME/bin

Re: Tomcat 6.0.16 on Linux installation and setup

2008-06-30 Thread Agile Aspect
If you're working as root, then you don't permission to write into /var/run. Add a flag for pid file to write somewhere where you have permission to write, e.g., /tmp -pidfile /tmp/jsvc.pid kjwchu wrote: Tomcat 6.0.16 on Linux installation and setup My Linux version is:(gcc version

Re: [SCXML] Question save/restore state of FSM

2008-06-30 Thread Rahul Akolkar
On 6/30/08, Daniel Schwager [EMAIL PROTECTED] wrote: Hi Rahul, i'm testing/learning/playing around SCXML for about 2 days now. First of all - great work of this java port (-: There are two questions i can't find an answer to: a) Could I realize a transition guarded with a condition