<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/spring-osgi</id>
  <title type="text">Spring and OSGi Google Group</title>
  <subtitle type="text">
  Discussion relating to the Spring Dynamic Modules (formerly known as Spring-OSGi) project at http://www.springframework.org/osgi
  </subtitle>
  <link href="/group/spring-osgi/feed/atom_v1_0_msgs.xml" rel="self" title="Spring and OSGi feed"/>
  <updated>2008-07-19T08:27:31Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Thomas Joseph</name>
  <email>open4tho...@gmail.com</email>
  </author>
  <updated>2008-07-19T08:27:31Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/ab9a2bda606afa69?show_docid=ab9a2bda606afa69</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/ab9a2bda606afa69?show_docid=ab9a2bda606afa69"/>
  <title type="text">Re: WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  I have used a war bundle with Import-Package on org.osgi.framework, but have &lt;br&gt; never ran into any issues because of it. BTW, if you could post the &lt;br&gt; error/trace that you are getting when activating the WAR bundle, something &lt;br&gt; in our minds may click. &lt;br&gt; As Oleg points out the problem may be with getting the target platform
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oleg Zhurakousky</name>
  <email>oleg.zhurakou...@gmail.com</email>
  </author>
  <updated>2008-07-18T22:14:24Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/e9116368993a1067?show_docid=e9116368993a1067</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/e9116368993a1067?show_docid=e9116368993a1067"/>
  <title type="text">Re: WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  Graig &lt;br&gt; I have to admit I am a bit puzzled since I don&#39;t see any reason how &lt;br&gt; Import-Package: org.osgi.framework;version=&amp;quot;1. 3.0&amp;quot; would affect the &lt;br&gt; workings of your WAR bundle. &lt;br&gt; Trying to replicate it here did not render any &amp;quot;negative results&amp;quot; :-) &lt;br&gt; . In fact, I was able to access BundleContext by changing one of my
  </summary>
  </entry>
  <entry>
  <author>
  <name>Craig Walls</name>
  <email>hab...@gmail.com</email>
  </author>
  <updated>2008-07-18T18:56:59Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/913aa51d147475ad?show_docid=913aa51d147475ad</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/913aa51d147475ad?show_docid=913aa51d147475ad"/>
  <title type="text">Re: WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  Upon a closer look, I see that those warnings probably aren&#39;t my real &lt;br&gt; problem. Nonetheless, when org.osgi.framework is imported into the WAR &lt;br&gt; bundle, the application fails to deploy. Actually, it deploys...sort &lt;br&gt; of...but I get 404 errors when I try to hit any of the application&#39;s &lt;br&gt; pages. &lt;br&gt; &lt;p&gt;The app in question is a traditional webapp that is being transitioned
  </summary>
  </entry>
  <entry>
  <author>
  <name>Thomas Joseph</name>
  <email>open4tho...@gmail.com</email>
  </author>
  <updated>2008-07-18T17:41:26Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/677772b62f2ddbb0?show_docid=677772b62f2ddbb0</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/677772b62f2ddbb0?show_docid=677772b62f2ddbb0"/>
  <title type="text">Re: WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  These errors are reported correct, just check your servlet/jsp providing jar &lt;br&gt; if they contain the reported resources. Moreover its not fatal, its &lt;br&gt; warning., but better be armed with them. &lt;br&gt; So...any advice on how I can either (1) get an activator to work in a &lt;br&gt; Why would you ever want an activator inside a war. Think or repackaging it
  </summary>
  </entry>
  <entry>
  <author>
  <name>Craig Walls</name>
  <email>hab...@gmail.com</email>
  </author>
  <updated>2008-07-18T17:17:09Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/66ceccaa1fac50d4?show_docid=66ceccaa1fac50d4</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/66ceccaa1fac50d4?show_docid=66ceccaa1fac50d4"/>
  <title type="text">Re: WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  Okay, I spoke too soon. I now restate my original question, this time &lt;br&gt; with new info. &lt;br&gt; &lt;p&gt;After adding org.osgi.framework to Import-Package, my activator works &lt;br&gt; and my app *seems* to deploy. But in reality, it never gets off the &lt;br&gt; ground because of these errors: &lt;br&gt; &lt;p&gt;Jul 18, 2008 12:12:07 PM org.apache.catalina.startup.Di gesterFactory
  </summary>
  </entry>
  <entry>
  <author>
  <name>Craig Walls</name>
  <email>hab...@gmail.com</email>
  </author>
  <updated>2008-07-18T15:47:53Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/90047e3e7f525fd0?show_docid=90047e3e7f525fd0</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/90047e3e7f525fd0?show_docid=90047e3e7f525fd0"/>
  <title type="text">Re: WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  Never mind...I figured out what was going on... &lt;br&gt; &lt;p&gt;In my WAR project&#39;s pom.xml file (I&#39;m using Maven2 to build), I had &lt;br&gt; included the OSGi API as a dependency, but (1) it was scoped as &lt;br&gt; &amp;quot;compile&amp;quot; resulting in it appearing in the WAR&#39;s WEB-INF/lib and (2) I &lt;br&gt; never added org.osgi.framework to Import-Package. Consequently, when
  </summary>
  </entry>
  <entry>
  <author>
  <name>Craig Walls</name>
  <email>hab...@gmail.com</email>
  </author>
  <updated>2008-07-18T14:44:52Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/0bf938e33eb1b552?show_docid=0bf938e33eb1b552</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/0bf938e33eb1b552?show_docid=0bf938e33eb1b552"/>
  <title type="text">Re: WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  Following up on my first question...if I can&#39;t use a bundle activator &lt;br&gt; with my WAR bundle, then is there any way that I can get a reference &lt;br&gt; to the current Bundle and/or BundleContext from within the WAR bundle?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Craig Walls</name>
  <email>hab...@gmail.com</email>
  </author>
  <updated>2008-07-18T14:40:43Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/ab7578860d13f3f2?show_docid=ab7578860d13f3f2</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/30ef0b12f3b08e98/ab7578860d13f3f2?show_docid=ab7578860d13f3f2"/>
  <title type="text">WAR bundles and bundle activators</title>
  <summary type="html" xml:space="preserve">
  I have a WAR bundle that Spring-DM&#39;s web extender is handling &lt;br&gt; beautifully. That is, until I added a rather simple bundle activator. &lt;br&gt; Once I added the Bundle-Activator: to the manifest, not only did my &lt;br&gt; activator not get called, but the web extender did not deploy my WAR. &lt;br&gt; &lt;p&gt;My question: Is this expected behavior? I suppose that I could live
  </summary>
  </entry>
  <entry>
  <author>
  <name>loya</name>
  <email>loya....@gmail.com</email>
  </author>
  <updated>2008-07-17T01:05:13Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/d0fb349d91350ca9/4ef5ac2f23f5d427?show_docid=4ef5ac2f23f5d427</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/d0fb349d91350ca9/4ef5ac2f23f5d427?show_docid=4ef5ac2f23f5d427"/>
  <title type="text">1.1.0 can&#39;t do hprof</title>
  <summary type="html" xml:space="preserve">
  When I use hprof on 1.1.0, I have a error. &lt;br&gt; &lt;p&gt;Fail to start bundle D:\loya\osgi\.\bundles\spring- osgi- &lt;br&gt; extender-1.1.0.jar: org. &lt;br&gt; osgi.framework.BundleException : The activator &lt;br&gt; org.springframework.osgi.exten der. &lt;br&gt; internal.activator.ContextLoad erListener for bundle &lt;br&gt; org.springframework.bundle.o &lt;br&gt; sgi.extender is invalid
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oleg Zhurakousky</name>
  <email>oleg.zhurakou...@gmail.com</email>
  </author>
  <updated>2008-07-15T22:03:24Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/d07ba3499b546f29?show_docid=d07ba3499b546f29</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/d07ba3499b546f29?show_docid=d07ba3499b546f29"/>
  <title type="text">Re: How can we run OSGi components with JSF</title>
  <summary type="html" xml:space="preserve">
  np &lt;br&gt; oleg
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gaston</name>
  <email>g...@artentis.com</email>
  </author>
  <updated>2008-07-15T20:06:11Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/b8c79831f56625ac?show_docid=b8c79831f56625ac</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/b8c79831f56625ac?show_docid=b8c79831f56625ac"/>
  <title type="text">Re: How can we run OSGi components with JSF</title>
  <summary type="html" xml:space="preserve">
  Hi Oleg, &lt;br&gt; &lt;p&gt;I set an link in my Blog to your tutorial. I hope this is okay for &lt;br&gt; you. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://g-itblog.blogspot.com/2008/07/spring-dm.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Greetings to all &lt;br&gt; &lt;p&gt;Gaston
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gaston</name>
  <email>g...@artentis.com</email>
  </author>
  <updated>2008-07-15T16:55:18Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/ad3833d55160763b?show_docid=ad3833d55160763b</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/ad3833d55160763b?show_docid=ad3833d55160763b"/>
  <title type="text">Re: How can we run OSGi components with JSF</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;thank you Thomas and Alex and Oleg. &lt;br&gt; Your sample works Oleg, great. I am surprised about the Manifest.MF a &lt;br&gt; little bit because I thought it must be more Spring DM specific. I am &lt;br&gt; happy that it works. &lt;br&gt; &lt;p&gt;Great...after 10 days a solution..that is the part I don&#39;t love in the &lt;br&gt; profession of a software engineer. But the feeling if it runs is
  </summary>
  </entry>
  <entry>
  <author>
  <name>Thomas Joseph</name>
  <email>open4tho...@gmail.com</email>
  </author>
  <updated>2008-07-15T06:39:52Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/fef16fb447fa87bb?show_docid=fef16fb447fa87bb</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/fef16fb447fa87bb?show_docid=fef16fb447fa87bb"/>
  <title type="text">Re: How can we run OSGi components with JSF</title>
  <summary type="html" xml:space="preserve">
  On Tue, Jul 15, 2008 at 11:08 AM, Oleg Zhurakousky &amp;lt; &lt;br&gt; Right Oleg. Even I felt the same. This is what I meant by my earlier posts &lt;br&gt; to Gaston. Getting the target platform right solves much of our problem. &lt;br&gt; Once we have this right, development starts to be faster.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oleg Zhurakousky</name>
  <email>oleg.zhurakou...@gmail.com</email>
  </author>
  <updated>2008-07-15T05:57:41Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/9f1eba6115c2de97?show_docid=9f1eba6115c2de97</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/9f1eba6115c2de97?show_docid=9f1eba6115c2de97"/>
  <title type="text">Re: How can we run OSGi components with JSF</title>
  <summary type="html" xml:space="preserve">
  Almost forgot, don&#39;t forget to recreate Target Platform as I modified &lt;br&gt; the POM file to download extra dependencies (Chapter 1) &lt;br&gt; On Tue, Jul 15, 2008 at 1:38 AM, Oleg Zhurakousky
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oleg Zhurakousky</name>
  <email>oleg.zhurakou...@gmail.com</email>
  </author>
  <updated>2008-07-15T05:38:50Z</updated>
  <id>http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/dd6e010867538ca1?show_docid=dd6e010867538ca1</id>
  <link href="http://groups.google.com/group/spring-osgi/browse_thread/thread/c400b0317a87a27d/dd6e010867538ca1?show_docid=dd6e010867538ca1"/>
  <title type="text">Re: How can we run OSGi components with JSF</title>
  <summary type="html" xml:space="preserve">
  Gaston &lt;br&gt; I&#39;ve updated tutorial with Chapter 6 (JSF application), so you can &lt;br&gt; read up and download working sample. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://springosgi.googlepages.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It is actually not difficult or tricky at all (at least for the simple &lt;br&gt; scenario). When I get time I&#39;ll try to extend it and make it more &lt;br&gt; complex (although I am not a JSF guru :-))
  </summary>
  </entry>
</feed>
