So what about if you import something optionally and add a dynamic import at the same time ? Is that allowed ? The goal would be to wire early if possible, but wire lately (dynamically) if not ... That would avoid refreshing the bundle if a bundle solving an optional import is later installed.
On Fri, Sep 25, 2009 at 15:50, Richard S. Hall <[email protected]> wrote: > On 9/25/09 11:44, Marcel Offermans wrote: >> >> On Sep 25, 2009, at 11:35 , Richard S. Hall wrote: >> >>> For Q2, bundles will not be allowed to dynamically import packages they >>> export. >> >> Does this actually mean that the framework will refuse to install or >> resolve such bundles? > > No, it means the framework will not allow it to create a dynamic wire for > those packages. If it exports it, that's all it will ever do. You can only > dynamically import something you do not import, export, or require already. > But it is not an install error to do so, just an unreachable condition. > > -> richard > >> >> Greetings, Marcel >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

