Re: [SCXML] add custom FunctionMapper to EL for string manipulation functions

2006-06-27 Thread Rahul Akolkar
On 6/21/06, Mike Sparr - www.goomzee.com [EMAIL PROTECTED] wrote: Does anyone have example usage of ELEvaluator(FunctionMapper)? I downloaded JSTL 1.1 and going through library but few examples on how to implement. Goal is to add some more functions with EL (like substringAfter,

Re: [SCXML] migration from old source to current - digest, exec, context handling

2006-06-27 Thread Rahul Akolkar
On 6/21/06, Mike Sparr - www.goomzee.com [EMAIL PROTECTED] wrote: I tried state id=something datamodel data name=foo/ /datamodel transition event=something cond=${Conversation.request == '1'} assign name=foo expr='bar'/ send ... Namelist=foo

Re: [SCXML] metamodel

2006-06-27 Thread Rahul Akolkar
On 6/21/06, Beatriz Pérez [EMAIL PROTECTED] wrote: Hello, I am starting to study the use of Commons scxml and I would like to know if it is based on the UML 2.0 metamodel, it is, if it implements the elements of the metamodel. snap/ No, it doesn't. From a tooling perspective, what I've seen

[configuration] Retaining whitespaces and commented entries when writing

2006-06-27 Thread Borut Bolčina
Hi, is it possible to retain commented entries and newlines when writing back some new entry in plain properties file? -Borut - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[digester] how to make digester thread safe ?

2006-06-27 Thread Nicolas De Loof
Hello guys, My app recieves an XML doc that is parsed using commons-digester. As a digester instance is not thread-safe, I have to build a new digester on every incoming request based on my rules file. Is there a way to create a template digester from rules and to clone for a specific

RE: [commons-lang] seek information regarding commons-lang package

2006-06-27 Thread Gary Gregory
Hello Venkat: 1.Is Commons-lang version 2.0 compatible with websphere6.0 or JDK 1.4 or J2EE 1.4? I am running [lang] (a.k.a. Commons Lang) version 2.1 on Sun Java 1.4.2 without any issues. 2. Do you provide commercial support for this version of Commons-lang . or else can you give me the

Re: [configuration] Retaining whitespaces and commented entries when writing

2006-06-27 Thread Oliver Heger
Borut Bolčina wrote: Hi, is it possible to retain commented entries and newlines when writing back some new entry in plain properties file? -Borut No, comments and formatting will be lost. There was some discussion about introducing a formatter class that handles these things, but

Re: [configuration] Retaining whitespaces and commented entries when writing

2006-06-27 Thread Borut Bolčina
I opened a feature request at http://issues.apache.org/jira/browse/CONFIGURATION-218 Haven't been on a project site for a while, I see that documentation improved. Great work. -Borut On 27.6.2006 21:04, Oliver Heger wrote: Borut Bolčina wrote: Hi, is it possible to retain

[commons-net] information regarding commons net

2006-06-27 Thread Venkat Narayana, Noida
Dear Members, we are using Commons-net version 1.0.0 in our project. Recently my management took a decision to migrate the application from websphere 4.0 to websphere 6.0. I have a few queries regarding the compatabily of the Commons-lang freeware on the new platform. could you please

RE: [commons-lang] seek information regarding commons-lang package

2006-06-27 Thread Venkat Narayana, Noida
---BeginMessage--- Hi Gary, Thanks alot for the reply. you said the lang 2.1 is running fine on sun java 1.4.2, I would like to know will the old version 2.0 work on java 1.4 with out any issues. Please provide this info if u have any idea. this is very critical for us as we are migrating