Hi MyEclipse team,
I bumped into a deficiency of the HQL editor when I tried to actually use it. It actually may be a deficiency of the Spring/Hibernate integration
The issue is that when I try to use the HQL query running feature, it attempts to put together the session factory as defined in my Spring context files.
Unfortunately that requires a property file which is resolved from the classpath and is supposed to come from the part of the classpath which is specific to the deployed system (so not in the source folders of the project).
There should be a way to either specify additional classpath elements for the Hibernate tooling so that I can point to the folder where such files reside, or choose a MyEclipse application server profile (preferably in the HQL dialog, or among the properties of the Spring+Hibernate enabled project, but not a workspace-wide preference) whose classpath setup the Hibernate tooling would use.
This way it could gather all files it needs.
Also, is 9.1 supposed to be compatible with Eclipse 3.6.2? I did not test it, but I would prefer to be able to upgrade to 3.6.2
Thanks and best regards,
Robert