Re: [scxml] Calling methods through scxml

2010-07-30 Thread Fabrizio Morbini
other two alternatives may be: 1) use the expr attribute of the log element. 2) create a custom action, e.g. "eval" that does just what you are asking. On Fri, Jul 30, 2010 at 15:08, Christopher Dragert wrote: > Hello, > > I'm trying to find an elegant way to call a method from an object using >

[scxml] Calling methods through scxml

2010-07-30 Thread Christopher Dragert
Hello, I'm trying to find an elegant way to call a method from an object using scxml. I start by placing my object ("foo") in the context, then starting execution. My goal would be to have something like: but this does not work since expr is not a tag. Instead, the best method I've

[VFS] Question on symbolic links

2010-07-30 Thread jayakumar ala
Hi All, I am using Apache VFS for SFTP communication in my project. I have the following problem don't know how to handle this. please let me know if there is a way to this. Handling symlinks in case your links are to some other path. I did check that the file type for this is IMAGINARY but how