<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Jruby Blues</title>
	<atom:link href="http://devender.wordpress.com/2008/01/02/jruby-blues/feed/" rel="self" type="application/rss+xml" />
	<link>http://devender.wordpress.com/2008/01/02/jruby-blues/</link>
	<description>Who is John Galt ?</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:52:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raphaël Valyi</title>
		<link>http://devender.wordpress.com/2008/01/02/jruby-blues/#comment-93</link>
		<dc:creator>Raphaël Valyi</dc:creator>
		<pubDate>Thu, 03 Jan 2008 09:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://devender.wordpress.com/2008/01/02/jruby-blues/#comment-93</guid>
		<description>Hi,

the asm lib is a known issue with JRuby and Hibernate. This kind of trouble is in fact more a Java jar issue than a JRuby one and occurs frequently as soon as you integrate large frameworks together.

Still, I don&#039;t really understand why you get the issue (or may be it&#039;s only in Maven?). Indeed, JRuby works arround that issue by repackaging asm.jar using the &#039;jarjar&#039; tool. Thus, if you look inside jruby-complete.jar you&#039;ll see that it&#039;s repackaged into jruby.objectweb.asm ... which is different from the asm of the Hibernate distro.

So I don&#039;t really understand why you are getting the problem since asm classes aren&#039;t colliding anymore. Did you really use jruby-complete and jruby-complete only? Is it a Maven issue?

I think you should really be able to work arround the problem: lot&#039;s of others successfully used Hibernate in JRuby. There is even the ActiveHibernate lib wrapping Hibernate object better into Ruby objects:
http://code.google.com/p/activehibernate/

Hope this helps. You might also get help from the JRuby mailing list.

Raphaë Valyi.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the asm lib is a known issue with JRuby and Hibernate. This kind of trouble is in fact more a Java jar issue than a JRuby one and occurs frequently as soon as you integrate large frameworks together.</p>
<p>Still, I don&#8217;t really understand why you get the issue (or may be it&#8217;s only in Maven?). Indeed, JRuby works arround that issue by repackaging asm.jar using the &#8216;jarjar&#8217; tool. Thus, if you look inside jruby-complete.jar you&#8217;ll see that it&#8217;s repackaged into jruby.objectweb.asm &#8230; which is different from the asm of the Hibernate distro.</p>
<p>So I don&#8217;t really understand why you are getting the problem since asm classes aren&#8217;t colliding anymore. Did you really use jruby-complete and jruby-complete only? Is it a Maven issue?</p>
<p>I think you should really be able to work arround the problem: lot&#8217;s of others successfully used Hibernate in JRuby. There is even the ActiveHibernate lib wrapping Hibernate object better into Ruby objects:<br />
<a href="http://code.google.com/p/activehibernate/" rel="nofollow">http://code.google.com/p/activehibernate/</a></p>
<p>Hope this helps. You might also get help from the JRuby mailing list.</p>
<p>Raphaë Valyi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
