Mercurial > lada > lada-server
comparison Dockerfile @ 1234:28a39466e4eb
Enable deserialization of geometries with DBUnit.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 13 Dec 2016 17:24:06 +0100 |
parents | 61106ead36fc |
children | 204fb75b0c06 |
comparison
equal
deleted
inserted
replaced
1233:6ef05e62e3b3 | 1234:28a39466e4eb |
---|---|
62 | 62 |
63 RUN ln -s $PWD/wildfly/postgres-module.xml \ | 63 RUN ln -s $PWD/wildfly/postgres-module.xml \ |
64 $JBOSS_HOME/modules/org/postgres/main/module.xml | 64 $JBOSS_HOME/modules/org/postgres/main/module.xml |
65 RUN ln -fs $PWD/wildfly/hibernate-module.xml \ | 65 RUN ln -fs $PWD/wildfly/hibernate-module.xml \ |
66 $JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml | 66 $JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml |
67 # The jdbcadapters need to know the postgres module to cope with PGeometry | |
68 RUN sed -i '/<\/dependencies>/i <module name="org.postgres"/>' \ | |
69 $JBOSS_HOME/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml | |
67 RUN ln -fs $PWD/wildfly/standalone.conf $JBOSS_HOME/bin/ | 70 RUN ln -fs $PWD/wildfly/standalone.conf $JBOSS_HOME/bin/ |
68 | 71 |
69 RUN wildfly/execute.sh | 72 RUN wildfly/execute.sh |
70 | 73 |
71 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* | 74 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* |