[daemon] jsvc integration into to maven-based integration/unit tests?

2011-05-09 Thread Matthias Wessendorf
Hi, during our maven-based build, we have some integration tests, which runs our own server and binds it on low ports (e.g. 443 and 80). We start our server during those integration tests, by using a Maven-Plugin which invokes the API of the server (I guess in a similar way how the Jetty

Re: [dbcp] Min connection pool

2011-05-09 Thread Stevo Slavić
I believe you're looking for minIdle configuration property. Find more configuration details @ http://commons.apache.org/dbcp/configuration.html Regards, Stevo. On May 9, 2011 8:23 PM, Fernando O. fot...@gmail.com wrote: Hi all I'm trying to migrate from C3p0 to dbcp and it looks like some

[scxml] Creating ad-hoc arrays in JEXL expressions

2011-05-09 Thread Dario D
Hello, I am trying to create an ad-hoc array in my workflow and provide it to a custom action: state id=fetchCustomerData onentry log expr='Customer - Fetching data'/ al:fetchTableData select=['col1', 'col2'] / /onentry /state In the custom

[Jexl] Problem using BigDecimal divide and compare

2011-05-09 Thread Narendran MC
*** Re-sending it ** Hello Jexl Users, First, thanks for developing this, its very useful and simple to use. I was planning to use it for one of my projects, but I am running into few issues. I am using the latest build (2.0.2-Snapshot) - the version in which JexlArithmetic takes

Re: [scxml] Creating ad-hoc arrays in JEXL expressions

2011-05-09 Thread Rahul Akolkar
On Mon, May 9, 2011 at 4:19 PM, Dario D darac1...@gmail.com wrote: Hello, I am trying to create an ad-hoc array in my workflow and provide it to a custom action:    state id=fetchCustomerData        onentry            log expr='Customer - Fetching data'/            al:fetchTableData

Re: [scxml] Creating ad-hoc arrays in JEXL expressions

2011-05-09 Thread Dario D
Thanks a lot Rahul. 2011/5/10 Rahul Akolkar rahul.akol...@gmail.com On Mon, May 9, 2011 at 4:19 PM, Dario D darac1...@gmail.com wrote: Hello, I am trying to create an ad-hoc array in my workflow and provide it to a custom action: state id=fetchCustomerData onentry