This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 141470 - QuerySyntaxException during HQL query execution
Summary: QuerySyntaxException during HQL query execution
Status: RESOLVED DUPLICATE of bug 136996
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vadiraj Deshpande
URL:
Keywords:
: 141469 141472 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-24 05:52 UTC by Vadiraj Deshpande
Modified: 2008-07-28 23:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (19.00 KB, application/x-compressed)
2008-07-24 19:26 UTC, _ gowri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vadiraj Deshpande 2008-07-24 05:52:49 UTC
NetBeans 20080722

Steps to reproduce:
- Create a new project and a new hibernate cfg xml file with valid db data.
- Use Reverse Engg. wizard to generate POJOs and mappings..
- Open up HQL Editor and type a simple query like : 'from Address'.
- Click Run HQL Query button on the editor toolbar. QuerySyntaxException is produced.

Exception (first 6 lines)
org.hibernate.hql.ast.QuerySyntaxException: Address is not mapped [from Address]
   at org.hibernate.hql.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:158)
   at org.hibernate.hql.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:87)
   at org.hibernate.hql.ast.tree.FromClause.addFromElement(FromClause.java:70)
   at org.hibernate.hql.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:255)
   at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:2945)
Comment 1 Vadiraj Deshpande 2008-07-24 05:59:52 UTC
*** Issue 141472 has been marked as a duplicate of this issue. ***
Comment 2 Vadiraj Deshpande 2008-07-24 06:00:25 UTC
*** Issue 141469 has been marked as a duplicate of this issue. ***
Comment 3 _ gowri 2008-07-24 19:26:52 UTC
Created attachment 65579 [details]
project
Comment 4 _ gowri 2008-07-24 19:27:41 UTC
Vadiraj,

I have attached the project. Please take a look at it.
Comment 5 Vadiraj Deshpande 2008-07-28 23:02:50 UTC
This is same issue as 136996. HQL Editor needs to support Annotation Configuration. Marking this as duplicate.

*** This issue has been marked as a duplicate of 136996 ***