Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 11497 invoked from network); 10 Jul 2007 16:38:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2007 16:38:29 -0000 Received: (qmail 95958 invoked by uid 500); 10 Jul 2007 16:38:29 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 95926 invoked by uid 500); 10 Jul 2007 16:38:29 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 95911 invoked by uid 99); 10 Jul 2007 16:38:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 09:38:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 09:38:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 198C77141F1 for ; Tue, 10 Jul 2007 09:38:05 -0700 (PDT) Message-ID: <25691730.1184085485095.JavaMail.jira@brutus> Date: Tue, 10 Jul 2007 09:38:05 -0700 (PDT) From: "Grzegorz Kossakowski (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Created: (COCOON-2087) Upgrade Forms samples' dependency on jDBI to 2.0.x version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Upgrade Forms samples' dependency on jDBI to 2.0.x version ---------------------------------------------------------- Key: COCOON-2087 URL: https://issues.apache.org/jira/browse/COCOON-2087 Project: Cocoon Issue Type: Task Components: Blocks: Forms Affects Versions: 2.2-dev (Current SVN) Reporter: Grzegorz Kossakowski Fix For: 2.2-dev (Current SVN) I reported (http://article.gmane.org/gmane.text.xml.cocoon.devel/73957) recently that we have a trouble with jDBI as dependency because it's not on Maven's repository. I just have found out that it's not true, see: http://repo1.maven.org/maven2/org/jdbi/jdbi/2.0.1/ The task is to add the dependency on jDBI to cocoon-forms-sample module and (possibly) adjust the code so it works with new major version. Old samples used to work with 1.4.x line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.