This feature enables the usage of the MongoDB Java Driver and allows DB instances to be configured in the server configuration, injected into managed components such as EJBs, and accessed through JNDI. Applications interact with these DB instances via the MongoDB APIs
To enable the MongoDB Integration 2.0 feature, add the following element declaration inside the featureManager element in your server.xml file:
<feature>mongodb-2.0</feature>
If you are developing a feature that depends on the MongoDB Integration 2.0 feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:
com.ibm.websphere.appserver.mongodb-2.0; type="osgi.subsystem.feature"