Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/GEOS-188
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GEOS-188
Summary: Uncaught exception
Type: Bug
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: GeoServer
Components:
ArcSDE
Versions:
1.2.0
Assignee: Chris Holmes
Reporter: Eric Boisvert
Created: Mon, 5 Jul 2004 1:06 PM
Updated: Mon, 5 Jul 2004 1:06 PM
Environment: ArcSDE 8.3 on Solaris, Geoserver on Windows2000
Description:
I can register the datastore, I can select the dataset directly from the UI (so it actually connect to Oracle SDE).
DescribeFeatureType works well:
<?xml version="1.0" encoding="UTF-8" ?>
- <xs:schema targetNamespace="http://gdr.nrcan.gc.ca/gdris" xmlns:gdris="http://gdr.nrcan.gc.ca/gdris" xmlns:gml="http://www.opengis.net/gml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://s5-stf-ngwd.nrn.nrcan.gc.ca:8080/geoserver/data/capabilities/gml/2.1.2/feature.xsd" />
- <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NGWD_DBA.CADRE_PROJETS_Type">
- <xs:complexContent>
- <xs:extension base="gml:AbstractFeatureType">
- <xs:sequence>
<xs:element name="OBJECTID" minOccurs="0" nillable="true" type="xs:int" />
<xs:element name="ID" minOccurs="0" nillable="true" type="xs:int" />
- <xs:element name="NOM_PROJET" minOccurs="0" nillable="true">
- <xs:simpleType>
- <xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SHAPE" minOccurs="0" nillable="true" type="gml:MultiPolygonPropertyType" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="NGWD_DBA.CADRE_PROJETS" type="gdris:NGWD_DBA.CADRE_PROJETS_Type" substitutionGroup="gml:_Feature" />
</xs:schema>
but the GetFeature raise an exception
<?xml version="1.0" ?>
- <ServiceExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd">
<ServiceException>UNCAUGHT EXCEPTION: java.lang.ClassCastException</ServiceException>
</ServiceExceptionReport>
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira