* TopicExpressionDialects will be set to the engine's known Topic Dialects acquired from the TopicExpressionEngine
*
* If this is not the behavior you would like, you will need to remove the following line of code and initialize the properties
* individually.
*/
TopicSpaceSet aSet = getTopicSpaceSet();
MuwsUtils.addRelationshipTopics(aSet);
//MUWS TopicSpace
TopicSpace muwsTopicSpace = new TopicSpaceImpl( MuwsConstants.NSURI_MUWS_PART2_TOPICS );
aSet.addTopicSpace( muwsTopicSpace );
ManagementEventTopic identityCapability = new XmlBeansManagementEventTopicImpl( IdentityCapability.TOPIC_NAME );
muwsTopicSpace.addTopic( identityCapability );
ManagementEventTopic manageabilityCharacteristicsCapability = new XmlBeansManagementEventTopicImpl( ManageabilityCharacteristicsCapability.TOPIC_NAME );