[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6130) Exception when declare alias for Property
Senthilkumar Arumugam (JIRA)
noreply at atlassian.com
Mon Apr 18 02:41:59 EDT 2011
Exception when declare alias for Property
-----------------------------------------
Key: HHH-6130
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6130
Project: Hibernate Core
Issue Type: Bug
Components: core
Reporter: Senthilkumar Arumugam
Priority: Blocker
The query throws Exception with the message "Caused by: org.hibernate.QueryException: , expected in SELECT [SELECT s.id AS id, s.status AS status, s.firstName AS companyName FROM Student AS s ORDER BY s.firstName asc]" when I declare aliases for the properties.
The query executes fine when I do not have aliases for any property in the query.
--
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