Re: [Digester] troubles with xml:space=preserve

2006-11-01 Thread Simon Kitching
On Tue, 2006-10-31 at 22:35 +0200, Sharon Dagan wrote: Hi, Digester 1.7 doesn't seem to honor xml:space=preserve. And so: text xml:space=preserveHello{NEWLINE}/text Where {NEWLINE} is '\n'. Digester reports that text=Hello, omitting the new line character ('\n'). Any idea how to fix

[scxml] svn repository down?

2006-11-01 Thread Nestor Urquiza
Hi guys, Is http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/ supposed to be down for any reason? I am just trying to get the code into my new Eclipse configuration but the resource is not available now 2006-11-1 10:44 AM ET. Thanks, -Nestor

Re: [scxml] svn repository down?

2006-11-01 Thread Nestor Urquiza
It is back now 10:54 AM ET ... Thanks, -Nestor --- Nestor Urquiza [EMAIL PROTECTED] wrote: Hi guys, Is http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/ supposed to be down for any reason? I am just trying to get the code into my new Eclipse configuration but the resource is

Re: [scxml] svn repository down?

2006-11-01 Thread Rahul Akolkar
On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: It is back now 10:54 AM ET ... Thanks, snip/ Yup. And we have a network monitor, so when in doubt, I go to this URL: http://monitoring.apache.org/status/ -Rahul -Nestor --- Nestor Urquiza [EMAIL PROTECTED] wrote: Hi guys, Is

Re: [scxml] svn repository down?

2006-11-01 Thread Nestor Urquiza
Appreciated, Thanks, -Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: It is back now 10:54 AM ET ... Thanks, snip/ Yup. And we have a network monitor, so when in doubt, I go to this URL: http://monitoring.apache.org/status/

[SCXML] enabling/disabling logging for var assignments

2006-11-01 Thread Nestor Urquiza
Hi guys, I am using a custom log library for my Bridge and System layers. When I want to log transitions and onentry/onexit events I can do it thru the SCXMLListener implementation. However for var assignments and evaluations I would like to know the easier way to log them. Right now with

Re: [SCXML] enabling/disabling logging for var assignments

2006-11-01 Thread Rahul Akolkar
On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hi guys, I am using a custom log library for my Bridge and System layers. When I want to log transitions and onentry/onexit events I can do it thru the SCXMLListener implementation. However for var assignments and evaluations I would like to

prunsrv - window service get restarted all the time

2006-11-01 Thread Ning Li
Hi, I am using prunsrv.exe to run my Java app as a windows service, I configured the windows service recovery policy as restart the service for service failure. In my java Main() method, some conditions have to meet, otherwise it will call System.exit(0), and shutdown the app. But it seems

Re: [SCXML] enabling/disabling logging for var assignments

2006-11-01 Thread Nestor Urquiza
I will as soon as I solve another issue I am having ... my code broke after tried to use either the release jar file or the current svn code. I will open another thread with the specific issue, Thanks, -nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL

[scxml] release or current svn code not backguard compatible

2006-11-01 Thread Nestor Urquiza
Hi guys, I have been running now for 6 months my project without any update from svn. I decided to go for the release today since I wanted to debug something. Something weird is happenning with jexl returning always false for any evaluation. With an example I have in my scxml: n:transition

Re: [SCXML] enabling/disabling logging for var assignments

2006-11-01 Thread Rahul Akolkar
On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: I will as soon as I solve another issue I am having ... my code broke after tried to use either the release jar file or the current svn code. I will open another thread with the specific issue, snip/ OK. Note that SVN code requires the

[scxml] including chunks of scxml code.

2006-11-01 Thread Nestor Urquiza
Hello guys, I need to apply DRY ;-) so I do not want to be duplicating SCXML code that is to be included in many different states. Just wondering about the options we have here: 1)XInclude 2)A special tag from scxml??? 3) Any other idea? Thanks, -Nestor

Re: [scxml] release or current svn code not backguard compatible

2006-11-01 Thread Rahul Akolkar
On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hi guys, I have been running now for 6 months my project without any update from svn. I decided to go for the release today since I wanted to debug something. Something weird is happenning with jexl returning always false for any evaluation.

Re: [scxml] including chunks of scxml code.

2006-11-01 Thread Craig McClanahan
On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, I need to apply DRY ;-) so I do not want to be duplicating SCXML code that is to be included in many different states. Just wondering about the options we have here: 1)XInclude 2)A special tag from scxml??? 3) Any other idea?

Re: [scxml] including chunks of scxml code.

2006-11-01 Thread Rahul Akolkar
On 11/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, I need to apply DRY ;-) so I do not want to be duplicating SCXML code that is to be included in many different states. Just wondering about the options we have here:

Obtaining procrun for Win32

2006-11-01 Thread David Sills
Hi there: I went to look on the commons daemon site for Procrun, and although I see a page explaining its use, I see nowhere from which to download the software. The Native binaries page has only versions for various UNIX flavors. Sorry if I am being dense, but I really like Apache software, and

Digester and using of java.util.Date

2006-11-01 Thread Zmitko, Jan
Hi, I´ve a question why it´s not possible to use java.util.Date in digester respectively in the digester rule file. Instead the type java.sql.Date works. Can someone explain me that´s the reason? //xml file with data contains the following element wertstellung2004-03-31/wertstellung //xml

FW: Commons VSF

2006-11-01 Thread Nadim Murr
Hi, I'm gonna be using commons VFS and I need help. For a start I want to download commons VFS. All the resources point to: http://people.apache.org/builds/jakarta-commons/nightly/commons-vfs/ But it seems to be an empty folder. Is there another website or another way to download any VFS release?

Re: FW: Commons VSF

2006-11-01 Thread Henri Yandell
On 11/1/06, Nadim Murr [EMAIL PROTECTED] wrote: Hi, I'm gonna be using commons VFS and I need help. For a start I want to download commons VFS. All the resources point to: http://people.apache.org/builds/jakarta-commons/nightly/commons-vfs/ The machine that builds them is currently down, but