Re: [Component] - Remove (dissoc) component from system

2015-05-27 Thread Édipo Luis Féderle
under other > components which depend on it. > > In general, the 'component' framework does not provide a way to modify > individual components in the system after it has been started. It's good > for starting everything at once and stopping everything at once. > &g

[Component] - Remove (dissoc) component from system

2015-05-26 Thread Édipo Luis Féderle
Hi everyone, I am using componente framework , I have the follow system: (def system (let [config (get envs :dev)] (component/system-map :db (db-connection (get (get config :db) :host) (get