HQL query editor does not work in new Seam-web projects in JBDS 2.0.Beta1 failing with attached exception. Entities are present and is available in Hibernate Configurations.
I found test case to reproduce:
1. Create seam web project with new connection profile
2. add required jars (additional jbds driver)
3. Seam generate entities - reverse engeneering from db, select 1 table(Person, for ex), insclude, finish
4. Open hibernate configuration view
5. Expand your console configuration - it builds successfully, but without entity (Person)
- this is the problem
if rebuild the console configuration, then hql begins to work properly.
- blocks
-
JBPAPP-1469 HQL querying does not work out of the box in new Seam-web project
- Closed