When someone is updating the website: there is another typo in the example on page:
http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+OSGi+Bundle+Repository+(OBR)
resolver.deploy();
must be replaced by:
resolver.deploy(true);
Greetings,
Bart
Martin Kuba wrote:
There are more bugs in the tutorial:
- in the example 4 on the line 165 there is an uncaught exception
InvalidSyntaxException
- in the example 5 on the line 76 the variable name shuold be m_tracker,
not tracker
- in example 7 the manifest line
Bundle-Activator: tutorial.example6.Activator
should be
Bundle-Activator: tutorial.example7.Activator
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]