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

Summary: QuerySyntaxException during HQL query execution
Product: javaee Reporter: Vadiraj Deshpande <vadirajvd>
Component: HibernateAssignee: Vadiraj Deshpande <vadirajvd>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: gowri
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: project

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 ***