[DBCP]: Exception resulting from a null URL

2004-09-15 Thread Hassan Ahsan Ali
hi i am using tomcat 5.5.1 and oracle8i, i want to confgure DBCP for connection pooling. my server.xml file is as under: Context path=/abc docBase=abc debug=0 Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_abc_log. suffix=.txt

RE : [jelly] escape quote in litteral xpath.

2004-09-15 Thread Marc DEXET
Thank, but I have to explain that this expression must be in a XML attribut like j:set var=myElement value=${wrapper.select(/path/to/[EMAIL PROTECTED] = 'attribute_name'])}/ It's pretty difficult no ? Marc DeXeT

Re: RE : [Jelly][jsl] Compilation and reuse.

2004-09-15 Thread Paul Libbrecht
Marc, Does this mean: - you hadn't noticed... and it is re-using as you expected (hence is fast enough) - or it's just way corrupt and the expected performances of jelly disappoint you ? We don't have much people working with jelly that care about brute performance so your experience is of

RE : RE : [Jelly][jsl] Compilation and reuse.

2004-09-15 Thread Marc DEXET
Paul, - I hadn't notice this feature, - I'll tell list members about performance. - template doesn't statisfy actually my purporses( rule dependances ) Marc -Message d'origine- De : Paul Libbrecht [mailto:[EMAIL PROTECTED] Envoyé : mercredi 15 septembre 2004 10:23 À : Jakarta Commons

RE : RE : [jelly] escape quote in litteral xpath.

2004-09-15 Thread Marc DEXET
Yes, I know this late j:set var=path value=/path/to/element/[EMAIL PROTECTED] = 'attribute_name']/ j:set var=myElement value=${wrapper.select(path)}/ works perfectly. But what I was searching was escaping quote in jellyExpression (so jexl) so I could write the two lines in one line as : j:set

[Jelly][HowTo] Catch var call

2004-09-15 Thread Marc DEXET
Hello everybody. First my concern : - write rule about variable value construction - be sure rule are executed in proper order Look at that !-- Rule Set -- ruleSet var=myRuleSet rule var=first doSomething/ rule rule var=middle

[configuration] Mutability of CompositeConfiguration

2004-09-15 Thread marcus . downes
I am unsure whether CompositeConfiguration is mutable or immutable. From the documentation, I was under the impression that it would be immutable. By this, I mean that if you load it with configuration and then add more configuration, if you repeat the same key in both sets of configuration, the

RE: JEXL

2004-09-15 Thread David Wynter
Hi Emmanuel, As a user of Jelly I can say that Jexl is still used in Jelly and Jelly is still moving forward. Since it is based on the JSTL standard with a few useful extensions I cannot see it changing much, but hey it is opensource so feel free to change it to suit your needs. David

Re: [Digester] Schema validation?

2004-09-15 Thread Jean-Francois Arcand
Simon Kitching wrote: On Sun, 2004-09-12 at 10:23, Neil Blue wrote: Hello, I though there would be a lot of posts on this, but I can't seem to find any. Is there a way to turn on schema validation when parsing an XML config file with Digester 1.6. To do validation, I would recommend creating

problem with printing out directories

2004-09-15 Thread Chandrasekhar, Preetham
Hi, Is there something wrong with this piece of code? I am trying to print a few directories existing in the local machine, but the piece of code doesnt seem to work. However when the File is given this argument ../ then it works!! File dir = new File(../abc); String[] files = dir.list(

RE: [ANNOUNCMENT] Digester 1.6 Released

2004-09-15 Thread Simon Kitching
On Wed, 2004-09-15 at 19:17, Matthias Wessendorf wrote: Hi Robert, I just saw the new Javadoc of Digester, but I don't saw the *org.apache.commons.digester.rss*-package. Where could I find it? only in older JARs, like 1,5 ? Please see the release notes:

Re: [ANNOUNCMENT] Digester 1.6 Released

2004-09-15 Thread robert burrell donkin
hi Matthias (i think that this is in the release notes but maybe i didn't explain this very well.) the rss implementation is really an example of digester (as opposed to core digester functionality). so, we decided that it would be better not to include the classes in the actual digester jar.

[betwixt] Betwixt 0.6 RC1 available

2004-09-15 Thread robert burrell donkin
Betwixt 0.6 release candidate one is now available from http://www.apache.org/~rdonkin/commons-betwixt/. please promptly report any problems to the dev list or in bugzilla. - robert - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: JEXL

2004-09-15 Thread Dion Gillard
Sure, it's being maintained. We've just done a long needed 1.0 release. What did you have in mind? How specifically would you change and or? On Wed, 15 Sep 2004 16:41:43 +0100, Emmanuel Wurth [EMAIL PROTECTED] wrote: Hi Does anybody knows if jexl is still maintained, i would like to