Hi all, I am currently developing OSGi bundles in eclipse and using the Equinox runtime (PDE) environment for debugging, whilst for deployment I am bundling with Felix. This seems to work ok so far, although I've run into a problem where Equinox and Felix seems to have taken opposing sides on an issue.
It appears that for declarative services' factory components, Felix requires that the component be specified as immediate (immediate="true"). However, for Equinox it appears that specifying a factory component as immediate is invalid. I haven't gone back to the spec to find out which is correct yet, but just thought I'd check if someone can verify that my understanding of the Felix declarative services implementation (SCR) is correct. Anyone else gone down this path yet? regards, ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

