Hi,
The auto-completion for Java class properties works now. I guess updating WTP did the trick. Thanks!
However, database table and column auto-completio still doesn't work.
In the "Hibernate Configurations" view I can see the database schema properly, but I don't get auto-copmletion in the editor. There is not error in the log - I simply get "content assist not available at the current location"...
In the Hibernate tools doc it says:
Quote:
Table and column completion is also available for all table and column attributes.
Note that it requires a proper configured hibernate console configuration and this configuration should be the
default for the project where the hbm.xml resides.
You can check which console configuration is selected under the Properties of a project and look under the "Hibernate
Settings" page. When a proper configuration is selected it will be used to fetch the table/column names
in the background.
However, when I look at my Eclipse project's Properties submenu, there is no "Hibernate Settings" page. What am I missing?
Thanks again for all your help.