thenativeweb / cqrs-sample

CQRS, EventSourcing, (DDDD) Sample in node.js
148 stars 50 forks source link

Use MongoDb #2

Closed bkak closed 11 years ago

bkak commented 11 years ago

When I change EventStore to MongoDb publishing of events to host stops. All other things work perfectly.

I am changing configuration of Server's Eventstore option to MongoDb. Do I have to do anything else too?

Also tried changing all the inMemory configurations to MongoDb, still events do not publish to Host.

adrai commented 11 years ago

Are you using something like PHPStorm? https://github.com/adrai/node-cqrs-domain/issues/2

bkak commented 11 years ago

Oh cool.

That was it. I am using WebStorm to debug. In run mode it works fine. Scratching my head since yesterday.

Thank you for prompt reply.