<?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: Grails on OSGi (3): Released Grails OSGi plugin 0.1</title>
	<atom:link href="http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/</link>
	<description>Programming was my first love, and it will be my last.</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:55:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin Cleaver</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-314</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-314</guid>
		<description>Yes, I just tried it! It is up, thank you!

Now I have to make my application work. ;)</description>
		<content:encoded><![CDATA[<p>Yes, I just tried it! It is up, thank you!</p>
<p>Now I have to make my application work. <img src='http://blog.jetztgrad.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-313</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-313</guid>
		<description>You&#039;re welcome.

So did it work for you? Do you have your app up and running? Please note: the URL will be &lt;code&gt;http://localhost:8080/myapp-version/&lt;/code&gt; instead of &lt;code&gt;http://localhost:8080/myapp/&lt;/code&gt; like &lt;code&gt;grails run-app&lt;/code&gt; does it

I don&#039;t know why the Spring DM jars won&#039;t get resolved and downloaded, they are specified as dependencies of the OSGi plugin. Maybe the SpringSource Enterprise Repository (EBR) ditched them or was offline?

BTW, the code on GitHub (&lt;a href=&quot;http://github.com/jetztgradnet/grails-osgi-plugin/&quot; rel=&quot;nofollow&quot;&gt;http://github.com/jetztgradnet/grails-osgi-plugin/&lt;/a&gt;) is now up to date, if you want to have a look or change anything.

Have fun,

Wolfgang</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome.</p>
<p>So did it work for you? Do you have your app up and running? Please note: the URL will be <code><a href="http://localhost:8080/myapp-version/" rel="nofollow">http://localhost:8080/myapp-version/</a></code> instead of <code><a href="http://localhost:8080/myapp/" rel="nofollow">http://localhost:8080/myapp/</a></code> like <code>grails run-app</code> does it</p>
<p>I don&#8217;t know why the Spring DM jars won&#8217;t get resolved and downloaded, they are specified as dependencies of the OSGi plugin. Maybe the SpringSource Enterprise Repository (EBR) ditched them or was offline?</p>
<p>BTW, the code on GitHub (<a href="http://github.com/jetztgradnet/grails-osgi-plugin/" rel="nofollow">http://github.com/jetztgradnet/grails-osgi-plugin/</a>) is now up to date, if you want to have a look or change anything.</p>
<p>Have fun,</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cleaver</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-312</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Thu, 08 Jul 2010 06:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-312</guid>
		<description>Awesome, Wolfgang, thanks so much.

Did you really stay up till 3am to finish this for me? If so, an even bigger thanks.

Additionally I needed some jars to fix UNRESOLVED DEPENDENCIES:
&lt;blockquote&gt;
wget http://osgi-in-action.googlecode.com/svn-history/r21/trunk/lib/blueprint/spring-osgi-io-2.0.0.M1.jar
$ mv spring-osgi-io-2.0.0.M1.jar lib/
wget http://osgi-in-action.googlecode.com/svn-history/r21/trunk/lib/blueprint/spring-osgi-core-2.0.0.M1.jar
mv spring-osgi-core-2.0.0.M1.jar lib/
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Awesome, Wolfgang, thanks so much.</p>
<p>Did you really stay up till 3am to finish this for me? If so, an even bigger thanks.</p>
<p>Additionally I needed some jars to fix UNRESOLVED DEPENDENCIES:</p>
<blockquote><p>
wget <a href="http://osgi-in-action.googlecode.com/svn-history/r21/trunk/lib/blueprint/spring-osgi-io-2.0.0.M1.jar" rel="nofollow">http://osgi-in-action.googlecode.com/svn-history/r21/trunk/lib/blueprint/spring-osgi-io-2.0.0.M1.jar</a><br />
$ mv spring-osgi-io-2.0.0.M1.jar lib/<br />
wget <a href="http://osgi-in-action.googlecode.com/svn-history/r21/trunk/lib/blueprint/spring-osgi-core-2.0.0.M1.jar" rel="nofollow">http://osgi-in-action.googlecode.com/svn-history/r21/trunk/lib/blueprint/spring-osgi-core-2.0.0.M1.jar</a><br />
mv spring-osgi-core-2.0.0.M1.jar lib/
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-311</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Thu, 08 Jul 2010 01:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-311</guid>
		<description>Hi Martin,

I put in some work and created a snapshot version of OSGi plugin 0.2, which you can use instead of the 0.1 version.

0.2-SNAPSHOT does not need Pax Web anymore. Hibernate and GORM works in this release.

To try it out, perform the following steps:
1. Create a Grails App (using Grails 1.3.2)
2. Install OSGi plugin 0.2 SNAPSHOT:
&lt;code&gt;grails install-plugin http://github.com/downloads/jetztgradnet/grails-osgi-plugin/grails-osgi-0.2.zip&lt;/code&gt;
3. Change Config.groovy
Set grails.logging.jul.usebridge = false
4. Create some Domain classes and controllers
5. Run app in OSGi environment
&lt;code&gt;grails run-bundle -forceBundle&lt;/code&gt;
The parameter &lt;code&gt;-forceBundle&lt;/code&gt; is necessary, whenever something changed in your app, otherwise the bundle won&#039;t be rebuilt. 

Have fun,

Wolfgang</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I put in some work and created a snapshot version of OSGi plugin 0.2, which you can use instead of the 0.1 version.</p>
<p>0.2-SNAPSHOT does not need Pax Web anymore. Hibernate and GORM works in this release.</p>
<p>To try it out, perform the following steps:<br />
1. Create a Grails App (using Grails 1.3.2)<br />
2. Install OSGi plugin 0.2 SNAPSHOT:<br />
<code>grails install-plugin <a href="http://github.com/downloads/jetztgradnet/grails-osgi-plugin/grails-osgi-0.2.zip" rel="nofollow">http://github.com/downloads/jetztgradnet/grails-osgi-plugin/grails-osgi-0.2.zip</a></code><br />
3. Change Config.groovy<br />
Set grails.logging.jul.usebridge = false<br />
4. Create some Domain classes and controllers<br />
5. Run app in OSGi environment<br />
<code>grails run-bundle -forceBundle</code><br />
The parameter <code>-forceBundle</code> is necessary, whenever something changed in your app, otherwise the bundle won&#8217;t be rebuilt. </p>
<p>Have fun,</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cleaver</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-310</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-310</guid>
		<description>Thanks for the feedback and email, Wolfgang.

Almost there!

Now I see:
&lt;blockquote&gt;  org.ops4j.pax.runner.platform.PlatformException: [http://download.eclipse.org/equinox/drops/R-3.4.2-200902111700/org.eclipse.equinox.supplement_1.1.0.v20080421-2006.jar] could not be downloaded
&lt;/blockquote&gt;

Seems it might need to come from http://archive.eclipse.org/equinox/drops/R-3.4.2-200902111700/ instead?</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback and email, Wolfgang.</p>
<p>Almost there!</p>
<p>Now I see:</p>
<blockquote><p>  org.ops4j.pax.runner.platform.PlatformException: [http://download.eclipse.org/equinox/drops/R-3.4.2-200902111700/org.eclipse.equinox.supplement_1.1.0.v20080421-2006.jar] could not be downloaded
</p></blockquote>
<p>Seems it might need to come from <a href="http://archive.eclipse.org/equinox/drops/R-3.4.2-200902111700/" rel="nofollow">http://archive.eclipse.org/equinox/drops/R-3.4.2-200902111700/</a> instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-309</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-309</guid>
		<description>Hi Martin,

thanks for your hard work!

The latter commands fail, because you are not in the directory containing the grails OSGi plugin, but in the directory, where (I assume) you built pax runner or pax web.

With Grails 1.3.2 you don&#039;t need to repackage the OSGi plugin, if you simply change BuildConfig.groovy in your test app to contain a line like this:

grails.plugin.location.&#039;Osgi&#039; = &#039;/path/to/changed/grails-osgi-plugin&#039;

This way Grails uses the plugin inline and you don&#039;t have to package and migrate it.

HTH,

Wolfgang</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>thanks for your hard work!</p>
<p>The latter commands fail, because you are not in the directory containing the grails OSGi plugin, but in the directory, where (I assume) you built pax runner or pax web.</p>
<p>With Grails 1.3.2 you don&#8217;t need to repackage the OSGi plugin, if you simply change BuildConfig.groovy in your test app to contain a line like this:</p>
<p>grails.plugin.location.&#8217;Osgi&#8217; = &#8216;/path/to/changed/grails-osgi-plugin&#8217;</p>
<p>This way Grails uses the plugin inline and you don&#8217;t have to package and migrate it.</p>
<p>HTH,</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cleaver</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-308</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-308</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-307&quot;&gt;
adjust the links in grails-osgiplugin/grails-app/paxrunner-grails.profile
&lt;/blockquote&gt;

Ok, so, for others interested, this is what I fixed up in /Users/martincleaver/SoftwareDevelopment/Grails/grails-osgi-plugin/grails-app/paxrunner-grails.profile:

Found this section:
&lt;blockquote&gt;
# Pax Web including Jetty (6.1.9)
scan-bundle:mvn:org.ops4j.pax.web/pax-web-api/0.8.0-SNAPSHOT
scan-bundle:mvn:org.ops4j.pax.web/pax-web-spi/0.8.0-SNAPSHOT
scan-bundle:mvn:org.ops4j.pax.web/pax-web-runtime/0.8.0-SNAPSHOT
scan-bundle:mvn:org.ops4j.pax.web/pax-web-jsp/0.8.0-SNAPSHOT
scan-bundle:mvn:org.ops4j.pax.web/pax-web-jetty/0.8.0-SNAPSHOT
scan-bundle:mvn:org.ops4j.pax.web/pax-web-extender-war/0.8.0-SNAPSHOT
scan-bundle:mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/0.8.0-SNAPSHOT
&lt;/blockquote&gt;

And replaced with 
&lt;blockquote&gt;
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-api/target/pax-web-api-0.7.1.jar
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-extender-war/target/pax-web-extender-war-0.7.1.jar
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-extender-whiteboard/target/pax-web-extender-whiteboard-0.7.1.jar
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-jetty/target/pax-web-jetty-0.7.1.jar
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-jetty-bundle/target/pax-web-jetty-bundle-0.7.1.jar
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-jsp/target/pax-web-jsp-0.7.1.jar
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-runtime/target/pax-web-runtime-0.7.1.jar
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-spi/target/pax-web-spi-0.7.1.jar

&lt;/blockquote&gt;

# find ~/SoftwareDevelopment/OSGi/paxweb/web-0.7.1 -name &#039;*.jar&#039;


Now, simply running grails run-bundle in my target app is not enough, because I am not yet using the version of grails-osgi-plugin that I just modified. For that I must 

&lt;blockquote&gt;
grails package-plugin
Welcome to Grails 1.3.2 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /Users/martincleaver/grails

Base Directory: /Users/martincleaver/My Documents/5.SoftwareDevelopment/OSGi/paxrunner/runner-build
Resolving dependencies...
Dependencies resolved in 1323ms.
Running script /Users/martincleaver/grails/scripts/PackagePlugin_.groovy
Environment set to development
Application is pre-Grails 0.5, please run: grails upgrade


martincleaver@ip-85-160-218-111.eurotel.cz:~/SoftwareDevelopment/OSGi/paxrunner/runner-build 22:23:06 559$ grails upgrade
Welcome to Grails 1.3.2 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /Users/martincleaver/grails

Base Directory: /Users/martincleaver/My Documents/5.SoftwareDevelopment/OSGi/paxrunner/runner-build
Resolving dependencies...
Dependencies resolved in 1768ms.
/Users/martincleaver/My Documents/5.SoftwareDevelopment/OSGi/paxrunner/runner-build does not appear to be part of a Grails application.
The following commands are supported outside of a project:
	add-proxy
	clear-proxy
	create-app
	create-plugin
	help
	list-plugins
	package-plugin
	plugin-info
	remove-proxy
	set-proxy
Run &#039;grails help&#039; for a complete list of available scripts.
 

&lt;/blockquote&gt;

So, there&#039;s something fishy going on that prevents me from building the new version. Any clues? Thanks, Martin.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-307"><p>
adjust the links in grails-osgiplugin/grails-app/paxrunner-grails.profile
</p></blockquote>
<p>Ok, so, for others interested, this is what I fixed up in /Users/martincleaver/SoftwareDevelopment/Grails/grails-osgi-plugin/grails-app/paxrunner-grails.profile:</p>
<p>Found this section:</p>
<blockquote><p>
# Pax Web including Jetty (6.1.9)<br />
scan-bundle:mvn:org.ops4j.pax.web/pax-web-api/0.8.0-SNAPSHOT<br />
scan-bundle:mvn:org.ops4j.pax.web/pax-web-spi/0.8.0-SNAPSHOT<br />
scan-bundle:mvn:org.ops4j.pax.web/pax-web-runtime/0.8.0-SNAPSHOT<br />
scan-bundle:mvn:org.ops4j.pax.web/pax-web-jsp/0.8.0-SNAPSHOT<br />
scan-bundle:mvn:org.ops4j.pax.web/pax-web-jetty/0.8.0-SNAPSHOT<br />
scan-bundle:mvn:org.ops4j.pax.web/pax-web-extender-war/0.8.0-SNAPSHOT<br />
scan-bundle:mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/0.8.0-SNAPSHOT
</p></blockquote>
<p>And replaced with </p>
<blockquote><p>
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-api/target/pax-web-api-0.7.1.jar<br />
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-extender-war/target/pax-web-extender-war-0.7.1.jar<br />
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-extender-whiteboard/target/pax-web-extender-whiteboard-0.7.1.jar<br />
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-jetty/target/pax-web-jetty-0.7.1.jar<br />
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-jetty-bundle/target/pax-web-jetty-bundle-0.7.1.jar<br />
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-jsp/target/pax-web-jsp-0.7.1.jar<br />
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-runtime/target/pax-web-runtime-0.7.1.jar<br />
scan-bundle:file:/Users/martincleaver/SoftwareDevelopment/OSGi/paxweb/web-0.7.1/pax-web-spi/target/pax-web-spi-0.7.1.jar</p>
</blockquote>
<p># find ~/SoftwareDevelopment/OSGi/paxweb/web-0.7.1 -name &#8216;*.jar&#8217;</p>
<p>Now, simply running grails run-bundle in my target app is not enough, because I am not yet using the version of grails-osgi-plugin that I just modified. For that I must </p>
<blockquote><p>
grails package-plugin<br />
Welcome to Grails 1.3.2 &#8211; <a href="http://grails.org/" rel="nofollow">http://grails.org/</a><br />
Licensed under Apache Standard License 2.0<br />
Grails home is set to: /Users/martincleaver/grails</p>
<p>Base Directory: /Users/martincleaver/My Documents/5.SoftwareDevelopment/OSGi/paxrunner/runner-build<br />
Resolving dependencies&#8230;<br />
Dependencies resolved in 1323ms.<br />
Running script /Users/martincleaver/grails/scripts/PackagePlugin_.groovy<br />
Environment set to development<br />
Application is pre-Grails 0.5, please run: grails upgrade</p>
<p><a href="mailto:martincleaver@ip-85-160-218-111.eurotel.cz">martincleaver@ip-85-160-218-111.eurotel.cz</a>:~/SoftwareDevelopment/OSGi/paxrunner/runner-build 22:23:06 559$ grails upgrade<br />
Welcome to Grails 1.3.2 &#8211; <a href="http://grails.org/" rel="nofollow">http://grails.org/</a><br />
Licensed under Apache Standard License 2.0<br />
Grails home is set to: /Users/martincleaver/grails</p>
<p>Base Directory: /Users/martincleaver/My Documents/5.SoftwareDevelopment/OSGi/paxrunner/runner-build<br />
Resolving dependencies&#8230;<br />
Dependencies resolved in 1768ms.<br />
/Users/martincleaver/My Documents/5.SoftwareDevelopment/OSGi/paxrunner/runner-build does not appear to be part of a Grails application.<br />
The following commands are supported outside of a project:<br />
	add-proxy<br />
	clear-proxy<br />
	create-app<br />
	create-plugin<br />
	help<br />
	list-plugins<br />
	package-plugin<br />
	plugin-info<br />
	remove-proxy<br />
	set-proxy<br />
Run &#8216;grails help&#8217; for a complete list of available scripts.</p>
</blockquote>
<p>So, there&#8217;s something fishy going on that prevents me from building the new version. Any clues? Thanks, Martin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cleaver</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-307</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Wed, 07 Jul 2010 14:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-307</guid>
		<description>&lt;blockquote&gt;
I’m actively working on version 0.2 of the OSGi plugin, which does not need PAX Web anymore.
&lt;/blockquote&gt;

Ok. Might be wise as I did notice that development of paxweb has slowed down - no release since Oct 2009. Let&#039;s hope though.

&lt;blockquote cite=&quot;#commentbody-292&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-292&quot; rel=&quot;nofollow&quot;&gt;jetztgradnet&lt;/a&gt; :&lt;/strong&gt;
The 0.8.0 snapshot is required
&lt;/blockquote&gt;

Looks like Paxweb 0.8.0 wasn&#039;t released, http://wiki.ops4j.org/display/paxweb/Download shows 0.7.1 as the latest finished build. https://scm.ops4j.org/repos/ops4j/qa/pax/ shows web-0.7.2/ as the latest in dev.

&lt;Blockquote&gt;
you might be able to check out PaxWeb, build 0.8.0-snapshot yourself and adjust the links in grails-osgiplugin/grails-app/paxrunner-grails.profile
&lt;/blockquote&gt;

I checked out 0.7.1 and am presently doing a &#039;mvn package&#039; to build it. From there I&#039;ll try these changes.</description>
		<content:encoded><![CDATA[<blockquote><p>
I’m actively working on version 0.2 of the OSGi plugin, which does not need PAX Web anymore.
</p></blockquote>
<p>Ok. Might be wise as I did notice that development of paxweb has slowed down &#8211; no release since Oct 2009. Let&#8217;s hope though.</p>
<blockquote cite="#commentbody-292"><p>
<strong><a href="#comment-292" rel="nofollow">jetztgradnet</a> :</strong><br />
The 0.8.0 snapshot is required
</p></blockquote>
<p>Looks like Paxweb 0.8.0 wasn&#8217;t released, <a href="http://wiki.ops4j.org/display/paxweb/Download" rel="nofollow">http://wiki.ops4j.org/display/paxweb/Download</a> shows 0.7.1 as the latest finished build. <a href="https://scm.ops4j.org/repos/ops4j/qa/pax/" rel="nofollow">https://scm.ops4j.org/repos/ops4j/qa/pax/</a> shows web-0.7.2/ as the latest in dev.</p>
<blockquote><p>
you might be able to check out PaxWeb, build 0.8.0-snapshot yourself and adjust the links in grails-osgiplugin/grails-app/paxrunner-grails.profile
</p></blockquote>
<p>I checked out 0.7.1 and am presently doing a &#8216;mvn package&#8217; to build it. From there I&#8217;ll try these changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cleaver</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-306</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Wed, 07 Jul 2010 13:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-306</guid>
		<description>I&#039;ve voted on http://issues.ops4j.org/browse/PAXWEB-148 - perhaps anyone else here blocked by this issue can do the same.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve voted on <a href="http://issues.ops4j.org/browse/PAXWEB-148" rel="nofollow">http://issues.ops4j.org/browse/PAXWEB-148</a> &#8211; perhaps anyone else here blocked by this issue can do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cleaver</title>
		<link>http://blog.jetztgrad.net/2010/01/released-grails-osgi-plugin-0-1/comment-page-1/#comment-305</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Wed, 07 Jul 2010 07:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=133#comment-305</guid>
		<description>Thanks - I&#039;ve emailed Alin to ask whether he plans to restore the repository.

If its quick to try I&#039;ll certainly have a go. I agree I would need the GORM functionality.

Cheers, Martin.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I&#8217;ve emailed Alin to ask whether he plans to restore the repository.</p>
<p>If its quick to try I&#8217;ll certainly have a go. I agree I would need the GORM functionality.</p>
<p>Cheers, Martin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
