Re: [SCXML] Querying if an event would cause a transition

2007-07-24 Thread Christopher Giblin
Hi, Sorry for the delayed response. My remarks below. > Please prefix the email subject with [SCXML], since this mailing list > is shared across all Commons components. I've added the prefix here. Thanks - I will be sure to in the future. > On 6/27/07, Christopher Giblin <[EMAIL PROTECTED]> wro

Re: java.lang.StackOverflowError exception

2007-07-24 Thread Amit
Hi Simon, Thanks for replying, but I already managed to fix the problem :) On 7/23/07, simon <[EMAIL PROTECTED]> wrote: On Mon, 2007-07-23 at 15:26 +0200, Amit wrote: > Hi All, > > I am using Digester to parse an xml file as follows > > Bundle bundle = Platform.getBundle("id"); > Path path =

Re: [SCXML] Querying if an event would cause a transition

2007-07-24 Thread Christopher Giblin
Hi, Update: In the meantime, I have implemented a TransitionDetector class which implements SCXMLListener and is registered with SCXMLExecutor. It is only slightly odd to program: transitionDetector.reset(); fsmExecutor.triggerEvent(ev); System.out.println("Transition : "

RE: FileUpload : Strange behaviour uploading files from internet (works great from intranet)

2007-07-24 Thread Moisei, Constantin
Anyone used Apache2 with mod_jk and PostReadRequestHandler ? That probably the thing is happening here. My apache2 doesn't have a PostReadRequestHandler. I see there is a PerlPostReadRequestHandler but I think that won't work with my config. -Original Message- From: Moisei, Constantin [m

Re: [commons-net] How to add timeouts to FTP client connections?

2007-07-24 Thread Oscar Usifer
Folks, Turns out that setSoTimeout is a timeout set on reading data from the socket, but not writing data which is what's required from the client. This behavior was reported in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4031100, and seems to have some implications on this type for time out

Re: [SCXML] Querying if an event would cause a transition

2007-07-24 Thread Rahul Akolkar
On 7/24/07, Christopher Giblin <[EMAIL PROTECTED]> wrote: Hi, Update: In the meantime, I have implemented a TransitionDetector class which implements SCXMLListener and is registered with SCXMLExecutor. It is only slightly odd to program: transitionDetector.reset(); fsmExecutor.t

[io] Example of DirectoryWalker implementation

2007-07-24 Thread Lance Roggendorff
hi, I think the DirectoryWalker class is something i could use for a problem i'm facing, but i'm not sure how to go about writing my implementation. The problem i'd like to solve is this: Take a directory with subdirectories and files; copy this entire structure to a different directory, meanwhil