<?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/"
		>
<channel>
	<title>Comments on: Groovy &amp; Grails on OSGi</title>
	<atom:link href="http://blog.jetztgrad.net/grails-on-osgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jetztgrad.net</link>
	<description>Programming was my first love, and it will be my last.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wolfgang Schell</title>
		<link>http://blog.jetztgrad.net/grails-on-osgi/comment-page-1/#comment-1265</link>
		<dc:creator>Wolfgang Schell</dc:creator>
		<pubDate>Mon, 06 Feb 2012 21:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?page_id=69#comment-1265</guid>
		<description>Hi Jon,

the OSGi plugin replaces some of Grails&#039; dependencies with corresponding bundles from SpinrgSource Enterprise Bundle Repository (EBR), which contains bundle-ized versions of many standard java library. The problem is, that these dependencies are currently more or less hard coded. You might be able to get it to run by tweaking &lt;a href=&quot;https://github.com/jetztgradnet/grails-osgi-plugin/blob/master/scripts/_Osgi.groovy&quot; title=&quot;scripts/_Osgi.groovy&quot; rel=&quot;nofollow&quot;&gt;scripts/_Osgi.groovy&lt;/a&gt; and &lt;a href=&quot;https://github.com/jetztgradnet/grails-osgi-plugin/blob/master/scripts/_Events.groovy&quot; title=&quot;scripts/_Events.groovy&quot; rel=&quot;nofollow&quot;&gt;scripts/_Events.groovy&lt;/a&gt;, where all the replacement bundles and dependencies are defined. You can find the complete source code of the OSGi plugin &lt;a href=&quot;https://github.com/jetztgradnet/grails-osgi-plugin/&quot; title=&quot;Source code of the Grails OSGi plugin&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

When running it in Virgo, you should remove all tomcat bundles referenced in the scripts mentioned above, as Tomcat is provided in the Virgo Web and Virgo Nano Web installations.

HTH,

Wolfgang</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>the OSGi plugin replaces some of Grails&#8217; dependencies with corresponding bundles from SpinrgSource Enterprise Bundle Repository (EBR), which contains bundle-ized versions of many standard java library. The problem is, that these dependencies are currently more or less hard coded. You might be able to get it to run by tweaking <a href="https://github.com/jetztgradnet/grails-osgi-plugin/blob/master/scripts/_Osgi.groovy" title="scripts/_Osgi.groovy" rel="nofollow">scripts/_Osgi.groovy</a> and <a href="https://github.com/jetztgradnet/grails-osgi-plugin/blob/master/scripts/_Events.groovy" title="scripts/_Events.groovy" rel="nofollow">scripts/_Events.groovy</a>, where all the replacement bundles and dependencies are defined. You can find the complete source code of the OSGi plugin <a href="https://github.com/jetztgradnet/grails-osgi-plugin/" title="Source code of the Grails OSGi plugin" rel="nofollow">here</a>.</p>
<p>When running it in Virgo, you should remove all tomcat bundles referenced in the scripts mentioned above, as Tomcat is provided in the Virgo Web and Virgo Nano Web installations.</p>
<p>HTH,</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.jetztgrad.net/grails-on-osgi/comment-page-1/#comment-1264</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 06 Feb 2012 18:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?page_id=69#comment-1264</guid>
		<description>&lt;a href=&quot;#comment-1231&quot; rel=&quot;nofollow&quot;&gt;@Wolfgang Schell &lt;/a&gt; Thanks for the reply. I&#039;m working with a Grails 1.3.7 app at the moment (Haven&#039;t moved to 2.0 yet). I&#039;m trying to get the app running as a OSGi bundle. I&#039;m new to OSGi and have been fighting with it for a week now. I&#039;ve been bundling a default grails app with only the OSGi plugin installed and have been getting a lot of dependency errors on startup in both virgo 2.1.1 and 3.0.2. The use case is a web platform that can be built upon by adding many separate web applications. I believe that OSGi is the answer to our problems but can&#039;t seem to get it figured out.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1231" rel="nofollow">@Wolfgang Schell </a> Thanks for the reply. I&#8217;m working with a Grails 1.3.7 app at the moment (Haven&#8217;t moved to 2.0 yet). I&#8217;m trying to get the app running as a OSGi bundle. I&#8217;m new to OSGi and have been fighting with it for a week now. I&#8217;ve been bundling a default grails app with only the OSGi plugin installed and have been getting a lot of dependency errors on startup in both virgo 2.1.1 and 3.0.2. The use case is a web platform that can be built upon by adding many separate web applications. I believe that OSGi is the answer to our problems but can&#8217;t seem to get it figured out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang Schell</title>
		<link>http://blog.jetztgrad.net/grails-on-osgi/comment-page-1/#comment-1231</link>
		<dc:creator>Wolfgang Schell</dc:creator>
		<pubDate>Mon, 30 Jan 2012 21:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?page_id=69#comment-1231</guid>
		<description>Hi Jon,

I did not get that much feedback on the OSGi plugin and am currently working on other stuff (as time permits, the Grails OSGi plugin is a hobby only). Do you have interest in the plugin? Or do you use it already with an older Grails version? What is your environment and use case? I still want to update the plugin to Grails 2.0, but didn&#039;t get around to it yet.

Cheers,

Wolfgang</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I did not get that much feedback on the OSGi plugin and am currently working on other stuff (as time permits, the Grails OSGi plugin is a hobby only). Do you have interest in the plugin? Or do you use it already with an older Grails version? What is your environment and use case? I still want to update the plugin to Grails 2.0, but didn&#8217;t get around to it yet.</p>
<p>Cheers,</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.jetztgrad.net/grails-on-osgi/comment-page-1/#comment-1230</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 30 Jan 2012 21:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?page_id=69#comment-1230</guid>
		<description>I take it since it&#039;s been a year and a half since the 0.2.1 release, that development on this plug-in is no longer happening?</description>
		<content:encoded><![CDATA[<p>I take it since it&#8217;s been a year and a half since the 0.2.1 release, that development on this plug-in is no longer happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grails on OSGi: Released Grails OSGi plugin 0.2 - Grails Export Plugin</title>
		<link>http://blog.jetztgrad.net/grails-on-osgi/comment-page-1/#comment-354</link>
		<dc:creator>Grails on OSGi: Released Grails OSGi plugin 0.2 - Grails Export Plugin</dc:creator>
		<pubDate>Fri, 24 Sep 2010 11:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?page_id=69#comment-354</guid>
		<description>[...] my blog series for earlier thoughts and information for running a Grails application in an OSGi environment as [...]</description>
		<content:encoded><![CDATA[<p>[...] my blog series for earlier thoughts and information for running a Grails application in an OSGi environment as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Day At The Races &#187; Grails on OSGi: Released Grails OSGi plugin 0.2</title>
		<link>http://blog.jetztgrad.net/grails-on-osgi/comment-page-1/#comment-316</link>
		<dc:creator>A Day At The Races &#187; Grails on OSGi: Released Grails OSGi plugin 0.2</dc:creator>
		<pubDate>Mon, 12 Jul 2010 00:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?page_id=69#comment-316</guid>
		<description>[...] Grails on OSGi [...]</description>
		<content:encoded><![CDATA[<p>[...] Grails on OSGi [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

