Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.05
We have an application that uses Hibernate 3.05 and we can't easily upgrade to a more recent version of Hibernate. This application is deployed on WebSphere, and we are trying to upgrade our development platform from Rational Application Developer 6.0 to 7.0. This has brought up a couple of issues with Hibernate.
RAD 7.0 attempts to validate hibernate mapping files against
http://hibernate.sourceforge.net/hibern ... ng-3.0.dtd
RAD 6.0 does not do so and had no problem. Run-time validation is done against the hibernate-mapping-3.0.dtd file included in the hibernate3.jar included in the 3.05 distribution. But there are a few differences between the version of hibernate-mapping-3.0.dtd file in the 3.05 distribution jar and what currently sits on the WEB, so we can't build.
Should Hibernate be changing this file? I suppose I can turn validation off, but I'd rather not.
Another issue is that Hibernate 3.05 ships with antlr-2.7.5H3.jar, which contains a manifest.mf file that does not terminate with a line-feed, an apparently ancient standard that IBM/Rational has now decided to enforce.
Any suggestions on working around these ridiculous issues would be appreciated.
I know someone is going to say we should be taking these issues up with IBM. Please be assured that we are - but I wanted to touch all bases before resorting to some ugly hack.