Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 61910 invoked by uid 500); 6 Jun 2003 11:22:35 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 61897 invoked from network); 6 Jun 2003 11:22:35 -0000 Received: from smtp-ft1.fr.colt.net (213.41.78.25) by daedalus.apache.org with SMTP; 6 Jun 2003 11:22:35 -0000 Received: from club-internet.fr (host.206.47.23.62.rev.coltfrance.com [62.23.47.206]) by smtp-ft1.fr.colt.net with ESMTP id h56BMVj12510; Fri, 6 Jun 2003 13:22:31 +0200 Message-ID: <3EE0773A.2060402@club-internet.fr> Date: Fri, 06 Jun 2003 13:12:58 +0200 From: Johann Romefort User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org CC: tcurdt@apache.org Subject: ESQL / SAP DB troubles : The database detection method has changed Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I m trying to move all my application to Cocoon 2.1-M2 and i'm getting an error when trying to connect to my database, which is SAPDB. My pool in cocoon.xconf: jdbc:sapdb://10.0.0.90/xxx xxx xxx The error I got: ERROR (2003-06-06) 13:07.21:623 [sitemap.generator.serverpages] (/cocoon/isis/do-login) Thread-30/AbstractEsqlConnection: The database detection method has changed. If your database is not being recognized (anymore) you can either fix it in the Cocoon2EsqlConnection class, file it to bugzilla, report it to cocoon-dev or to me (tcurdt.at.apache.org) directly. Only be sure to include the database string "sap db" in your post. ERROR (2003-06-06) 13:07.21:623 [sitemap.generator.serverpages] (/cocoon/isis/do-login) Thread-30/auth_user_esql: java.sql.SQLException: The database detection method has changed. If your database is not being recognized (anymore) you can either fix it in the Cocoon2EsqlConnection class, file it to bugzilla, report it to cocoon-dev or to me (tcurdt.at.apache.org) directly. Only be sure to include the database string "sap db" in your post. at org.apache.cocoon.components.language.markup.xsp.AbstractEsqlConnection.createQuery(AbstractEsqlConnection.java:197) at org.apache.cocoon.www.isis.system.authentication.auth_user_esql.generate(org.apache.cocoon.www.isis.system.authentication.auth_user_esql:364) at org.apache.cocoon.generation.ServerPagesGenerator.generate(ServerPagesGenerator.java:260) Thanks in advance for any hints! Johann