Martinicity: Tag migration Mike Blake tag:www.martinicity.net,2005:Typo Typo 2009-01-10T05:27:53+00:00 Mike Blake urn:uuid:4211efe2-2393-422e-af13-478696806a85 2007-04-26T11:30:00+00:00 2009-01-10T05:27:53+00:00 Hibernate 3.x Migration Guide <strong>Update 4/30</strong> <blockquote> <em>I finally did find the real <a href="http://www.hibernate.org/250.html">Hibernate 3 Migration Guide</a>. My fun with Hibernate is over though, I&#8217;ve found an easier persistence solution with the clients homegrown method. I believe every single java project I&#8217;ve worked on in the past 10 years has used a different and unique Persistence mechanism. My favorite was <a href="http://www.eclipsecon.org/2007/index.php?page=presenters/#Francois_Granade">Francois&#8217;</a> PersistentEntity at <a href="http://finance.groups.yahoo.com/group/viagone/">ViaFone</a>.</em> </blockquote> <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> <h3>The Hibernate 3.x Migration Guide</h3> <p><b>1. Get <a href="http://www.ruby-lang.org/en/">Ruby</a></b></p> <p><b>2. Install <a href="http://www.rubyonrails.org/down">Rails</a></b></p> <p><b>3. Rebuild your application.</b></p> <p><b>4. Have fun again!</b></p>