Would you like to step through your GeoResourceImpl in a debugger and see what 
"fs" is when it is returned? 
> public <T> T resolve( Class<T> adaptee, IProgressMonitor monitor ) throws
> IOException {
> if (adaptee == null)
> return null;
> .......
> if (adaptee.isAssignableFrom(SimpleFeatureStore.class)) {
> FeatureSource<SimpleFeatureType, SimpleFeature> fs =
> parent.getDS().getFeatureSource(type);
> return adaptee.cast(fs);
> }
> 
> 
> Whats wrong ?
Jody 
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to