Website documentation on embedding is out of date
-------------------------------------------------
Key: FELIX-949
URL: https://issues.apache.org/jira/browse/FELIX-949
Project: Felix
Issue Type: Bug
Components: Documentation
Environment: Felix website
Reporter: Bram de Kruijff
Priority: Minor
The website documentation and code examples on embedding felix are not update
to date with the recent felix api changes.
http://felix.apache.org/site/launching-and-embedding-apache-felix.html
Some problem areas:
m_felix = new Felix(configMap, list); <<<<< activator
no longer exists
m_felix.stopAndWait(); <<<<<
replaced by waitForStop();
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.