Hi Guys,
The websphere version i am using is 5.0. And the jdk it is pointing is
JDK 1.3.1.9.
For me i need hql bulk update queries, where i should give a alias name
for the Entity that i am updating. I was not able to give alias name in
hql, in Hibernate 3.0
I was able to give alias name in Hibernate 3.1.2. But the hibernate jar that comes with Hibernate3.2.1 , is compiled using JDK 1.4.9. So when i use this jar in Websphere 5.0 , i was getting some "class minor version error". So i was not able to use this Hibernate version 3.2.1.
Finally i got a solution, by compiling the Hibernate 3.1.2 source using JDK 1.4.4. And when i used this jar, i was not getting any error.
I hope this will be usefull.
thanks,
krishna.
|