Martinicity: Tag migrationMike Blaketag:www.martinicity.net,2005:TypoTypo2009-01-10T05:27:53+00:00Mike Blakeurn:uuid:4211efe2-2393-422e-af13-478696806a852007-04-26T11:30:00+00:002009-01-10T05:27:53+00:00Hibernate 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’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 <a href="http://www.eclipsecon.org/2007/index.php?page=presenters/#Francois_Granade">Francois’</a> PersistentEntity at <a href="http://finance.groups.yahoo.com/group/viagone/">ViaFone</a>.</em>
</blockquote>
<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>
<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>