m_namespace = m_properties.getProperty("namespace", "http://www.openplans.org/topp");
String schemaLocation = m_properties.getProperty(
"schemaLocation",
"http://localhost/geoserver/ows?service=WFS&version=1.0.0&request=DescribeFeatureType&typeName=topp:states&maxFeatures=50");
ComplexConfiguration configuration = new ComplexConfiguration(m_namespace, schemaLocation);
String wfsUrl = m_properties.getProperty("url", "http://localhost:80/geoserver/wfs");
synchronizer = new GeoserverClientSynchronizer(configuration, wfsUrl, m_postTemplate);
String cycleMillis = m_properties.getProperty("cycleMillis", "10000");