[Jely] RC1 build fails

2004-12-21 Thread David Wynter
Hi, W2K, JRE 1.4.2, Maven 1.0.2. Downloaded Jelly 1.0 RC1. I have MAVEN_HOME set and the path set to Maven\bin. Ran 'maven -e jar' from Jelly directory. Get org.apache.maven.MavenException: Error parsing project.xml 'D:\DevProjects\commons-jelly-1.0-RC1\project.xml' at

RE: [Jely] RC1 build fails

2004-12-21 Thread David Wynter
Hi, Well mevenide is great, but will not resolve a missing file... I ended up making the change to project.xml I found in CVS, replacing the file dependency with the extendparent-project.xml/extend and copied the current parent-project.xml file out of CVS and putting it in the jelly directory.

RE: [Jely] RC1 build fails

2004-12-21 Thread David Wynter
, David Wynter [EMAIL PROTECTED] 21/12/2004 14:24 Veuillez répondre à Jakarta Commons Users List Pour : Jakarta Commons Users List commons-user@jakarta.apache.org cc : Objet : RE: [Jely] RC1 build fails Thx. I was caught unawares. Just downloaded the RC1 file from

RE: [Jelly] setDataSource error in sql tags

2004-12-20 Thread David Wynter
Hi, Can only assume a bug in sql jelly tags, as I have tried several ways of setting the sql:setDataSource values, none work. It appears from the responses so far (i.e. zero) no one knows enough about it to support it. I'll report on what I find debugging it. David -Original Message-

[Jelly] setDataSource error in sql tags

2004-12-17 Thread David Wynter
Hi, I have the script below, it is giving this error file:/d:/aim_files/work/3340.xml:33:15: sql:update Unable to get connection, DataSource invalid: The url cannot be null But as far as I can see I am setting the value correctly. Any hints? j:jelly xmlns:j=http://www.blah.com/ns/jelly;

[Jelly] More accessible general examples?

2004-11-06 Thread David Wynter
doesn't really help me. Trying to trace into Jelly to find out the problem is a nightmare, so quickly gave up on that. Is there some sort of console application in which you can test Jelly scripts that gives decent exception, like where the syntax error is? Thx. David Wynter

RE: [Jelly] Email tags not there, so can you use Commons email

2004-10-20 Thread David Wynter
October 2004 07:55 To: Jakarta Commons Users List Subject: Re: [Jelly] Email tags not there, so can you use Commons email Huh? The email taglib is still there... look in jakarta-commons/jelly/jelly-tags/email On Tue, 19 Oct 2004 09:47:49 +0100, David Wynter [EMAIL PROTECTED] wrote: Hi, I

[Jelly] Email tags not there, so can you use Commons email

2004-10-19 Thread David Wynter
David Wynter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Jelly] Email tags not there, so can you use Commons email

2004-10-19 Thread David Wynter
define tag + setters. David -Original Message- From: David Wynter [mailto:[EMAIL PROTECTED] Sent: 19 October 2004 09:48 To: Commons-User Subject: [Jelly] Email tags not there, so can you use Commons email Hi, I checked CVS and it seems that the email tablib was reomved abotu 20 months ago

RE: [Jelly] How to embedded jelly

2004-10-19 Thread David Wynter
Try this http://jakarta.apache.org/commons/jelly/tutorial.html#embeddingjelly -Original Message- From: A Leg [mailto:[EMAIL PROTECTED] Sent: 19 October 2004 13:42 To: Jakarta Commons Users List Subject: [Jelly] How to embedded jelly Hi I am looking to embedded jelly in an

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: [NET] FTPClient - retrieveFile() never returns

2004-07-26 Thread David Wynter
Hi Ethan, I too am having a similar problem. But I have an additional exception caught too } catch (FTPConnectionClosedException e) But this is not thrown either. The ftpclient just sits there for hours. It is not something that is easy to debug because it happens so

RE: [Jelly] - How do you turn on logging?

2004-04-27 Thread David Wynter
: 26 April 2004 17:16 To: Jakarta Commons Users List Subject: Re: [Jelly] - How do you turn on logging? David Wynter wrote: This has been asked a coupla time before and not answered. I have embedded Jelly into my Turbine web application. It has several Log4J logs already. However it is not clear

[Jelly] - How do you turn on logging?

2004-04-26 Thread David Wynter
Hi, This has been asked a coupla time before and not answered. I have embedded Jelly into my Turbine web application. It has several Log4J logs already. However it is not clear how to turn on logging in Jelly. Thx, David Wynter

[Jelly] - How do you turn on logging?

2004-04-26 Thread David Wynter
= org.apache.log4j.PatternLayout log4j.appender.jelly.layout.conversionPattern = %d [%t] %-5p %c - %m%n log4j.appender.jelly.append = false Thx, David Wynter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [Jelly] Accessing a HashMap in JellyContext variables from script

2004-03-26 Thread David Wynter
Hi, Is my question too hard or too stupid? I note from the Jexl code there is an 'is' method for Boolean that it look sfor, not sure how this would affect my approach to testing a Boolean, should I add an isSuccess() method to my bean? Thanks David -Original Message- From: David

[Jelly] Accessing a HashMap in JellyContext variables from script

2004-03-25 Thread David Wynter
If I add a HashMap with JavaBeans in it into the JellyContext like so: HashMap myBeanMap = new HashMap(); MyBean aBean = new MyBean(); aBean.setSuccess(new Boolean(true)); myBeanMap.put(aBean, aBean);

[DBCP] [Pool] Classloader problem in Servlet?

2003-09-08 Thread David Wynter
trace through to the cause. Thanks David Wynter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]