private void importCapabilitiesInfrastructure() throws SerializerException
{
logMe("importCapabilitiesInfrastructure - processing");
Capabilities caps = (Capabilities) getCM()
.getComponent("org.apache.jetspeed.capabilities.Capabilities");
if (caps == null)
throw new SerializerException(
SerializerException.COMPONENTMANAGER_DOES_NOT_EXIST
.create("org.apache.jetspeed.capabilities.Capabilities"));