hello all,
is there an estimated release date for version 1.7.3 yet?
TIA + cheers;
rsn
hello all,
is there an estimated release date for version 1.7.3 yet?
TIA + cheers;
rsn
Hi,
We have started tracking release dates here:
http://geoserver.org/display/GEOS/Roadmap
Currently scheduled for Feb 23, so soon. Is there a feature in 1.7.3 you are waiting for? Are you aware of the nightly builds?
-Justin
Raif S. Naffah wrote:
hello all,
is there an estimated release date for version 1.7.3 yet?
TIA + cheers;
rsn------------------------------------------------------------------------
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
hello Justin,
On Tue, 17 Feb 2009 09:36:55 am Justin Deoliveira wrote:
Hi,
We have started tracking release dates here:
thanks. that's most helpful.
Currently scheduled for Feb 23, so soon. Is there a feature in 1.7.3
you are waiting for? Are you aware of the nightly builds?
the reason for the question is more product planing on our part since we
bundle GeoServer with our product. having an estimate of a release
date gives us the chance to better plan our product integration, QA and
release.
-Justin
Raif S. Naffah wrote:
> hello all,
>
> is there an estimated release date for version 1.7.3 yet?
cheers;
rsn
The following is the POST GetFeature request:
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" xmlns:vagis="http://www.openroadsconsulting.com/vagis"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="vagis:va_jurisdictions">
<wfs:PropertyName>juris_code</wfs:PropertyName>
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>juris_name_display</ogc:PropertyName>
<ogc:Literal>Charlottesville (City)</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
This is the resulting error:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows http://209.96.234.116:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ows="http://www.opengis.net/ows" xmlns:xml="http://www.w3.org/XML/1998/namespace">
<ows:Exception exceptionCode="MissingParameterValue">
<ows:ExceptionText>The query should specify either
typeName or a featureId filter</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Any idea what it means?
Thanks, David
--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: drrobison@anonymised.com
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579
This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
Hi David,
The error message seems to indicate to me that it is not being treated like a POST request. How is this request being made? The content of the request seems to be fine to me.
-Justin
David R Robison wrote:
The following is the POST GetFeature request:
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" xmlns:vagis="http://www.openroadsconsulting.com/vagis"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="vagis:va_jurisdictions">
<wfs:PropertyName>juris_code</wfs:PropertyName>
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>juris_name_display</ogc:PropertyName>
<ogc:Literal>Charlottesville (City)</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>This is the resulting error:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows http://209.96.234.116:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ows="http://www.opengis.net/ows" xmlns:xml="http://www.w3.org/XML/1998/namespace">
<ows:Exception exceptionCode="MissingParameterValue">
<ows:ExceptionText>The query should specify either
typeName or a featureId filter</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>Any idea what it means?
Thanks, David
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
I am using wget to test the call. The command I use is:
wget --verbose --post-file=TestJurisByName.in.xml --output-document=TestJurisByName.out.xml http://xxx.xxx.xxx.xxx:8080/geoserver/wfs/GetFeature
David
Justin Deoliveira wrote:
Hi David,
The error message seems to indicate to me that it is not being treated like a POST request. How is this request being made? The content of the request seems to be fine to me.
-Justin
David R Robison wrote:
The following is the POST GetFeature request:
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" xmlns:vagis="http://www.openroadsconsulting.com/vagis"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="vagis:va_jurisdictions">
<wfs:PropertyName>juris_code</wfs:PropertyName>
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>juris_name_display</ogc:PropertyName>
<ogc:Literal>Charlottesville (City)</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>This is the resulting error:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows http://209.96.234.116:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ows="http://www.opengis.net/ows" xmlns:xml="http://www.w3.org/XML/1998/namespace">
<ows:Exception exceptionCode="MissingParameterValue">
<ows:ExceptionText>The query should specify either
typeName or a featureId filter</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>Any idea what it means?
Thanks, David
--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: drrobison@anonymised.com
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579
This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
Hi David,
I just tried a quick example similar to this with wget and i had to explicity set the "Content-Type" header in order for the xml to be processed properly. Can you try adding:
--header 'Content-Type: text/xml' and try again?
By default it will be set to "application/x-www-form-urlencoded" and the body will be parsed as a key value pair set.
Let us know if that fixes it.
-Justin
David R Robison wrote:
I am using wget to test the call. The command I use is:
wget --verbose --post-file=TestJurisByName.in.xml --output-document=TestJurisByName.out.xml http://xxx.xxx.xxx.xxx:8080/geoserver/wfs/GetFeatureDavid
Justin Deoliveira wrote:
Hi David,
The error message seems to indicate to me that it is not being treated like a POST request. How is this request being made? The content of the request seems to be fine to me.
-Justin
David R Robison wrote:
The following is the POST GetFeature request:
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" xmlns:vagis="http://www.openroadsconsulting.com/vagis"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="vagis:va_jurisdictions">
<wfs:PropertyName>juris_code</wfs:PropertyName>
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>juris_name_display</ogc:PropertyName>
<ogc:Literal>Charlottesville (City)</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>This is the resulting error:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows http://209.96.234.116:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ows="http://www.opengis.net/ows" xmlns:xml="http://www.w3.org/XML/1998/namespace">
<ows:Exception exceptionCode="MissingParameterValue">
<ows:ExceptionText>The query should specify either
typeName or a featureId filter</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>Any idea what it means?
Thanks, David
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
With the header set I get the following error:
<?xml version="1.0" ?>
<ServiceExceptionReport
version="1.2.0"
xmlns=["http://www.opengis.net/ogc"](http://www.opengis.net/ogc)
xmlns:xsi=["http://www.w3.org/2001/XMLSchema-instance"](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"](http://www.opengis.net/ogchttp://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd)>
<ServiceException>
error:Translator error
Translator error
subclasses should override
</ServiceException></ServiceExceptionReport>
Any thoughts?
Justin Deoliveira wrote:
--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: [drrobison@anonymised.com](mailto:drrobison@anonymised.com)
web: [http://openroadsconsulting.com](http://openroadsconsulting.com)
blog: [http://therobe.blogspot.com](http://therobe.blogspot.com)
book: [http://www.xulonpress.com/book_detail.php?id=2579](http://www.xulonpress.com/book_detail.php?id=2579)
This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
David R Robison ha scritto:
With the header set I get the following error:
<?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>
error:Translator error
Translator error
subclasses should override
</ServiceException></ServiceExceptionReport>
Any thoughts?
Reminds me of the error AbstractFeatureCollection throws when
getBounds has not been implemented in the subclasses.
Wondering, are you using your own custom datastore? If yes,
implement that method, otherwise, what datastore are you using?
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
This is a PostGIS data store. David
Andrea Aime wrote:
--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: [drrobison@anonymised.com](mailto:drrobison@anonymised.com)
web: [http://openroadsconsulting.com](http://openroadsconsulting.com)
blog: [http://therobe.blogspot.com](http://therobe.blogspot.com)
book: [http://www.xulonpress.com/book_detail.php?id=2579](http://www.xulonpress.com/book_detail.php?id=2579)
This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
David R Robison ha scritto:
This is a PostGIS data store. David
In that case, can you enable "verbose exceptions" in the configuration/server panel and give us the full error
that you get by making the request again? It should
be a complete stack trace.
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
Strange... could you include the entire stack trace? If you could also include the schema of your postgis table would help too.
David R Robison wrote:
This is a PostGIS data store. David
Andrea Aime wrote:
David R Robison ha scritto:
With the header set I get the following error:
<?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>
error:Translator error
Translator error
subclasses should override
</ServiceException></ServiceExceptionReport>
Any thoughts?
Reminds me of the error AbstractFeatureCollection throws when
getBounds has not been implemented in the subclasses.
Wondering, are you using your own custom datastore? If yes,
implement that method, otherwise, what datastore are you using?Cheers
Andrea--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: drrobison@anonymised.com
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
------------------------------------------------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
For some reason, when I specified a property in the properties list, the geometry column was not being returned, this caused the getBounds call to fail. If I added the geometry column to the call, it worked fine. The resulting call is:
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" xmlns:vagis="http://www.openroadsconsulting.com/vagis"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="vagis:va_jurisdictions">
<wfs:PropertyName>the_geom</wfs:PropertyName>
<wfs:PropertyName>juris_code</wfs:PropertyName>
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>juris_name_display</ogc:PropertyName>
<ogc:Literal>Charlottesville (City)</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
the wget command is
wget --verbose --post-file=TestJurisByName.in.xml --output-document=TestJurisByName.out.xml --header="Content-Type: text/xml" http://xxx.xxx.xxx.xxx:8080/geoserver/wfs/GetFeature
thanks for everyone's help. David
Justin Deoliveira wrote:
Strange... could you include the entire stack trace? If you could also include the schema of your postgis table would help too.
David R Robison wrote:
This is a PostGIS data store. David
Andrea Aime wrote:
David R Robison ha scritto:
With the header set I get the following error:
<?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>
error:Translator error
Translator error
subclasses should override
</ServiceException></ServiceExceptionReport>
Any thoughts?
Reminds me of the error AbstractFeatureCollection throws when
getBounds has not been implemented in the subclasses.
Wondering, are you using your own custom datastore? If yes,
implement that method, otherwise, what datastore are you using?Cheers
Andrea--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: drrobison@anonymised.com
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
------------------------------------------------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: drrobison@anonymised.com
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579
This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
Hi David,
Glad you found a working solution for now, but this case should be handled, the geometry property should not be necessary. I am pretty sure Andrea fixed this some time back. Andrea was the fix for this post 1.7.1?
David R Robison wrote:
For some reason, when I specified a property in the properties list, the geometry column was not being returned, this caused the getBounds call to fail. If I added the geometry column to the call, it worked fine. The resulting call is:
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" xmlns:vagis="http://www.openroadsconsulting.com/vagis"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="vagis:va_jurisdictions">
<wfs:PropertyName>the_geom</wfs:PropertyName>
<wfs:PropertyName>juris_code</wfs:PropertyName>
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>juris_name_display</ogc:PropertyName>
<ogc:Literal>Charlottesville (City)</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>the wget command is
wget --verbose --post-file=TestJurisByName.in.xml --output-document=TestJurisByName.out.xml --header="Content-Type: text/xml" http://xxx.xxx.xxx.xxx:8080/geoserver/wfs/GetFeaturethanks for everyone's help. David
Justin Deoliveira wrote:
Strange... could you include the entire stack trace? If you could also include the schema of your postgis table would help too.
David R Robison wrote:
This is a PostGIS data store. David
Andrea Aime wrote:
David R Robison ha scritto:
With the header set I get the following error:
<?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>
error:Translator error
Translator error
subclasses should override
</ServiceException></ServiceExceptionReport>
Any thoughts?
Reminds me of the error AbstractFeatureCollection throws when
getBounds has not been implemented in the subclasses.
Wondering, are you using your own custom datastore? If yes,
implement that method, otherwise, what datastore are you using?Cheers
Andrea--
David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: drrobison@anonymised.com
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/book_detail.php?id=2579This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. If you have received this communication in error, please notify us immediately.
------------------------------------------------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.