Martinicity: Tag hibernate http://www.martinicity.net/articles_controller.rb/tag?tag=hibernate en-us 40 Mike Blake Hibernate 3.x Migration Guide #### Update 4/30 <code> I finally did find the real [Hibernate 3 Migration Guide](http://www.hibernate.org/250.html). My fun with Hibernate is over though, I've found an easier persistence solution with the clients homegrown method. I believe every single java project I've worked on in the past 10 years has used a different and unique Persistence mechanism. My favorite was [Francois'](http://www.eclipsecon.org/2007/index.php?page=presenters/#Francois_Granade) PersistentEntity at ViaFone. </code> <p /> <hr /> I&#8217;ve been strugling for the last day trying to get a Java application working, mainly, trying to get Hibernate to see a DataSource. Now I&#8217;m at a point where I get this error message: <blockquote> <p>[junit] (cfg.Configuration 1312) configuring from resource: /hibernate.cfg.xml</p> </blockquote> <blockquote> <p>[junit] (cfg.Configuration 1289) Configuration resource: /hibernate.cfg.xml</p> </blockquote> <blockquote> <p>[junit] (util.DTDEntityResolver 30 ) Don&#8217;t use old DTDs, read the <b>Hibernate 3.x Migration Guide!</b></p> </blockquote> <p>A quick search does not turn up a Hibernate Migration Guide, so I decided to create this one.</p> <ol> <li>The Hibernate 3.x Migration Guide</li> </ol> <p>1. Get <a href="http://www.ruby-lang.org/en/">Ruby</a></p> <p>1. Install <a href="http://www.rubyonrails.org/down">Rails</a></p> <p>1. Rebuild your application.</p> <p>1. Have fun again!</p> Thu, 26 Apr 2007 11:30:00 +0000 urn:uuid:4211efe2-2393-422e-af13-478696806a85 Mike Blake http://www.martinicity.net/articles/2007/04/26/hibernate-3-x-migration-guide Create ruby rails hibernate migration http://www.martinicity.net/articles/trackback/889