ParseException in serviceComponents.xml when using 'updated' attribute of @Reference annotation

2011-04-25 Thread Mike Ottinger
Hi All, The subject line about says it all: I'm using scr annotations version 1.5.0, the scr plugin is version 1.7.0. I've placed a org.apache.felix.scr.annotations.Reference annotation on a dependency in my component and gave it a updated=update attribute. I pulled out of a JIRA

Re: A better life: quick webapp deploy

2011-04-25 Thread Daniele Dellafiore
On Wed, Apr 6, 2011 at 5:08 PM, Peter Kriens peter.kri...@aqute.biz wrote: Create a WAB with bndtools (look at bnd -wab and -wablib). I'm using maven-bundle-plugin but it's almost the same. I've read everything, included OSGi in Action, but nowhere is explained how to create a WAB without the

Re: A better life: quick webapp deploy

2011-04-25 Thread Daniele Dellafiore
On Mon, Apr 25, 2011 at 11:56 AM, Daniele Dellafiore dani...@dellafiore.net wrote: 10:27:07,797 | ERROR | Thread-35| RegisterWebAppVisitorWC | internal.RegisterWebAppVisitorWC 254 | 62 - org.ops4j.pax.web.pax-web-extender-war - 1.0.1 | Registration exception. Skipping.

Re: A better life: quick webapp deploy

2011-04-25 Thread Daniele Dellafiore
On Mon, Apr 25, 2011 at 12:44 PM, Daniele Dellafiore dani...@dellafiore.net wrote: On Mon, Apr 25, 2011 at 11:56 AM, Daniele Dellafiore dani...@dellafiore.net wrote: 10:27:07,797 | ERROR | Thread-35| RegisterWebAppVisitorWC | internal.RegisterWebAppVisitorWC 254 | 62 -

Re: A better life: quick webapp deploy

2011-04-25 Thread Allen Lau
I'm jumping in a bit late, but in order to build our wicket app without dependencies, we use both the maven-bundle-plugin to generate the manifest file first and then have the maven-war-plugin do the packaging of the actual war. we use the following lines in the war plugin configuration

Re: A better life: quick webapp deploy

2011-04-25 Thread Daniele Dellafiore
On Mon, Apr 25, 2011 at 5:07 PM, Allen Lau allen@gmail.com wrote: I'm jumping in a bit late, but in order to build our wicket app without dependencies, we use both the maven-bundle-plugin to generate the manifest file first and then have the maven-war-plugin do the packaging of the actual

newbie question on adoption

2011-04-25 Thread Parvez Shah
We are keen to adopt OSGI for our application, but before I undertake study to implement it would like to validate use of OSGI for this project Our application will run on cluster tuned for high availability We will have some Timer based task for background. (Running on cluster) Application

Re: newbie question on adoption

2011-04-25 Thread Justin Edelson
This really has nothing to do with OSGi. It's an implementation question about how your timer is implemented. On Apr 25, 2011, at 2:59 PM, Parvez Shah parvez.s...@live.com wrote: We are keen to adopt OSGI for our application, but before I undertake study to implement it would like to

Configuration Admin service example?

2011-04-25 Thread Cristiano GaviĆ£o
Hi, I would like to use Configuration Admin Service with Declared Service. But I couldn't find yet a updated tutorial with a good example. Someone knows any to point me? thanks Cristiano - To unsubscribe, e-mail:

Re: How to avoid . in Bundle-ClassPath while using maven-bundle-plugin to build WAB

2011-04-25 Thread Sahoo
Any input? On Friday 22 April 2011 08:04 AM, Sahoo wrote: Hi, I want to build a WAB using maven-bundle-plugin. My WAB will include some dependencies in WEB-INF/lib and the immediate classes in WEB-INF/classes/. I have an additional requirement that Bundle-ClassPath must not include ., as it