Hi everybody!
I'm having troubles reading features from ArcSDE. Has somebody ever come across 
this error? It seems to be a bug concerning namespaces?!?
I created a FeatureType from ArcSDE (using GeoServer). It's called 
'landsystem:GISUSER.GS_FLURSTUECKE'. 
Asking for all available FeatureTypes using:
    store = (WFSDataStore)factory.createNewDataStore(map);
    featureTypes = this.store.getTypeNames();

the type is included in the List of FeatureTypes. But when I try to getFeatures 
using:
    reader = (WFSFeatureReader)this.store.getFeatureReader(query,transaction);

I get an error like this:
    11.10.2005 09:56:47 org.geotools.xml.XMLSAXHandler startElement
    WARNUNG: org.xml.sax.SAXException: Could not find element handler for 
http://www.opengis.net/gml : GISUSER.GS_FLURSTUECKE as a child of   
FeatureAssociationType.
    11.10.2005 09:56:47 org.geotools.xml.XMLSAXHandler startElement

Thanks!
Viele Grüße from Germany!
Lena
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to