> this creates a more tight coupling between application and store than required.
It's likely that you can't use the application until the DB is started too, so would you really consider it "started" ? Probably an interesting discussion for the mailing list. Personally I don't think anyone gets hurt if you fail the start, seems safer and I'd indeed consider it more in line with the behaviour of ORM.
|