Re: [SCR] Obtaining component configuration

2015-09-18 Thread Felix Meschberger
Hi David > Am 17.09.2015 um 11:29 schrieb David Leangen : > > > Hi! > > Using Felix SCR… I think this is related to Felix Configuration Admin, though > > I am trying to obtain a component’s properties object by: > > ConfigurationAdmin cm = {obtain the cm} >

Re: [SCR] Obtaining component configuration

2015-09-18 Thread David Leangen
Hi Felix, Thank you very much for this! [ I regret that in my attempt to try to figure this out quickly I just double-posted on bndtools… Bad me! :-( ] So, you are confirming: * The first time getProperties() is called, it returns null (i.e. this is expected behaviour) * After update,

Re: [SCR] Obtaining component configuration

2015-09-18 Thread David Leangen
Hi Felix, Thanks for the reply. More info below. >> So then, what is the right way to obtain the existing properties of a >> component (other than the ones I just set)? I was not successful when >> digging around the spec to find the answer. > > But, as BJ on bndtools notes, if you are just

Re: [SCR] Obtaining component configuration

2015-09-18 Thread Felix Meschberger
Hi David > Am 18.09.2015 um 08:34 schrieb David Leangen : > > > Hi Felix, > > Thank you very much for this! > > [ I regret that in my attempt to try to figure this out quickly I just > double-posted on bndtools… Bad me! :-( ] > > So, you are confirming: > * The first

Re: java.lang.NoClassDefFoundError

2015-09-18 Thread Neil Bartlett
Yes. You have to import all packages that you use, except for “java.*”. > On 18 Sep 2015, at 04:06, Lost wrote: > > HiI try to use saxReader with myproject,it > happen:java.lang.NoClassDefFoundError: > javax/xml/parsers/DocumentBuilderFactoryi think this class is in jre

how to runing felix in android device

2015-09-18 Thread Lost
HI when i reference this sample with this document http://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-and-google-android.html

Antwort: Re: InterruptedException when stopping system-bundle

2015-09-18 Thread marc . schlegel
Thanks. Unfortunately this also raises the InterruptedException. After digging deeper it seems this is caused by the aQute.launcher.Launcher which is wrapped around the Framework in BndTools (should have seen that from the stacktrace in the beginning). So I guess I have to live with that

java.lang.NoClassDefFoundError

2015-09-18 Thread Lost
HiI try to use saxReader with myproject,it happen:java.lang.NoClassDefFoundError: javax/xml/parsers/DocumentBuilderFactoryi think this class is in jre Runtime, should i import it ? -- View this message in context:

Re: java.lang.NoClassDefFoundError

2015-09-18 Thread Lost
Neil Bartlett wrote > Yes. > > You have to import all packages that you use, except for “java.*”. > > >> On 18 Sep 2015, at 04:06, Lost > shu_qingzhang@ > wrote: >> >> HiI try to use saxReader with myproject,it >> happen:java.lang.NoClassDefFoundError: >>

Next bundle plugin release

2015-09-18 Thread Benson Margulies
Given the 'repeated execution' problems with the current released version, could we please have a new one? - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org