problems trying to initialize a Connectionpool in Struts

2001-08-20 Thread Marc Weber \(H2Opilot\)
Hello ! i am encountering problems by trying to initialize a Database Connnectionpool. in struts-config.xml I got the entries: data-sources data-source autoCommit=false description=H2O DATENBANKTEST

Re: JSPTL-based tags question/proposal

2001-08-20 Thread dhay
Ted, Won't this necessitate that users are using a server that supports servlet 2.3? Or am I missing something? I know from the list that lots of us are using Tomcat 3.x rather than 4. Would we be forced to switch to 4? Cheers, Dave Ted Husted [EMAIL PROTECTED] on 08/19/2001 10:32:22

Re: JSPTL-based tags question/proposal

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001 [EMAIL PROTECTED] wrote: Ted, Won't this necessitate that users are using a server that supports servlet 2.3? Or am I missing something? The current EA release of the JSPTL tags requires JSP 1.2, which therefore requires Servlet 2.3. There is some talk about

Re: Hope to help you out with the workflow in 1.1 of struts

2001-08-20 Thread Nic Hobbs
Apologies for the delay in responding - I was away all last week with no access to my mail! The best thing you can do is to subscribe to the struts-dev list and get involved in the Workflow threads there which is where all the current discussion is going on about the Workflow piece. Not that

Submission guidelines

2001-08-20 Thread Chad Johnston
What exactly are the submission guidelines for features, patches, etc? I've proposed an addition to the logic tags twice. and never heard yea or nay. Do I need to include the code? Am I asking in the wrong place? Or should I assume that silence means the community is not interested? I would like

JPath 2.0

2001-08-20 Thread Dmitri Plotnikov
Folks, I have a new version of JPath that is ready to be checked in the Jakarta repository. This version has the following major improvements: 1. It features its own parser/compiler/interpreter. They are tailored to the needs of Java object graph traversal anf therefore outperform the

Re: JPath 2.0

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001, Dmitri Plotnikov wrote: 1. Maybe its time to promote it from the sandbox to commons proper. I'm in favor of this change, and will sign up to help support and maintain the code. I want to use it in my workflow engine stuff, and don't want to rely on a sandbox package