added a comment -
15/Jul/08 4:16 PM yes, thats the main issue,
but its also problematic if you import the same packages you own in the bundle
I have the same problem with the core bundle: imports many many packages,
but owns the packages itself in /dependencies/xxx.jar and then exports them also
so - if there's anywhere a bundle exporting one of those packages, too,
then eclipse PDE detects a cycle and I cannot deploy a bundle with a dependency to easybeans.core -
I first have to remove those imports
but - as I wrote in the list, I'm working on it to "unbundle" all those jars from core
will take some time... I'll report my solution
ekke