DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8734>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8734

ESQL Error in Cocoon 2.0.3-branch

           Summary: ESQL Error in Cocoon 2.0.3-branch
           Product: Cocoon 2
           Version: 2.0.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


> > Hello!
> >
> > I moved from cocoon 2.0b1 to 2.0.3 and my esql-xsp scripts
> > dont work any more. querys like this
> >
> > <esql:query>
> >    SELECT
> > "DBADMIN"."KATEGORIE"."KID","DBADMIN"."KATEGORIE"."NAME" FROM
> > "DBADMIN"."KATEGORIE"
> > </esql:query>
> >
> > 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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to