Re: FW: [SCXML] Problem passing data through the SCXML

2010-06-17 Thread jocke eriksson
You have to use the evaluator. evaluator = scInstance.getEvaluator(); ctx = scInstance.getRootContext(); Object o = evaluator.eval(ctx, NameOfValueInDataModel); Jocke 2010/6/17 Jorge Moratinos > > > > > > > > > > Hi! > > I`ve a problem with the SCXML, i use custom actions, and everything is >

Re: [SCXML] Problem passing data through the SCXML

2010-06-17 Thread Jorge Hotmail Trabajo
Thanks jocke, Now is working!! Jorge El 17/06/2010, a las 10:02, jocke eriksson escribió: You have to use the evaluator. evaluator = scInstance.getEvaluator(); ctx = scInstance.getRootContext(); Object o = evaluator.eval(ctx, NameOfValueInDataModel); Jocke 2010/6/17 Jorge Moratinos

RE: [VFS] Use commons vfs to copy files on Samba, Windows network shared drives and WebDAV

2010-06-17 Thread Frank van der Kleij
See http://commons.apache.org/vfs/filesystems.html Samba, Windows shares and Webdav are supported in the Sandbox. Zip files etc are read-only. Frank > Date: Wed, 16 Jun 2010 00:03:03 -0700 > From: virgil_tra...@yahoo.com > Subject: [VFS] Use commons vfs to copy files on Samba, Windows network

Re: [SCXML] android compilation problems?

2010-06-17 Thread Rahul Akolkar
On Wed, Jun 16, 2010 at 7:07 PM, John Licato wrote: > Has anybody compiled the scxml library to work on android? > > If so, would it be possible for someone to make the compiled jar files with > the modified code to work on android available (as described here: > http://commons.apache.org/scxml/us

"Unconnected sockets not implemented" using Commons Net ftps support

2010-06-17 Thread Bengt Rodehav
Hello, I'm using Apache Camel as an integration platform. Specifically, at the moment, I depend on the ftp/ftps/sftp support in the camel-ftp component. Under the hood Camel uses Commons Net for ftp and ftps support. Recently, the camel-ftp component was enhanced (on my request) with the possibil

Re: [VFS] Use commons vfs to copy files on Samba, Windows network shared drives and WebDAV

2010-06-17 Thread Trasca Virgil
Hi , Thanks for your answer. I am trying to use commons-vfs with webdav. On the site is saying that I need the sandbox with httpclient2.0 However when I started to build vfs core+ sandbox trunk 2.0 I found that I need jackrabbit webdav provider and http client 3.0 With core + sandbox trunk20