[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-5018) Parsing Problem with AST or classic factory

MALOSSE Cyril (JIRA) noreply at atlassian.com
Wed Mar 17 11:27:31 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

MALOSSE Cyril updated HHH-5018:
-------------------------------

    Attachment: test-persistance-impl.zip

1 - Create a Database on DB2
2 - Create Table COURRIEL with the SQL Script in the archive "test-persistance-impl.zip"
3 - Modify test-persistance-impl/src/main/resources/dataSourceContext.xml : 
change URL JDBC, username and password  (jdbc:db2://<server name or IP>:<port>/<database name>)
4 - Run maven  : mvn clean compile test
5 - Try to change in test-persistance-impl/src/main/resources/persistanceContext.xml the QueryTranslatorFactory property by "ClassicQueryTranslatorFactory" or the default "ASTQueryTranslatorFactory".

Reiterate step 4.

> Parsing Problem with AST or classic factory
> -------------------------------------------
>
>                 Key: HHH-5018
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5018
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core, query-hql
>    Affects Versions: 3.3.2
>         Environment: hibernate-core 3.3.2.GA
> hibernate-annotations 3.4.0.GA
> net.sf.ehcache 1.6.2	
> slf4j-log4j12 1.5.10	
> javassist 3.9.0.GA	
> cglib 2.2	
> antlr 2.7.6	
> dom4j 1.6.1
> IBM DB2 9.5
>            Reporter: MALOSSE Cyril
>         Attachments: AST-Classic Query Translatory - pb Parser.doc, test-persistance-impl.zip
>
>
> I have a parsing error. I think it's a problem in AST and Classic QueryTranslatorFactory.
> See the attached file for more details.
> Thanks

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

        


More information about the hibernate-issues mailing list