You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
I have an example application, involving the Spring MongoDB. It works fine with the Tomcat.
But, when I converted it to an OSGi application. I am getting following problems.
org.springframework.data.annotation,version=[1.4,2) -- Cannot be resolved
org.springframework.data.mongodb.core.mapping,version=[1.1,2) -- Cannot be resolved
org.springframework.data.mongodb.repository,version=[1.1,2) -- Cannot be resolved
So, my question is if the Spring Data MongoDB driver supports OSGi container?