Hi,

I'm writing a service factory which creates some service type. I would
like to reuse BuilderFactory to actually create the service, and then
perform a little extra configuration on it. Since I want to retain
BuilderFactory's abilities, I would have to use the same (or extended)
parameters schema used by BuilderFactory.

The problem is that BuilderFactory's parameters schema is inline its
hivemind module definition file, and therefor can't be reused by other
services.

I've searched the mailing list and this question has come up before
where the reply was to simply to copy-paste it. Is that still the way
to go? Is extracting the parameters schema to stand on its own planned
to a future version?

Thanks in advance,
    _____________________________________
    Arik Kfir                    [EMAIL PROTECTED]

Reply via email to