Revision 33219 branches/v2_0_0_prep/extensions/extWFS2/src/org/gvsig/fmap/dal/store/wfs/WFSStoreProvider.java

View differences:

WFSStoreProvider.java
89 89
	public static String DESCRIPTION = "WFS store to load WFS resources";
90 90
	private static final String METADATA_DEFINITION_NAME = "WFSStore";
91 91
	private static final String METADATA_DEFINITION_DESCRIPTION = "WFSStore metadata definition";
92
	protected static DynClass DYNCLASS = null;
93 92
	private IProjection projection;	
94 93

  
95 94
	boolean isFilterByAreaSupported = true;
......
101 100
	public WFSStoreProvider(DataStoreParameters params,
102 101
			DataStoreProviderServices storeServices)
103 102
	throws InitializeException {
104
		super(params, storeServices, ToolsLocator.getDynObjectManager()
105
				.createDynObject(DYNCLASS));		
103
		super(params, storeServices);//, ToolsLocator.getDynObjectManager()
104
				//.createDynObject(DYNCLASS));		
106 105
	}
107 106

  
108 107
	protected void retrieveFile() throws InitializeException{

Also available in: Unified diff