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

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: ?xml version=1.0 encoding=UTF-8? bsmpools Pool id=eins NameName 1/Name /Pool Pool id=zwei NameName 2/Name /Pool

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 suminub at 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/form-data,

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: ?xml version=1.0 encoding=UTF-8? bsmpools Pool id=eins NameName 1/Name /Pool Pool

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

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(/[EMAIL