Ice 3.4.1 on Ubuntu Linux:
The documentation says:
The element may optionally contain a single adapter element that configures the IceBox service manager's object adapter and must have the name IceBox.ServiceManager.
But when I do that in my template:
Code:
<icebox id="${icebox-name}" exe="icebox" activation="on-demand">
<adapter name="IceBox.ServiceManager" id="${instance-name}.IceBox.ServiceManager" endpoints="tcp"/>
</icebox>
The node complains thus:
error in <Templates.xml> descriptor, line 60, column 8:
<adapter> element can't be a child of an <icebox> element
...which contradicts the documentation.
What's wrong?