Mercurial > lada > lada-server
view wildfly/postgres-module.xml @ 1251:3d0d401b9d9a
Its actually an property of an Ort that is validated here.
The validation occured only in case the Ort had been associated
to a Probe object. Now it occurs on creation or update of an Ort.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 16 Dec 2016 16:23:32 +0100 |
parents | 27febad6fb84 |
children |
line wrap: on
line source
<?xml version="1.0" ?> <module xmlns="urn:jboss:module:1.1" name="org.postgres"> <resources> <resource-root path="postgis-jdbc-2.1.4.jar"/> <resource-root path="postgresql.jar"/> </resources> <dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> </dependencies> </module>