You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org> on 2006/12/05 18:28:21 UTC

[jira] Commented: (GERONIMO-1534) Daytrader: ejb-ql-compiler-factory element is wrong for DB2 or Oracle db

    [ http://issues.apache.org/jira/browse/GERONIMO-1534?page=comments#action_12455699 ] 
            
Vamsavardhana Reddy commented on GERONIMO-1534:
-----------------------------------------------

Does this belong to http://issues.apache.org/jira/browse/DAYTRADER too??

> Daytrader:  ejb-ql-compiler-factory element is wrong for DB2 or Oracle db
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-1534
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1534
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: sample apps
>    Affects Versions: 1.0
>         Environment: WinXP, 
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G1534-daytrader.patch
>
>
> In daytrader plan it contains the following ejb-ql-compiler-factory elements:
> <!--  For DB2 database users uncomment the following line.
>             <ejb-ql-compiler-factory>org.tranql.ejbcompiler.DB2EJBQLCompilerFactory</ejb-ql-compiler-factory>
>             <db-syntax-factory>org.tranql.sql.db2.DB2DBSyntaxFactory</db-syntax-factory>
> -->
> If you uncomment the following line and configure daytrader with DB2, you will see a classloader problem when deploying daytrader.     
> This should be changed to ejbqlcompiler instead of ejbcompiler:
>             <ejb-ql-compiler-factory>org.tranql.ejbqlcompiler.DB2EJBQLCompilerFactory</ejb-ql-compiler-factory>
>             <db-syntax-factory>org.tranql.sql.db2.DB2DBSyntaxFactory</db-syntax-factory>
> Same problem with Oracle.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira