Re: [osgi-dev] enRoute workspace debugging

2019-02-02 Thread Ferry Huberts via osgi-dev
You could try and turn off sources and see what happens. -sources: false I use -sources: ${if;${gestalt;batch};false;true} in my Gradle build, to have sources in the bundles when building in bndtools, and no sources when building in gradle/jenkins On 02/02/2019 14:57, Ferry Huberts via osgi

Re: [osgi-dev] enRoute workspace debugging

2019-02-02 Thread Ferry Huberts via osgi-dev
st > osgi-dev@mail.osgi.org <mailto:osgi-dev@mail.osgi.org> > https://mail.osgi.org/mailman/listinfo/osgi-dev > > ___ > OSGi Developer Mail List > osgi-dev@mail.osgi.org <mailto:os

Re: [osgi-dev] How to mock annotation based configs with defaults

2018-04-27 Thread Ferry Huberts via osgi-dev
Ah that link is dead. You can get it here now: https://github.com/99soft/miyamoto On 27/04/18 17:54, Ferry Huberts via osgi-dev wrote: > I use https://code.google.com/p/miyamoto/ in my unit tests. Will work in > other contexts as well. > > > On 27/04/18 14:59, João Assunção via

Re: [osgi-dev] How to mock annotation based configs with defaults

2018-04-27 Thread Ferry Huberts via osgi-dev
; >> ___ >> OSGi Developer Mail List >> osgi-dev@mail.osgi.org <mailto:osgi-dev@mail.osgi.org> >> https://mail.osgi.org/mailman/listinfo/osgi-dev >> <https://mail.osgi.org/mailman/listinfo/osgi-dev>

Re: [osgi-dev] Reference MULTIPLE, DYNAMIC with keywork volatile = duplicates

2017-05-20 Thread Ferry Huberts
called the first time. One service is contained twice in the list. And it is always the service, which is added at last. Is this intended? Am I doing something wrong? - Henrik ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.o

Re: [osgi-dev] DS component life cycle.

2016-10-14 Thread Ferry Huberts
yes, I was a bit sloppy there. thanks for fixing that On 13/10/16 23:40, Neil Bartlett wrote: On 13 Oct 2016, at 22:04, Ferry Huberts <maili...@hupie.com <mailto:maili...@hupie.com>> wrote: Mandatory references are always injected before activate. Optional references can be inj

Re: [osgi-dev] DS component life cycle.

2016-10-13 Thread Ferry Huberts
istinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] A middle ground between hard dependencies and purely dynamic dependencies (DS)

2016-10-07 Thread Ferry Huberts
anagement layer that generated these 'minimum cardinality properties'; editing it in something like Karaf's cfg files would be quite messy. Is there something I'm missing? ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinf

Re: [osgi-dev] [RFE] specifications: please add package version history

2016-10-07 Thread Ferry Huberts
and covers up to R5. Gruss Bernd Am Fri, 7 Oct 2016 10:49:01 +0200 schrieb Ferry Huberts <maili...@hupie.com>: Hi I recently needed to look up in which OSGi release a certain version of a package was introduced. This required going through all the specs of the released OSGi versions,

[osgi-dev] [RFE] specifications: please add package version history

2016-10-07 Thread Ferry Huberts
to add the history/changelog of the package versions at the same place. Please add this :-) -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] LogService spec question

2016-05-13 Thread Ferry Huberts
] to store the class names for which the service was registered with. Tom From: Ferry Huberts <maili...@hupie.com> To:OSGi Developer Mail List <osgi-dev@mail.osgi.org> Date:05/13/2016 05:42 AM Subject:[osgi-dev] LogService spec question Sent by

Re: [osgi-dev] LogService spec question

2016-05-13 Thread Ferry Huberts
On 13/05/16 10:42, Ferry Huberts wrote: Hi, I'm working on a LogService implementation. Section 101.6.4 Log Events specifies on its last line * service.objectClass - (String[]) The object class of the service object. I can't quite make out what is meant here. The String[] seems rather

[osgi-dev] LogService spec question

2016-05-13 Thread Ferry Huberts
of the other fields are annotated with how to gather the information while this field is not. What exactly should be stored in this property? Thanks -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman

Re: [osgi-dev] Understanding OSGi Initial Provisioning and Deployment Admin

2015-12-14 Thread Ferry Huberts
rg/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.os

Re: [osgi-dev] Understanding OSGi Initial Provisioning and Deployment Admin

2015-12-14 Thread Ferry Huberts
rg/mailman/listinfo/osgi-dev ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://ma

Re: [osgi-dev] Accessing the different versions of the same class from same bundle

2015-08-13 Thread Ferry Huberts
___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] extender pattern using requirements capabilities

2015-01-13 Thread Ferry Huberts
) ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

[osgi-dev] restart the framework from within?

2014-11-06 Thread Ferry Huberts
). -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] restart the framework from within?

2014-11-06 Thread Ferry Huberts
On 06/11/14 19:11, Balázs Zsoldos wrote: You can call update on the system bundle that restarts the framework on a different thread. See chapter 4.6 The System Bundle of OSGi core spec. Thanks, I'll try that! ___ OSGi Developer Mail List

Re: [osgi-dev] restart the framework from within?

2014-11-06 Thread Ferry Huberts
On 06/11/14 22:39, Neil Bartlett wrote: On 6 Nov 2014, at 18:38, Ferry Huberts maili...@hupie.com wrote: On 06/11/14 19:11, Balázs Zsoldos wrote: You can call update on the system bundle that restarts the framework on a different thread. See chapter 4.6 The System Bundle of OSGi core

Re: [osgi-dev] DDD and OSGi, and newbie problems

2013-11-17 Thread Ferry Huberts
Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] DDD and OSGi, and newbie problems

2013-11-17 Thread Ferry Huberts
On 17/11/13 10:09, Daniel McGreal wrote: Or just copy-dependencies goal? we have something in development as a better solution to the Maven 'problem', but since none of us use it, it's not really high on our list of things to do. help welcome... On 17 Nov 2013, at 09:05, Ferry Huberts

Re: [osgi-dev] DDD and OSGi, and newbie problems

2013-11-17 Thread Ferry Huberts
://www.talend.com ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org

Re: [osgi-dev] Defining binding order for servises with DS

2013-10-29 Thread Ferry Huberts
Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] next early draft doc ?

2013-08-08 Thread Ferry Huberts
-dev@mail.osgi.org mailto:osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts

Re: [osgi-dev] tool for initial semantic version

2013-07-31 Thread Ferry Huberts
always version everything the same, but a single major change will bump _everything_ to 7.0.0. I hope you're aware of that... On Wed, Jul 31, 2013 at 12:59 PM, Ferry Huberts maili...@hupie.com mailto:maili...@hupie.com wrote: On 31/07/13 18:25, Raymond Auge wrote

Re: [osgi-dev] tool for initial semantic version

2013-07-31 Thread Ferry Huberts
On 31/07/13 20:05, Marcel Offermans wrote: Hello Ferry, On 31 Jul 2013, at 19:15 , Ferry Huberts maili...@hupie.com mailto:maili...@hupie.com wrote: For (semantic) versioning in OSGi the bundle version actually is meaningless. It's a marketing number, so 6.2.0 in your case. Only

Re: [osgi-dev] BundleException: Activator for bundle is invalid, but everything appears to be in place. - SOLVED

2013-06-04 Thread Ferry Huberts
://mail.osgi.org/mailman/listinfo/osgi-dev ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev

Re: [osgi-dev] idea for repository management configuration

2013-04-26 Thread Ferry Huberts
@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] idea for repository management configuration

2013-04-26 Thread Ferry Huberts
On 26/04/13 19:45, Ferry Huberts wrote: On 26/04/13 19:39, Raymond Auge wrote: On Fri, Apr 26, 2013 at 12:59 PM, Neil Bartlett njbartl...@gmail.com mailto:njbartl...@gmail.com wrote: Yep... Require-Capability: osgi.service; filter:=(objectClass=org.example.foo.MyService

Re: [osgi-dev] Interpretation of semantic versioning?

2013-04-13 Thread Ferry Huberts
https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] Interpretation of semantic versioning?

2013-04-12 Thread Ferry Huberts
. ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] Provide both blueprint and DS ?

2013-03-29 Thread Ferry Huberts
://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

[osgi-dev] EclipseCon tutorial 'Mastering OSGi with Ease': slides and code

2013-03-29 Thread Ferry Huberts
: http://www.eclipsecon.org/2013/sessions/mastering-osgi-ease. The corresponding code is available here: https://github.com/bndtools/eclipsecon2013-tutorial. -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org

Re: [osgi-dev] Bndtools 2.0 released!

2013-02-12 Thread Ferry Huberts
On 11/02/13 22:12, Ferry Huberts wrote: On 11/02/13 21:41, BJ Hargrave wrote: Awesome! What build # on cloudbees is this? I assume it is https://bndtools.ci.cloudbees.com/job/bndtools.master/368/since that is built from commit e3e2cc4 which is the same commit tagged https://github.com

[osgi-dev] Bndtools 2.0 released!

2013-02-11 Thread Ferry Huberts
build lives here: https://bndtools.ci.cloudbees.com/job/bndtools.master/lastSuccessfulBuild/artifact/bndtools.build/generated/p2/ As usual, please report any issues you find on our Github bug tracker: https://github.com/bndtools/bndtools/issues -- Ferry Huberts

Re: [osgi-dev] Bndtools 2.0 released!

2013-02-11 Thread Ferry Huberts
Alliance_ http://www.osgi.org/_ __hargr...@us.ibm.com_ mailto:hargr...@us.ibm.com office: +1 386 848 1781 mobile: +1 386 848 3788 From: Ferry Huberts maili...@hupie.com To: osgi-dev@mail.osgi.org, Date: 2013/02/11 15:17 Subject: [osgi-dev] Bndtools 2.0 released! Sent by: osgi-dev-boun

Re: [osgi-dev] Static variable not so static after bundle update.

2013-02-03 Thread Ferry Huberts
that in mind. Thanks for the insight Neil, you help is appreciated. Kind Regards, Erwin ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts

Re: [osgi-dev] Fwd: Branching, versioning and API changes

2013-01-28 Thread Ferry Huberts
= Emily Jiang eji...@apache.org mailto:eji...@apache.org ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev

Re: [osgi-dev] API consumer vs provider

2013-01-18 Thread Ferry Huberts
___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] API consumer vs provider

2013-01-18 Thread Ferry Huberts
On 18/01/13 14:03, Ferry Huberts wrote: On 18/01/13 13:08, Emily Jiang wrote: I recall we discussed this issue in Apache Aries mailing list and BJ wrote a blog (http://blog.bjhargrave.com/2011/09/needs-of-many-outweigh-needs-of-few.html) to explain the semantic versioning changes

Re: [osgi-dev] Obtaining HTTP host and port from HttpService

2012-12-05 Thread Ferry Huberts
___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry

Re: [osgi-dev] run JavaFx and Fxml in OSGI

2012-03-19 Thread Ferry Huberts
regards. -- Filipe Portes - @filipeportes Java Architec - Senior Java EE/Web/Flex Developer JUGLeader Gojava http://www.gojava.org/ - @gojava ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry

Re: [osgi-dev] Ordering of EventHandlers

2011-10-10 Thread Ferry Huberts
to depend on that. Regards, Markus ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev -- Ferry Huberts ___ OSGi Developer Mail List osgi-dev

[osgi-dev] 2 questions

2011-09-29 Thread Ferry Huberts
services are needed from the platform? For example: if I could specify that DS is needed for a DS component then my run configurations/deployments could be automatically verified (and even generated, think bndtools) -- Ferry Huberts ___ OSGi Developer Mail