Hi Joshua & Steve,

I started working on the EJBQL syntaxes that are not supported yet. I
will need to add some new keywords that might cause some existing tests
to fail. E.g. adding "object" causes the following test to fail

input: ->from org.hibernate.test.Bar bar where bar.object.id = ? and
bar.object.class = ?<-

msg=HQL syntax error : unexpected token: . near line 1, column 42

There was 1 failure:
1)
testUnitTestHql(org.hibernate.test.hql.HqlParserTest)junit.framework.Ass
ertionFailedError: At least one error occurred during parsing!
expected:<0> but was:<2>
        at
org.hibernate.test.hql.HqlParserTest.doParse(HqlParserTest.java:990)
        at
org.hibernate.test.hql.HqlParserTest.parse(HqlParserTest.java:966)
        at
org.hibernate.test.hql.HqlParserTest.testUnitTestHql(HqlParserTest.java:
663)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
        at org.hibernate.test.AllTests.main(AllTests.java:120)

Am I missing something or there is really no way to fix this except for
disallowing the use of 'object' even in paths?

Thanks.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to