From cocoon-dev-return-26398-apmail-xml-cocoon-dev-archive=xml.apache.org@xml.apache.org Wed May 01 19:33:23 2002 Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 10455 invoked by uid 500); 1 May 2002 19:33:22 -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 10443 invoked from network); 1 May 2002 19:33:21 -0000 From: Dude To: cocoon-dev@xml.apache.org Date: Wed, 01 May 2002 21:33:06 +0200 X-Priority: 3 (Normal) Message-Id: <6409EAYXNMWSQ1UIHNIIHB7XV5YF21.3cd042f2@bill> Subject: ESQL Error in Cocoon 2.0.3-branch MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" X-Mailer: Opera 6.01 build 1041 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello! I moved from cocoon 2.0b1 to 2.0.3 and my esql-xsp scripts dont work any more. querys like this SELECT "DBADMIN"."KATEGORIE"."KID","DBADMIN"."KATEGORIE"."NAME" FROM "DBADMIN"."KATEGORIE" worked fine with 2.0b1 but 2.0.3 says --- Language Exception More precisely: org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling swKategorie_xsp: Line 380, column 33: ')' expected Line 0, column 0: 1 error --- i guess the fault is the " in the SELECT statement, because java dont like String sql="SELECT "DBADMIN" ... "; i can only say, that this stuff works fine with 2.0b1 (until 2.0.1?) Greets, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org