athieriot / specs2-embedmongo

EmbeddedMongo connection helper for Specs2 tests suites
MIT License
26 stars 20 forks source link

Bad symbolic reference #13

Open brian-dechoux opened 9 years ago

brian-dechoux commented 9 years ago

Hi, I'm having trouble with your library integration. Please assume I'm not a Scala expert and maybe I forget something....

I'm using Scala 2.11.2, Play 2.3.8, reactiveMongo 0.10.5.0.akka23

embedmongo

athieriot commented 9 years ago

Hi @Buzz2Buzz,

Unfortunately I never actually tested this library with ReactiveMongo. The test classes I use have quite a heavy dependency over Casbah so I have no idea if it would support ReactiveMongo even being there.

Those logs seems to refer to the fact com.mongodb is not right as a dependency somehow. Which leads me to think ReactiveMongo might not work at all.

It's bean a while since I maintained this code so if you fancy taking a look on your side, I would be very happy to merge any Pull Request you might have.

Sorry about that.

Aurélien

brian-dechoux commented 9 years ago

Hi, Thanks for your quick answer Aurélien and no problem, I'll take a look sometime !