]
Jeff MAURY updated JBIDE-8849:
------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM1)
JPA project revalidation after export to db
-------------------------------------------
Key: JBIDE-8849
URL:
https://issues.jboss.org/browse/JBIDE-8849
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate, upstream
Affects Versions: 3.2.1.M1
Environment: JBDS 4.1.0 m1 H359
Reporter: Jiri Peterka
Assignee: Koen Aers
Labels: jpa
Fix For: 4.5.x
1. Create datasource and open it
2. Let's have JPA Project referenced datasource from step above
3. Create entity M with table name Z, you'll get Table "Z" cannot be
resolved
4. Project -> JPA Tools -> Generate Tables from Entities with "Check Export to
database" selected
5. Finish
After doing this project entity is not yet valid
It would be nice, if connection could be refreshed and code revalidated automatically
after export to db (it could be also configurable if desired)