On 9/29/09 16:06, Guo Du wrote:
On Tue, Sep 29, 2009 at 2:53 PM,<[email protected]> wrote:
Cool! Thanks for the info. I've historically leaned toward Equinox because
of fragments, but secretly wanted to be a Felix fanatic. Now maybe that
dream can come true. :-)
Fully supported...sorry that we aren't completely clear here in our
docs/announcements, but we are waiting for the OSGi R4.2 TCK to finalize
for verification, then we can be more precise.
Comments from v2.0.0 release of
org/apache/felix/framework/FelixResolverState.java:197
// Loop through each fragment verifying it does no conflict,
// adding its package and bundle dependencies if they do not
// conflict and removing the fragment if it does conflict.
The fragments may not work if there are conflict. If you experience
problem to load fragments, you may turn on felix debug options to see
the details from log message.
Note, this comment is just stating what is a normal part of fragment
processing, which is you cannot attach fragments to a host if the
fragment conflicts with the host in some way (e.g., fragment cannot
import a different version of the same package as the host). But
definitely let us know if you run into issues.
-> richard
p.s. Most of the fragment support is not new for 2.0.0, but was
introduced in 1.8.0...there were some bugs fixed in 2.0.0 however.
Good luck!
-Guo
---------------------------------------------------------------------
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]