max wrote:
When and where are you getting the error ?
for me it does not sound to be related to tooling, but pure runtime issue ?
First, thanks for responding.
And yes. As an exception thrown from:
new AnnotationConfiguration().configure().buildSessionFactory();
As stated originally, the reported error is clearly not the actual one. Most likely it seems that, as configured, the annotated POJO classes are not being found. And that would most likely be caused by improper configuration of Eclipse or the Hibernate plugin.
As a deployment requirement, my main app is in one Eclipse project, and the POJO's are in another Eclipse "required project", where Eclipse adds the "required project" to the build path.
After spending much of the week trying to solve this in the way it was working previously, I went with a temporary workaround that combines the two projects. While this allows me to continue developing, I'm still pretty much screwed when I need to deploy (like for a customer demo I have coming up.)
As a last resort my plan is to bring in the Hibernate source and debug the real problem from there.
Note: if this is not the right forum topic, which might it be?