Re: commons-configuration XMLConfiguration get attributes with XPathExpressionEngine

2008-02-26 Thread Christian Migowski
Hi Oliver, 2008/2/26, Oliver Heger [EMAIL PROTECTED]: > The code: > > XMLConfiguration config = new XMLConfiguration("simple.xml"); > > config.setReloadingStrategy(new FileChangedReloadingStrategy()); > > config.setExpressionEngine(new XPathExpressionEngine()); > > List x = config.getList("/

Telnet kills started processes when finished executing

2008-02-26 Thread Michael.Danielsson
I'm using the TelnetClient class to start an application on a remote machine. Everything looks fine as long as my application that uses the TelnetClient runs. As soon as it is finished the started application on the remote machine is killed. Can't I have the application on the remote machine r

Re: commons-configuration XMLConfiguration get attributes with XPathExpressionEngine

2008-02-26 Thread Oliver Heger
Christian Migowski schrieb: Hi, how can I use XPathExpressionEngine to get a list of XML attributes? It seems like i cannot get it working, here is an easily reproducable example. Given the XML file simple.xml: Name 1 Name 2 Name 3 The code: XMLConfiguration config = new XMLConfi

Re: File Upload Exception - request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is application/x-www-form-urlencoded

2008-02-26 Thread Edward S
great thanks...tht worked On 2/25/08, Bronwyn Cook <[EMAIL PROTECTED]> wrote: > > Edward S gmail.com> writes: > > > > > Martin > > > > I tried both. > > the thing is, apart from the file parameter in the form there is another > > hidden field that contains a text value. > > if i use multipart/f

commons-configuration XMLConfiguration get attributes with XPathExpressionEngine

2008-02-26 Thread Christian Migowski
Hi, how can I use XPathExpressionEngine to get a list of XML attributes? It seems like i cannot get it working, here is an easily reproducable example. Given the XML file simple.xml: Name 1 Name 2 Name 3 The code: XMLConfiguration config = new XMLConfiguration("simple.xml"); confi

SCXML initial state for orthogonal state

2008-02-26 Thread Tobias Salzbrunn
Hello all, I am new to SCXML and first tried to run a general example for a parallel state: http://www.w3.org/2005/07/scxml"; version="1.0" initialstate="mainState">

Hi SCXML community !

2008-02-26 Thread Emmanuel PILLANT
Hi guys ! I want first congrats you for SCXML, which is a very usefull tool. We are currently using the version 0.7, and i have a question about the use of the "digester" with SCXML. Into your tests, you are using the method digest(), but this method is deprecated. The javadoc indicates that we m