Martinicity: Hibernate 3.x Migration GuideMike Blaketag:www.martinicity.net,2005:TypoTypo2007-05-01T04:10:38+00:00Mike Blakeurn:uuid:4211efe2-2393-422e-af13-478696806a852007-04-26T11:30:00+00:002007-05-01T04:10:38+00:00Hibernate 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’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’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’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>