Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 76 by
merl...@streamconsulting.nl: configure() executed twice
using peaberry activation
http://code.google.com/p/peaberry/issues/detail?id=76
I noticed that when using the peaberry activation extension the configure()
method on the Bundle-Module class is exectuted twice on starting the
bundle. Although harmless, configure() does not have side effects, it is
unexpected.
What steps will reproduce the problem?
1. Load peaberry & peaberry-activation modules
2. Load a bundle specifying a Bundle-Module in it's manifest.
What is the expected output? What do you see instead?
Expected configure() to be executed once, instead it is executed two times.
What version of the product are you using? On what operating system?
I'm using peaberry 1.3 and Felix 4.0.3 with Oracle's java 7u10 Linux jvm,
x64 edition on Ubuntu
Please provide any additional information below.
None.