RE: Defining and Adding a new provider to the apache VFS api

2008-11-07 Thread Mario Ivankovits
Hi! I need to know how to define and add a new provider to the api? I mean which classes do I need to extend and implement to create a new provider? Have a look at the VFS sandbox and e.g. the mime or webdav provider. Base directory: vfs\sandbox\src\main\java\org\apache\commons\vfs\provider

[PIPELINE] Example of configuration using Spring Framework

2008-11-07 Thread Tim Dudgeon
The Pipeline docs mention that it is possible to configure pipeline using the Spring Framework. Presumably this means using Springs XmlBeanFactory stuff. Are there any examples of this? Thanks Tim - To unsubscribe, e-mail:

Re: [SCXML] Possible bug passing _eventdatamap across parallel contexts when event has delay

2008-11-07 Thread Rahul Akolkar
On Thu, Nov 6, 2008 at 10:38 PM, Roger Hoover [EMAIL PROTECTED] wrote: Hi, I'm new to Commons SCXML but I ran into what looks like a bug to me. When an event generated in one context gets sent to a sibling context with a delay, the _eventdata object is null. Oddly enough, when delay unset

Carl D. Cyrus/CLE/Sherwin-Williams is out of the office.

2008-11-07 Thread carl . d . cyrus
I will be out of the office starting 11/07/2008 and will not return until 11/10/2008. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Announce] Call For Papers opens for ApacheCon US 2009

2008-11-07 Thread Rahul Akolkar
-- Forwarded message -- From: William A. Rowe, Jr. [EMAIL PROTECTED] If you have only 30 seconds to read this; Join us in celebrating the ASF's 10th Anniversary at ApacheCon! The Call for Papers is now open for ApacheCon US 2009, taking place 2-6 November in Oakland,

Re: [SCXML] Possible bug passing _eventdatamap across parallel contexts when event has delay

2008-11-07 Thread Roger Hoover
Rahul, Thanks for the quick response. More questions/comments inline. On Fri, Nov 7, 2008 at 11:54 AM, Rahul Akolkar [EMAIL PROTECTED]wrote: On Thu, Nov 6, 2008 at 10:38 PM, Roger Hoover [EMAIL PROTECTED] wrote: Hi, I'm new to Commons SCXML but I ran into what looks like a bug to me.