Re: [scxml] update and progress?

2015-12-07 Thread Ate Douma
On 2015-12-04 16:21, R.C. Hoekstra wrote: Hi Ate, thanks for answering. As for the datamodel... Well, I put the stuff in our project which depended on the datamodel on hold. We wanted to apply a datamodel in order to separate the state flow logic and the numbers used in it, but we haven't

[vfs] New Properties for FtpFileSystemConfigBuilder

2015-12-07 Thread Roger Membreno
Hello Apache Community, how are you doing? We use Commons VFS in our FTP connection projects, and for a recent project we only able to connect to our FTP site when using Passive mode. If we used Active mode we could login to the FTP site but all files in the directory did not exist and could not

Re: [vfs] New Properties for FtpFileSystemConfigBuilder

2015-12-07 Thread Bernd Eckenfels
Hello Roger, sounds useful to me. Do you plan to parse a string range ("1-100") or define a min and max property? Gruss Bernd Am Mon, 7 Dec 2015 13:26:35 -0800 schrieb Roger Membreno : > Hello Apache Community, how are you doing? > > We use Commons VFS in our FTP

Re: [vfs] New Properties for FtpFileSystemConfigBuilder

2015-12-07 Thread Roger Membreno
Hi Bernd, For now I was using a max and min property so I could pass int values directly from my adaptor layer to VFS. What do you recommend? A string range's only issue that I can see is parsing, but something simple could work. On Mon, Dec 7, 2015 at 1:54 PM, Bernd Eckenfels