Re: May be I'm having an Issue with MavenFelix Plugin

2011-08-23 Thread Peter Kriens
Can you send me the pom? It looks like the analysis does not take the Bundle-ClassPath into account but the verifier does. Kind regards, Peter Kriens On 24 aug 2011, at 00:48, Matt Madhavan wrote: > Hello Peter, > I think I may have an issue with MavenFelix Pl;ugin. > > I have remov

Re: Maven Felix Bundle plugin (BND) - How to tell BND to ignore the jars inside of WEB-INF/lib

2011-08-23 Thread Peter Kriens
Looking forward to this! Kind regards, Peter Kriens On 23 aug 2011, at 23:42, Matt Madhavan wrote: > Hi Peter, > That is no problem. Actually it will be my pleasure. I'm a big beneficiary > of the tools you and the PAX folks like Toni et all. Glad to have a chance > to give back somethi

felix 3.2.2 and the equinox registry bundle

2011-08-23 Thread Timothy Redmond
I have an application which uses OSGi and we are using the felix framework. We are also using the equinox registry plugin and in the past this has worked fine. But I was just updating the equinox bundles and felix (from 2.0.4 to 3.2.2! - oops) and I ran into a problem. When I shutdown the

May be I'm having an Issue with MavenFelix Plugin

2011-08-23 Thread Matt Madhavan
Hello Peter, I think I may have an issue with MavenFelix Pl;ugin. I have removed all the embedded jars from my web bundle's WEb-INF/lib folder except for struts.jar. My osgi.bnd now has: Bundle-ClassPath: WEB-INF/classes, \ WEB-INF/lib/struts.jar When I build the app the Felix

Re: Maven Felix Plugin question on <_wab>src/main/WebContent/ tag

2011-08-23 Thread Matt Madhavan
Ha, Thx! On Tue, Aug 23, 2011 at 5:02 PM, Stuart McCulloch wrote: > On 23 Aug 2011, at 22:51, Matt Madhavan wrote: > > > Hello, > > Currently I have configured the instructions for my Maven Felix Plugin as > > follows: > > > > > > /itsobank > > ${pom.artifactId} > > com.xxx.osgi.samples.bank.w

Re: Maven Felix Plugin question on <_wab>src/main/WebContent/ tag

2011-08-23 Thread Stuart McCulloch
On 23 Aug 2011, at 22:51, Matt Madhavan wrote: > Hello, > Currently I have configured the instructions for my Maven Felix Plugin as > follows: > > > /itsobank > ${pom.artifactId} > com.xxx.osgi.samples.bank.web.*, > !com.xxx.osgi.samples.bank.web.internal > !com.hcsc.itf.osgi.samples.bank.web.*

Maven Felix Plugin question on <_wab>src/main/WebContent/ tag

2011-08-23 Thread Matt Madhavan
Hello, Currently I have configured the instructions for my Maven Felix Plugin as follows: /itsobank ${pom.artifactId} com.xxx.osgi.samples.bank.web.*, !com.xxx.osgi.samples.bank.web.internal !com.hcsc.itf.osgi.samples.bank.web.* *<_wab>src/main/WebContent/* I can pretty much move all the instru

Re: Maven Felix Bundle plugin (BND) - How to tell BND to ignore the jars inside of WEB-INF/lib

2011-08-23 Thread Matt Madhavan
Hi Peter, That is no problem. Actually it will be my pleasure. I'm a big beneficiary of the tools you and the PAX folks like Toni et all. Glad to have a chance to give back something to the community . I want to make sure that you know that the application I got from the IBM RedBook Site was alread

Re: Maven Felix Bundle plugin (BND) - How to tell BND to ignore the jars inside of WEB-INF/lib

2011-08-23 Thread Peter Kriens
Well, at least your experiences and feedback would be appreciated. I can take that to the guys local here and they probably would not mind distribute it as an OSGi app as long as it also runs on older envs. Kind regards, Peter Kriens On 23 aug 2011, at 19:29, Matt Madhavan wrote: > He

PAX Logging and dependency to Avalon and org.apache.log package

2011-08-23 Thread Matt Madhavan
Hello, I have couple of questions on PAX Loggiong bundles. My app works just fine in stand alone Felix container when deployed as mvn pax:provision. When I deploy the same to IBM WAS I getting an error saying that the required package org.apache.log is not found (does not tell me which bundle refe

Re: Maven Felix Bundle plugin (BND) - How to tell BND to ignore the jars inside of WEB-INF/lib

2011-08-23 Thread Matt Madhavan
Hello Peter, Couple of things! I agree with you and let the BND do its thing. Also not sure why IBM guys had so many jars in the bundle classpath. I can see may be something like a struts.jat and sitelib.jar being there and not commons! Also looks like the dependency to orag.apache.log and other A

Re: Gogo inspect command

2011-08-23 Thread Richard S. Hall
So, I've implemented this as described here: https://issues.apache.org/jira/browse/FELIX-3050 I've deployed a 0.11.0-SNAPSHOT...if you want to try it, you'll need to be using Gogo 0.10.0 runtime and shell. If you have any comments, please follow up on the above issue. -> richard On 8/17

Re: Problems in the integration of Felix and Android

2011-08-23 Thread john . dunlap
How are you starting felix and how are you trying to load the bundles? Quoting "??? (Kenneth Yang)" : Hi, I am totally new to Felix as well as Android. I am trying to integrate Felix into Android with user GUI. However, we encounter some problems. We have successfully move the Felix framewor

Re: Problems in the integration of Felix and Android

2011-08-23 Thread Karl Pauls
Hi, 2011/8/23 楊富丞 (Kenneth Yang) : > Hi, > > I am totally new to Felix as well as Android. > > I am trying to integrate Felix into Android with user GUI. > However, we encounter some problems. > We have successfully move the Felix framework to Android emulator. > To the best of our knowledge, if w

Problems in the integration of Felix and Android

2011-08-23 Thread Kenneth Yang
Hi, I am totally new to Felix as well as Android. I am trying to integrate Felix into Android with user GUI. However, we encounter some problems. We have successfully move the Felix framework to Android emulator. To the best of our knowledge, if we want to dynamically load bundles or make modific

Re: Maven Felix Bundle plugin (BND) - How to tell BND to ignore the jars inside of WEB-INF/lib

2011-08-23 Thread Peter Kriens
Well, you should let bnd do its work, these dependencies are really there and potentially reachable from the code. It is just a sign how messy the current development is that we like to ignore they exist ... However, you want to get rid of the warnings. What you can do in the maven plugin is ig