Axon Trader Project fails building (failing tests)

Hi!
I’ve just started to explore Axon, which seems like a great framework, and wanted to give the Axon Trader Project a try. When building it I end up with failures, see pastie for full description: http://pastie.org/7460745

Seems like related to the MongoDB tests not running. Do I need to install additional stuff in order to make things work? I have just cloned the git repo and build it. Running with JDK 7.

Regards,
Viggo

Hi Viggo,

the build (unfortunately) needs a MongoDB instance running. A default installation will suffice; you don’t need to do any configuration.
To run the samples, you’ll also need MongoDB.

Cheers,

Allard

Hi Allard!

Your suggestion worked, the tests are running!

If possible, I would like the tests to run without the need to do any manual setup in advance (like installing the MongoDB). I found the thread which discusses it, but haven’t had time to investigate it, I might have time a bit later though: http://stackoverflow.com/questions/6437226/embedded-mongodb-when-running-integration-tests

Regards,
Viggo

On Friday, April 12, 2013 8:50:03 AM UTC+2, Allard Buijze wrote:d

Hi Allard,

I just stumbled across a blog post about NoSQLUnit; http://www.lordofthejars.com/2013/01/testing-spring-data-mongodb.html
Will it in any way help in running the tests without having a MongoDB installed?

Regards,
Viggo

Maybe also in combination with this one? https://github.com/foursquare/fongo

Hi Viggo,

Fongo looks nice. Will definitely try that out.

Cheers,

Allard