public void init(String name, JBossWebMetaData webMetaData)
throws ClusteringNotSupportedException
{
if (this.distributedCacheManagerFactory == null)
{
throw new ClusteringNotSupportedException("No DistributedCacheManagerFactory service provider found.");
}
super.init(name, webMetaData);
this.replicationConfig_ = webMetaData.getReplicationConfig();