-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arquillian Test #14
Comments
Hello, I'd need more details about it. |
Thanks for the reply, below you can see the code, i think the in memory mongo instance it's working fine since I also tried starting a regular mongo server in localhost getting the exact same error. Let me know if you need to see something else. This is the Mongo Client Provider:
This is the test:
I get the error in this line:
|
Hi, I've been using this library for a while now.
de.flapdoodle.embed de.flapdoodle.embed.mongo 2.0.0 testI'm trying to test some stuff with arquillian using some in memory mongo instance:
The thing is the codecs doesn't seem to be registering so i get:
CodecConfigurationException: Can't find a codec for class coop.magnesium.db.entities.Tool.
any thoughts?
thank you.
The text was updated successfully, but these errors were encountered: