H, F1 and F2 are all loaded by the same classloader. So any class/resource available in H, F1 and F2 should be visible to any class loaded from H, F1 and F2.
Since F1 adds the export f1, I assume the package f1 is in F1 and thus is visible to H and F2. -- BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] office: +1 386 848 1781 mobile: +1 386 848 3788 From: Jens Borrmann <[EMAIL PROTECTED]> To: [email protected] Date: 2008/07/31 06:28 AM Subject: [osgi-dev] Inter-fragment dependencies Hi, given the following situation: A host bundle H, two fragments F1 (exporting package f1) and F2 attached to H. Using eclipse I can not find a way to have access to f1 from within F2? Should there be a way? Kind regards, Jens_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
