Hi Mathias, Thanks for reporting it. Fixed the issue as part of OAK-5333. Can you try out the build from latest trunk again? Chetan Mehrotra
On Sat, Dec 17, 2016 at 9:26 PM, mathiasconradt <[email protected]> wrote: > Clay, thanks for your reply. > > Dependencies look good. Maven states this dependency (as below): > org.apache.felix:org.apache.felix.connect:jar:0.1.0:compile > > and when I look inside my spring-app-jar, I see the > org.apache.felix.connect-0.1.0.jar in the lib-folder there. > > > $ mvn dependency:tree -Dverbose > -Dincludes=org.apache.felix:org.apache.felix.connect > [INFO] Scanning for projects... > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Oak Standalone Example 1.6-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ oak-standalone > --- > [INFO] org.apache.jackrabbit:oak-standalone:jar:1.6-SNAPSHOT > [INFO] \- org.apache.jackrabbit:oak-pojosr:jar:1.6-SNAPSHOT:compile > [INFO] \- org.apache.felix:org.apache.felix.connect:jar:0.1.0:compile > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2.700 s > [INFO] Finished at: 2016-12-17T17:06:15+01:00 > [INFO] Final Memory: 29M/703M > [INFO] > ------------------------------------------------------------------------ > > > > > -- > View this message in context: > http://jackrabbit.510166.n4.nabble.com/oak-standalone-with-mongo-unable-to-start-repository-tp4665855p4665857.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
