Re: [osgi-dev] Question on ExportedPackage#getImportingBundles()

2012-07-31 Thread Neil Bartlett
No, behaviour 2 is correct. The result from getImportingBundles() represents wirings, and there is no purpose in creating a wiring from a bundle to itself. When you see a bundle importing and exporting a package, it means that the framework has a choice to select either the import OR the export.

Re[2]: [osgi-dev] Question on ExportedPackage#getImportingBundles()

2012-07-31 Thread Shigekuni Kondo
Hi Neil, Thank you so much for your quick reply! I got it. Best regards, Shigekuni Kondo On Tue, 31 Jul 2012 07:04:53 +0100 Neil Bartlett njbartl...@gmail.com wrote: No, behaviour 2 is correct. The result from getImportingBundles() represents wirings, and there is no purpose in creating