benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

application:start() doesn't really start couchbeam #43

Closed nrdufour closed 13 years ago

nrdufour commented 13 years ago

I made that small change to make sure the application is started the right way. I stumbled upon that problem when I tried to integrate couchbeam into another application.

benoitc commented 13 years ago

can you provide more infos ? Doing this way you doesn't start the supervisor which should start the application if dependencies have been loaded previously.