Are you sure the artifact rogue-lift has all the needs of MongoDB Scala driver? I just checked it's only 75k jar.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Wednesday, April 17, 2013 at 9:42 PM, alanfoster wrote: > Hi all, > > I've been tinkering with Scala lately and I was wondering if there's an easy > way to add Scala bundles to servicemix? > > For example these are my maven dependencies > > <dependency> > <groupId>org.scala-lang</groupId> > <artifactId>scala-library</artifactId> > <version>${scala-library.version}</version> > </dependency> > > <dependency> > <groupId>com.foursquare</groupId> > <artifactId>rogue-lift_2.9.1</artifactId> > <version>2.0.0-RC1</version> > </dependency> > > The Scala lang works when deployed to servicemix, however when I add the > dependencies for the MongoDB Scala driver and I attempt to start the bundle > I get unresolved dependency issues > > I have tried the normal quick solution of using `wrap`, with no luck. I can > see that running osgi:headers on the bundle, shows a lot of red dependencies > missing, which are mostly from the lift framework and such > > Is there a preferred way to fix this? I have checked the servicemix system > bundles directory already too with no luck > > Alan > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Resolving-Scala-Osgi-Dependencies-tp5716520.html > Sent from the ServiceMix - User mailing list archive at Nabble.com > (http://Nabble.com).
