Closed radek-macha closed 11 years ago
As of now, Repository doesn't detect an absent (non-functional) mongo storage. Either an exception needs to be thrown in MongoStorage#start(), or some other detection mechanism (such as a Storage#isOk() method) must be devised.
MongoStorage#start()
Storage#isOk()
As of now, Repository doesn't detect an absent (non-functional) mongo storage. Either an exception needs to be thrown in
MongoStorage#start()
, or some other detection mechanism (such as aStorage#isOk()
method) must be devised.