[Geoserver-devel] [Geoserver-users] DescribeFeatureType problem

The problem with the encoding param value is in (but in multiple places as
far as I can tell):

main\java\org\geoserver\wfs\xml\v1_0_0\XmlSchemaEncoder.java

tempResponse.append("<?xml version=\"1.0\" encoding=\"" +
wfs.getCharSet().displayName()
            + "\"?>" + "\n<xs:schema ");

Is this not the same as:

http://jira.codehaus.org/browse/GEOS-693

?

Best regards,
Bart

--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl

--------- Oorspronkelijk bericht --------
Van: Gabriel Roldán <groldan@anonymised.com>
Naar: Bart van den Eijnden OSGIS <bartvde@anonymised.com>
Cc: Andrea Aime <aaime@anonymised.com>, Saul Farber
<Saul.Farber@anonymised.com>, 'Geoserver-devel'
<geoserver-devel@lists.sourceforge.net>
Onderwerp: Re: [Geoserver-users] DescribeFeatureType problem
Datum: 23/01/08 11:59

Hi Bart,
cc'ing geoserver-devel.

Glad it worked, I've tracked it at

&lt;http://jira.codehaus.org/browse/GEOT-1687&gt;

Regarding the encoding declaration problem I'm not sure, does someone know

if

its a known problem? Otherwise please add a jira issue for it.

cheers,
Gabriel

On Wednesday 23 January 2008 02:39:49 pm Bart van den Eijnden (OSGIS)

wrote:

&gt; Hi Gabriel,
&gt;
&gt; this works, it leaves out the column.
&gt;
&gt; Now I also get the 1.0.0 response for DescribeFeatureType, but there

is the

&gt; old problem with the encoding of the xml tag (encoding=&quot;UTF-8:

Unicode

&gt; UTF-8&quot; instead of encoding=&quot;UTF-8&quot;).
&gt;
&gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8: Unicode

UTF-8&quot;?&gt;&lt;xs:schema

&gt; targetNamespace=&quot;http://www.minvenw.nl/rws/agi&quot;
&gt; xmlns:rwsagi=&quot;http://www.minvenw.nl/rws/agi&quot;
&gt; xmlns:gml=&quot;http://www.opengis.net/gml&quot;
&gt; xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;

elementFormDefault=&quot;qualified&quot;

&gt; attributeFormDefault=&quot;unqualified&quot;

version=&quot;1.0&quot;&gt;&lt;xs:import

&gt; namespace=&quot;http://www.opengis.net/gml&quot;
&gt;

schemaLocation=&quot;http://145.50.148.45:8082/geoserver/schemas/gml/2.1.2.1/fea

&gt;ture.xsd&quot;/&gt;&lt;xs:complexType

xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;

&gt; xmlns=&quot;http://www.w3.org/2001/XMLSchema&quot;
&gt;

name=&quot;DID.ANNOTATIE_Type&quot;&gt;&lt;xs:complexContent&gt;&lt;xs:extension

&gt;

base=&quot;gml:AbstractFeatureType&quot;&gt;&lt;xs:sequence&gt;&lt;xs:element
name=&quot;OBJECTID&quot;

&gt; minOccurs=&quot;0&quot; nillable=&quot;true&quot;

type=&quot;xs:int&quot;/&gt;&lt;xs:element name=&quot;DATUM&quot;

&gt; minOccurs=&quot;0&quot; nillable=&quot;true&quot;

type=&quot;xs:dateTime&quot;/&gt;&lt;xs:element

&gt; name=&quot;GEBRUIKER&quot; minOccurs=&quot;0&quot;
&gt; nillable=&quot;true&quot;&gt;&lt;xs:simpleType&gt;&lt;xs:restriction
&gt; base=&quot;xs:string&quot;&gt;&lt;xs:maxLength
&gt;

value=&quot;2147483647&quot;/&gt;&lt;/xs:restriction&gt;&lt;/xs:simpleType&gt;&lt;/xs:element&gt;&lt;xs:eleme

&gt;nt name=&quot;TITEL&quot; minOccurs=&quot;0&quot;

nillable=&quot;true&quot;&gt;&lt;xs:simpleType&gt;&lt;xs:restriction

&gt; base=&quot;xs:string&quot;&gt;&lt;xs:maxLength
&gt;

value=&quot;2147483647&quot;/&gt;&lt;/xs:restriction&gt;&lt;/xs:simpleType&gt;&lt;/xs:element&gt;&lt;xs:eleme

&gt;nt name=&quot;SHAPE&quot; minOccurs=&quot;0&quot;

nillable=&quot;true&quot;

&gt;

type=&quot;gml:MultiPolygonPropertyType&quot;/&gt;&lt;/xs:sequence&gt;&lt;/xs:extension&gt;&lt;/xs:comp

&gt;lexContent&gt;&lt;/xs:complexType&gt;&lt;xs:element

name=&quot;DID.ANNOTATIE&quot;

&gt; type=&quot;rwsagi:DID.ANNOTATIE_Type&quot;
&gt; substitutionGroup=&quot;gml:_Feature&quot;/&gt;&lt;/xs:schema&gt;
&gt;
&gt; Best regards,
&gt; Bart
&gt;
&gt; --
&gt; Bart van den Eijnden
&gt; OSGIS, Open Source GIS
&gt; http://www.osgis.nl
&gt;
&gt;
&gt; --------- Oorspronkelijk bericht --------
&gt; Van: Gabriel Roldán &lt;groldan@anonymised.com&gt;
&gt; Naar: Bart van den Eijnden OSGIS &lt;bartvde@anonymised.com&gt;
&gt; Onderwerp: Re: [Geoserver-users] DescribeFeatureType problem
&gt; Datum: 23/01/08 10:06
&gt;
&gt; &gt; Hey Bart,
&gt; &gt; cool so.
&gt; &gt; Please try out the attached jar.
&gt; &gt; It _should_ avoid setting up a attribute types that can't be

handled

&gt;
&gt; (blob,
&gt;
&gt; &gt; raster) into feature types.
&gt; &gt; Note I don't have a way to test it right now, so you'll be my

lab rabbit.

&gt; &gt;
&gt; &gt; Please let me know how it goes. It would be good if you set the

geoserver

&gt; &gt; logging level to GEOTOOLS_DEVELOPER profile so the log contains

as much

&gt; &gt; information as possible, and upon any error send me the

geoserver log.

&gt; &gt;
&gt; &gt; Thanks in advance.
&gt; &gt;
&gt; &gt; Gabriel
&gt; &gt;
&gt; &gt; On Wednesday 23 January 2008 12:05:22 pm Bart van den Eijnden

(OSGIS)

&gt;
&gt; wrote:
&gt; &gt; &amp;gt; Hi Gabriel,
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; the attribute is nillable, and I don't need to put

anything in it.

&gt;
&gt; It's
&gt;
&gt; &gt; &amp;gt; just that ArcSDE tells me not to remove this column

otherwise I

&gt; &gt; would
&gt;
&gt; have
&gt;
&gt; &gt; &amp;gt; done that :slight_smile:
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; I would be willing to try a jar out ofcourse. TIA.
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; Best regards,
&gt; &gt; &amp;gt; Bart
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; --
&gt; &gt; &amp;gt; Bart van den Eijnden
&gt; &gt; &amp;gt; OSGIS, Open Source GIS
&gt; &gt; &amp;gt; http://www.osgis.nl
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; --------- Oorspronkelijk bericht --------
&gt; &gt; &amp;gt; Van: Gabriel Roldán

&amp;lt;groldan@anonymised.com&amp;gt;

&gt; &gt; &amp;gt; Naar: geoserver-users@lists.sourceforge.net
&gt; &gt; &amp;gt; &amp;lt;geoserver-users@lists.sourceforge.net&amp;gt;
&gt; &gt; &amp;gt; Cc: Andrea Aime &amp;lt;aaime@anonymised.com&amp;gt;,

Bart van den Eijnden

&gt;
&gt; OSGIS
&gt;
&gt; &gt; &amp;gt; &amp;lt;bartvde@anonymised.com&amp;gt;, Saul Farber
&gt; &gt; &amp;lt;Saul.Farber@anonymised.com&amp;gt; &amp;gt; Onderwerp: Re:

[Geoserver-users]

&gt; &gt; DescribeFeatureType problem &amp;gt; Datum: 23/01/08 08:53
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; Hi Bart, sorry for the late response
&gt; &gt; &amp;gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; the best I can think of to enable you using

the table is to try

&gt;
&gt; a
&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; workaround
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; like ignoring this kind of columns in the

geotools arcsde

&gt; &gt; plugin
&gt;
&gt; as long
&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; as
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; they're nillable.
&gt; &gt; &amp;gt; &amp;gt; I could try that and send you a jar to try

out. You don't need

&gt;
&gt; to set a
&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; value
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; for that column through WFS-T, right? if so

would ignoring that

&gt;
&gt; column
&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; would
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; be enough for your needs?
&gt; &gt; &amp;gt; &amp;gt; Otherwise we should need to actually support

blobs at arcsde

&gt;
&gt; (which is
&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; there
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; but never actually tried it), and which could

be more

&gt;
&gt; complicated, on the
&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; WFS
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; side of the fence. That won't happen in the

very near future

&gt;
&gt; though
&gt;
&gt; &gt; &amp;gt; &amp;gt; except
&gt; &gt; &amp;gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; through some funded work or code donation, due

to other higher

&gt;
&gt; priority
&gt;
&gt; &gt; &amp;gt; &amp;gt; concerns.
&gt; &gt; &amp;gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; Would you be willing to try out an arcsde jar

with that

&gt;
&gt; workaround so?
&gt;
&gt; &gt; &amp;gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; Cheers,
&gt; &gt; &amp;gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; Gabriel
&gt; &gt; &amp;gt; &amp;gt; On Wednesday 23 January 2008 10:19:51 am

Andrea Aime wrote:

&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Bart van den Eijnden (OSGIS) ha

scritto:

&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; Hi Andrea,
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; the table is still

empty, we are trying to

&gt; &gt; use
&gt;
&gt; WFS-T to fill it
&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; but
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; without success

right now. So I can't do a

&gt;
&gt; GetFeature as yet
&gt;
&gt; &gt; &amp;gt; &amp;gt; :slight_smile: &amp;amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; For reference:
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt;
&gt;
&gt;

http://support.esri.com/index.cfm?fa=knowledgebase.techArticles.articleSh

&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;

&amp;amp;gt;ow&amp;amp;amp;d=21938

&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Hum, not sure we could do

anything good with this kind

&gt;
&gt; of
&gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; column... maybe it would be wiser

to hide it at the

&gt;
&gt; datastore
&gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; level? Doing WFS-T on it may be

problematic thought,

&gt; &gt; is
&gt;
&gt; ArcSDE
&gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; able to fill in a default value

if we don't provide

&gt;
&gt; one?
&gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; ArcSDE gurus needed here.
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Cheers
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Andrea
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt;
&gt;
&gt;

-------------------------------------------------------------------------

&gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; This SF.net email is sponsored

by: Microsoft

&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Defy all challenges. Microsoft(R)

Visual Studio 2008.

&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt; &gt; http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ &amp;gt;

&amp;gt;

&gt; &gt; &amp;amp;gt; _______________________________________________

&amp;gt; &amp;gt;

&gt; &gt; &amp;amp;gt; Geoserver-users mailing list
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;

Geoserver-users@lists.sourceforge.net

&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt;
&gt; https://lists.sourceforge.net/lists/listinfo/geoserver-users
&gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
&gt; &gt; &amp;gt;
&gt; &gt; &amp;gt;
&gt;
&gt; !DSPAM:4045,479743c931291096210785!

Bart van den Eijnden (OSGIS) ha scritto:

The problem with the encoding param value is in (but in multiple places as
far as I can tell):

main\java\org\geoserver\wfs\xml\v1_0_0\XmlSchemaEncoder.java

tempResponse.append("<?xml version=\"1.0\" encoding=\"" +
wfs.getCharSet().displayName()
            + "\"?>" + "\n<xs:schema ");

Is this not the same as:

http://jira.codehaus.org/browse/GEOS-693

Ah yes, but in a different place. Can you open a jira
issue for that?

So you're running in Websphere too? I cannot seem to reproduce
the issue using Sun jdk and Tomcat.

Cheers
Andrea

Thanks Bart,
yes, it seems to be exactly the same problem.
Yet, I can see the wrong code in XmlSchemaEncoder and it seems the problem
showing up or not depends on the JVM in use.
Just created <http://jira.codehaus.org/browse/GEOS-1705&gt;
Gonna fix it asap.

Cheers,

Gabriel

On Wednesday 23 January 2008 04:37:49 pm Bart van den Eijnden (OSGIS) wrote:

The problem with the encoding param value is in (but in multiple places as
far as I can tell):

main\java\org\geoserver\wfs\xml\v1_0_0\XmlSchemaEncoder.java

tempResponse.append("<?xml version=\"1.0\" encoding=\"" +
wfs.getCharSet().displayName()
            + "\"?>" + "\n<xs:schema ");

Is this not the same as:

http://jira.codehaus.org/browse/GEOS-693

?

Best regards,
Bart

--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl

--------- Oorspronkelijk bericht --------
Van: Gabriel Roldán <groldan@anonymised.com>
Naar: Bart van den Eijnden OSGIS <bartvde@anonymised.com>
Cc: Andrea Aime <aaime@anonymised.com>, Saul Farber
<Saul.Farber@anonymised.com>, 'Geoserver-devel'
<geoserver-devel@lists.sourceforge.net>
Onderwerp: Re: [Geoserver-users] DescribeFeatureType problem
Datum: 23/01/08 11:59

> Hi Bart,
> cc'ing geoserver-devel.
>
> Glad it worked, I've tracked it at

&lt;http://jira.codehaus.org/browse/GEOT-1687&gt;

> Regarding the encoding declaration problem I'm not sure, does someone
> know

if

> its a known problem? Otherwise please add a jira issue for it.
>
> cheers,
> Gabriel
>
> On Wednesday 23 January 2008 02:39:49 pm Bart van den Eijnden (OSGIS)

wrote:
> &gt; Hi Gabriel,
> &gt;
> &gt; this works, it leaves out the column.
> &gt;
> &gt; Now I also get the 1.0.0 response for DescribeFeatureType, but there

is the

> &gt; old problem with the encoding of the xml tag (encoding=&quot;UTF-8:

Unicode

> &gt; UTF-8&quot; instead of encoding=&quot;UTF-8&quot;).
> &gt;
> &gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8: Unicode

UTF-8&quot;?&gt;&lt;xs:schema

> &gt; targetNamespace=&quot;http://www.minvenw.nl/rws/agi&quot;
> &gt; xmlns:rwsagi=&quot;http://www.minvenw.nl/rws/agi&quot;
> &gt; xmlns:gml=&quot;http://www.opengis.net/gml&quot;
> &gt; xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;

elementFormDefault=&quot;qualified&quot;

> &gt; attributeFormDefault=&quot;unqualified&quot;

version=&quot;1.0&quot;&gt;&lt;xs:import

> &gt; namespace=&quot;http://www.opengis.net/gml&quot;
> &gt;

schemaLocation=&quot;http://145.50.148.45:8082/geoserver/schemas/gml/2.1.2.
1/fea

> &gt;ture.xsd&quot;/&gt;&lt;xs:complexType

xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;

> &gt; xmlns=&quot;http://www.w3.org/2001/XMLSchema&quot;
> &gt;

name=&quot;DID.ANNOTATIE_Type&quot;&gt;&lt;xs:complexContent&gt;&lt;xs:exte
nsion

> &gt;

base=&quot;gml:AbstractFeatureType&quot;&gt;&lt;xs:sequence&gt;&lt;xs:eleme
nt name=&quot;OBJECTID&quot;

> &gt; minOccurs=&quot;0&quot; nillable=&quot;true&quot;

type=&quot;xs:int&quot;/&gt;&lt;xs:element name=&quot;DATUM&quot;

> &gt; minOccurs=&quot;0&quot; nillable=&quot;true&quot;

type=&quot;xs:dateTime&quot;/&gt;&lt;xs:element

> &gt; name=&quot;GEBRUIKER&quot; minOccurs=&quot;0&quot;
> &gt; nillable=&quot;true&quot;&gt;&lt;xs:simpleType&gt;&lt;xs:restriction
> &gt; base=&quot;xs:string&quot;&gt;&lt;xs:maxLength
> &gt;

value=&quot;2147483647&quot;/&gt;&lt;/xs:restriction&gt;&lt;/xs:simpleType&
gt;&lt;/xs:element&gt;&lt;xs:eleme

> &gt;nt name=&quot;TITEL&quot; minOccurs=&quot;0&quot;

nillable=&quot;true&quot;&gt;&lt;xs:simpleType&gt;&lt;xs:restriction

> &gt; base=&quot;xs:string&quot;&gt;&lt;xs:maxLength
> &gt;

value=&quot;2147483647&quot;/&gt;&lt;/xs:restriction&gt;&lt;/xs:simpleType&
gt;&lt;/xs:element&gt;&lt;xs:eleme

> &gt;nt name=&quot;SHAPE&quot; minOccurs=&quot;0&quot;

nillable=&quot;true&quot;

> &gt;

type=&quot;gml:MultiPolygonPropertyType&quot;/&gt;&lt;/xs:sequence&gt;&lt;/
xs:extension&gt;&lt;/xs:comp

> &gt;lexContent&gt;&lt;/xs:complexType&gt;&lt;xs:element

name=&quot;DID.ANNOTATIE&quot;

> &gt; type=&quot;rwsagi:DID.ANNOTATIE_Type&quot;
> &gt; substitutionGroup=&quot;gml:_Feature&quot;/&gt;&lt;/xs:schema&gt;
> &gt;
> &gt; Best regards,
> &gt; Bart
> &gt;
> &gt; --
> &gt; Bart van den Eijnden
> &gt; OSGIS, Open Source GIS
> &gt; http://www.osgis.nl
> &gt;
> &gt;
> &gt; --------- Oorspronkelijk bericht --------
> &gt; Van: Gabriel Roldán &lt;groldan@anonymised.com&gt;
> &gt; Naar: Bart van den Eijnden OSGIS &lt;bartvde@anonymised.com&gt;
> &gt; Onderwerp: Re: [Geoserver-users] DescribeFeatureType problem
> &gt; Datum: 23/01/08 10:06
> &gt;
> &gt; &gt; Hey Bart,
> &gt; &gt; cool so.
> &gt; &gt; Please try out the attached jar.
> &gt; &gt; It _should_ avoid setting up a attribute types that can't be

handled

> &gt;
> &gt; (blob,
> &gt;
> &gt; &gt; raster) into feature types.
> &gt; &gt; Note I don't have a way to test it right now, so you'll be my

lab rabbit.

> &gt; &gt;
> &gt; &gt; Please let me know how it goes. It would be good if you set the

geoserver

> &gt; &gt; logging level to GEOTOOLS_DEVELOPER profile so the log contains

as much

> &gt; &gt; information as possible, and upon any error send me the

geoserver log.

> &gt; &gt;
> &gt; &gt; Thanks in advance.
> &gt; &gt;
> &gt; &gt; Gabriel
> &gt; &gt;
> &gt; &gt; On Wednesday 23 January 2008 12:05:22 pm Bart van den Eijnden

(OSGIS)

> &gt;
> &gt; wrote:
> &gt; &gt; &amp;gt; Hi Gabriel,
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; the attribute is nillable, and I don't need to put

anything in it.

> &gt;
> &gt; It's
> &gt;
> &gt; &gt; &amp;gt; just that ArcSDE tells me not to remove this column

otherwise I

> &gt; &gt; would
> &gt;
> &gt; have
> &gt;
> &gt; &gt; &amp;gt; done that :slight_smile:
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; I would be willing to try a jar out ofcourse. TIA.
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; Best regards,
> &gt; &gt; &amp;gt; Bart
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; --
> &gt; &gt; &amp;gt; Bart van den Eijnden
> &gt; &gt; &amp;gt; OSGIS, Open Source GIS
> &gt; &gt; &amp;gt; http://www.osgis.nl
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; --------- Oorspronkelijk bericht --------
> &gt; &gt; &amp;gt; Van: Gabriel Roldán

&amp;lt;groldan@anonymised.com&amp;gt;

> &gt; &gt; &amp;gt; Naar: geoserver-users@lists.sourceforge.net
> &gt; &gt; &amp;gt; &amp;lt;geoserver-users@lists.sourceforge.net&amp;gt;
> &gt; &gt; &amp;gt; Cc: Andrea Aime &amp;lt;aaime@anonymised.com&amp;gt;,

Bart van den Eijnden

> &gt;
> &gt; OSGIS
> &gt;
> &gt; &gt; &amp;gt; &amp;lt;bartvde@anonymised.com&amp;gt;, Saul Farber
> &gt; &gt; &amp;lt;Saul.Farber@anonymised.com&amp;gt; &amp;gt; Onderwerp: Re:

[Geoserver-users]

> &gt; &gt; DescribeFeatureType problem &amp;gt; Datum: 23/01/08 08:53
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; Hi Bart, sorry for the late response
> &gt; &gt; &amp;gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; the best I can think of to enable you using

the table is to try

> &gt;
> &gt; a
> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; workaround
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; like ignoring this kind of columns in the

geotools arcsde

> &gt; &gt; plugin
> &gt;
> &gt; as long
> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; as
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; they're nillable.
> &gt; &gt; &amp;gt; &amp;gt; I could try that and send you a jar to try

out. You don't need

> &gt;
> &gt; to set a
> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; value
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; for that column through WFS-T, right? if so

would ignoring that

> &gt;
> &gt; column
> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; would
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; be enough for your needs?
> &gt; &gt; &amp;gt; &amp;gt; Otherwise we should need to actually support

blobs at arcsde

> &gt;
> &gt; (which is
> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; there
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; but never actually tried it), and which could

be more

> &gt;
> &gt; complicated, on the
> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; WFS
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; side of the fence. That won't happen in the

very near future

> &gt;
> &gt; though
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; except
> &gt; &gt; &amp;gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; through some funded work or code donation,
> due

to other higher

> &gt;
> &gt; priority
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; concerns.
> &gt; &gt; &amp;gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; Would you be willing to try out an arcsde jar

with that

> &gt;
> &gt; workaround so?
> &gt;
> &gt; &gt; &amp;gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; Cheers,
> &gt; &gt; &amp;gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; Gabriel
> &gt; &gt; &amp;gt; &amp;gt; On Wednesday 23 January 2008 10:19:51 am

Andrea Aime wrote:
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Bart van den Eijnden (OSGIS) ha

scritto:
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; Hi Andrea,
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; the table is still

empty, we are trying to

> &gt; &gt; use
> &gt;
> &gt; WFS-T to fill it
> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; but
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; without success

right now. So I can't do a

> &gt;
> &gt; GetFeature as yet
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; :slight_smile: &amp;amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt; For reference:
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt;
> &gt;
> &gt;

http://support.esri.com/index.cfm?fa=knowledgebase.techArticles.articleSh

> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;

&amp;amp;gt;ow&amp;amp;amp;d=21938

> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Hum, not sure we could do

anything good with this kind

> &gt;
> &gt; of
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; column... maybe it would be
> wiser

to hide it at the

> &gt;
> &gt; datastore
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; level? Doing WFS-T on it may be

problematic thought,

> &gt; &gt; is
> &gt;
> &gt; ArcSDE
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; able to fill in a default value

if we don't provide

> &gt;
> &gt; one?
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; ArcSDE gurus needed here.
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Cheers
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Andrea
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt;
> &gt;
> &gt;

-------------------------------------------------------------------------

> &gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; This SF.net email is sponsored

by: Microsoft

> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt; Defy all challenges.
> Microsoft(R)

Visual Studio 2008.

> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt; &gt; http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> &amp;gt;

&amp;gt;

> &gt; &gt; &amp;amp;gt; _______________________________________________

&amp;gt; &amp;gt;

> &gt; &gt; &amp;amp;gt; Geoserver-users mailing list
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;

Geoserver-users@lists.sourceforge.net

> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt;
> &gt; https://lists.sourceforge.net/lists/listinfo/geoserver-users
> &gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt; &amp;gt; &amp;amp;gt;
> &gt; &gt; &amp;gt;
> &gt; &gt; &amp;gt;
> &gt;
> &gt;

!DSPAM:4045,47975f6885342092453641!