[Geoserver-users] app-schema bHoleDateOfDrilling

Hi,

GroundWaterML2 services that were running in August are now giving errors.

In this error the response suggests that gwml2wc:bholeDateOfDrilling is not a valid path, but then it is listed as one of the valid paths:

java.lang.RuntimeException: Error applying mapping with targetAttribute gwml2wc:bholeDateOfDrilling

gwml2wc:bholeDateOfDrilling is not a valid location path for type http://www.opengis.net/gwml-wellconstruction/2.1:BoreholeType.

gwml2wc:bholeDateOfDrilling ns: http://www.opengis.net/gwml-wellconstruction/2.1,

BoreholeType properties:

http://www.opengis.net/gwml-wellconstruction/2.1#bholeCoreInterval,

http://www.opengis.net/gwml-wellconstruction/2.1#bHoleDateOfDrilling,

http://www.opengis.net/gwml-wellconstruction/2.1#bholeDriller,

The datatype in the PostGres database is “date”.

The Attribute mapping in the configuration file is:

gwml2wc:bholeDateOfDrilling

bholedateofdrilling

Removing this from the configuration file returns a WFS response without errors.

This GeoServer instance is running version 2.6.2

Cheers

Bruce Simons

Information Modeller

CSIRO Land and Water/ Environmental Information Infrastructures

E: bruce.simons@anonymised.com T: +61 3 9252 6514 M: +61 475 954 391

PO Box 56, Highett, Victoria, 3190

Hi Bruce,
could you share the FeatureTypeMapping configuration for BoreholeType and also the Namespaces section of your mapping file?

However, if the service was working in August, I would think something has changed in in the schema… or in the database (less likely, the error doesn’t seem to be related to the database).

···

On Fri, Nov 27, 2015 at 4:11 AM, <Bruce.Simons@anonymised.com> wrote:

Hi,

GroundWaterML2 services that were running in August are now giving errors.

In this error the response suggests that gwml2wc:bholeDateOfDrilling is not a valid path, but then it is listed as one of the valid paths:

java.lang.RuntimeException: Error applying mapping with targetAttribute gwml2wc:bholeDateOfDrilling

gwml2wc:bholeDateOfDrilling is not a valid location path for type http://www.opengis.net/gwml-wellconstruction/2.1:BoreholeType.

gwml2wc:bholeDateOfDrilling ns: http://www.opengis.net/gwml-wellconstruction/2.1,

BoreholeType properties:

http://www.opengis.net/gwml-wellconstruction/2.1#bholeCoreInterval,

http://www.opengis.net/gwml-wellconstruction/2.1#bHoleDateOfDrilling,

http://www.opengis.net/gwml-wellconstruction/2.1#bholeDriller,

The datatype in the PostGres database is “date”.

The Attribute mapping in the configuration file is:

gwml2wc:bholeDateOfDrilling

bholedateofdrilling

Removing this from the configuration file returns a WFS response without errors.

This GeoServer instance is running version 2.6.2

Cheers

Bruce Simons

Information Modeller

CSIRO Land and Water/ Environmental Information Infrastructures

E: bruce.simons@anonymised.com T: +61 3 9252 6514 M: +61 475 954 391

PO Box 56, Highett, Victoria, 3190



Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Best regards,
Stefano Costa

==
GeoServer Professional Services from the experts! Visit
[http://goo.gl/it488V](http://goo.gl/it488V) for more information.
==
Dott. Stefano Costa
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:     +39 0584 1660272

[http://www.geo-solutions.it](http://www.geo-solutions.it)
[http://twitter.com/geosolutions_it](http://twitter.com/geosolutions_it)

-------------------------------------------------------
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.

Bruce,

your two references to the property name gwml2wc:bHoleDateOfDrilling differ in the case of "h" in "Hole". XML names are case sensitive.

In the mapping file you have:
<targetAttribute>gwml2wc:bholeDateOfDrilling</targetAttribute>

with a lowercase "h" but the reported property name is:

http://www.opengis.net/gwml-wellconstruction/2.1#bHoleDateOfDrilling

with an uppercase "H".

The capitalisation of "bHoleDateOfDrilling" seems inconsistent with other property names; you might like to check the schema and report back to the schema maintainer.

Please either change your mapping file to use "<targetAttribute>gwml2wc:bHoleDateOfDrilling</targetAttribute>" or change the property name in the schema to "bholeDateOfDrilling".

Your sourceExpression is fine as bare postgis column names are mapped to lowercase and are thus case insensitive.

Kind regards,
Ben.

On 27/11/15 16:11, Bruce.Simons@anonymised.com wrote:

Hi,
GroundWaterML2 services that were running in August are now giving errors.
In this error the response suggests that gwml2wc:bholeDateOfDrilling is not a valid path, but then it is listed as one of the valid paths:

java.lang.RuntimeException: Error applying mapping with targetAttribute gwml2wc:bholeDateOfDrilling
gwml2wc:bholeDateOfDrilling is not a valid location path for type http://www.opengis.net/gwml-wellconstruction/2.1:BoreholeType.
gwml2wc:bholeDateOfDrilling ns: http://www.opengis.net/gwml-wellconstruction/2.1,
BoreholeType properties:
... <snip>
http://www.opengis.net/gwml-wellconstruction/2.1#bholeCoreInterval,
http://www.opengis.net/gwml-wellconstruction/2.1#bHoleDateOfDrilling,
http://www.opengis.net/gwml-wellconstruction/2.1#bholeDriller,
... <snip>

The datatype in the PostGres database is "date".

The Attribute mapping in the configuration file is:
<AttributeMapping>
             <targetAttribute>gwml2wc:bholeDateOfDrilling</targetAttribute>
             <sourceExpression>
                         <OCQL>bholedateofdrilling</OCQL>
             </sourceExpression>
</AttributeMapping>

Removing this from the configuration file returns a WFS response without errors.
This GeoServer instance is running version 2.6.2

Cheers
Bruce Simons
Information Modeller
CSIRO Land and Water/ Environmental Information Infrastructures
E: bruce.simons@anonymised.com<mailto:bruce.simons@anonymised.com> T: +61 3 9252 6514 M: +61 475 954 391
PO Box 56, Highett, Victoria, 3190

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

_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <http://transient.nz/&gt;
New Zealand