Hi Deepal!

[EMAIL PROTECTED] wrote:
+                    serviceGroup.setParent(configCtx.getAxisConfiguration());
                     
configCtx.getAxisConfiguration().addServiceGroup(serviceGroup);

Didn't we make addServiceGroup() set the parent automatically? If not, can we please do that instead? In general the management of parent/child links in a hierarchical data structure should be managed by the internal logic of the classes themselves. The user-level API shouldn't really even have direct control over parent/child data, it should just call add()/remove() and then internally the classes manage that data themselves.

Thanks,
--Glen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to