Community
Participate
Working Groups
Currently, subclasses of GenericServerContainerGroup can override this method org.eclipse.ecf.server.generic.GenericServerContainerGroup.createGenericServerContainer(String, int, Map) to create generic server container instances of alternative types. But to create such instances it is frequently necessary to get a hold of the associated serverGroup instance. A way to get to this (private in super class) variable is not present. So the GenericServerContainerGroup should have a protected method to get access to the serverGroup member variable....i.e. protected GenericServerSOContainerGroup getServerGroup() { return serverGroup; }
Adding 3.5.3 as target and assigning.
Fix released to master.