RE: [hivemind] service-point not expected in module?

2003-10-17 Thread Howard M. Lewis Ship
You need to build the latest code. The docs are ahead of the available distro. -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com -Original Message-

Re: [hivemind] service-point not expected in module?

2003-10-17 Thread David Geary
On Friday, October 17, 2003, at 05:05 AM, Howard M. Lewis Ship wrote: You need to build the latest code. The docs are ahead of the available distro. I guess I'm not sure what that means. On the download page I see alpha 2; is there a later version? If so, where do I get it? Thanks, david --

Problems with manifestclasspath task - anyone??

2003-10-17 Thread Michael Mehrle
Have not received a single reply - is anyone looking at this? - Original Message - From: Michael Mehrle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 2:52 PM Subject: Problems with manifestclasspath task Let's get right to it: I'm defining my taskdef as

[HiveMind] Problems with manifestclasspath task

2003-10-17 Thread Christian Essl
I can't answer your question but I resend it with [HiveMind] in the Subject. A thing you should always do. On Fri, 17 Oct 2003 07:42:25 -0700, Michael Mehrle [EMAIL PROTECTED] wrote: - Original Message - From: Michael Mehrle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

App not recognizing when connections closed

2003-10-17 Thread Neil Aggarwal
Hello: I am writing an app using the tjdo project (http://tjdo.sourceforge.net/) and using dbcp to manage the database. When I run my app initially, everything works fine. But, if I leave it alone for a long time (about a day), when I try to use it, I get this error: java.sql.SQLException: No

Re: [latka] having problems getting latka-webapp started

2003-10-17 Thread Craig R. McClanahan
sandra gubler wrote: Hi all, I'm a newbie having problems getting latka started. The following exeption appears in the tomcat log. Can anybody help me out? Thanks in advance! I'm not really a Latka user, but the problems below don't appear to be Latka related. Sandra 2003-10-16 16:39:49

RE: [HiveMind] Problems with manifestclasspath task

2003-10-17 Thread Howard M. Lewis Ship
I'm curious what your manifest.class.path path looks like. -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com -Original Message- From: Michael Mehrle

Re: [HiveMind] Problems with manifestclasspath task

2003-10-17 Thread Michael Mehrle
Here it is: path id=manifest.class.path pathelement path=${build.home}/ pathelement path=${run.lib} /!-- images and properties files-- fileset dir=${run.lib} include name=**/*.jar/ /fileset /path - Original Message - From: Howard M. Lewis Ship [EMAIL PROTECTED]

Re: [latka] having problems getting latka-webapp started

2003-10-17 Thread Morgan Delagrange
--- Craig R. McClanahan [EMAIL PROTECTED] wrote: sandra gubler wrote: Hi all, I'm a newbie having problems getting latka started. The following exeption appears in the tomcat log. Can anybody help me out? Thanks in advance! By the way, the Latka webapp is completely optional. I

[jelly] How to parameterize xml:transform

2003-10-17 Thread Rademacher Tobias
Hi I have the following jelly script: echo${plugin.resources}/clone.xsl/echo echo${basedir}/project.xml/echo j:file name=${maven.grob.release.pom.file} outputMode=xml prettyPrint=true encoding=UTF-8 var=clone x:transform