Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hibernate Spatial module

  1. Go to following folder <Your path to wildfly-8.2.0.Final>\modules\system\layers\base\org\hibernate\main, and replace the module.xml with the modified xml below

    Code Block
    languagexml
    titlemodule.xml
    collapsetrue
    <?xml version="1.0" encoding="UTF-8"?>
    
    <!--
      ~ JBoss, Home of Professional Open Source.
      ~ Copyright 2011, Red Hat, Inc., and individual contributors
      ~ as indicated by the @author tags. See the copyright.txt file in the
      ~ distribution for a full listing of individual contributors.
      ~
      ~ This is free software; you can redistribute it and/or modify it
      ~ under the terms of the GNU Lesser General Public License as
      ~ published by the Free Software Foundation; either version 2.1 of
      ~ the License, or (at your option) any later version.
      ~
      ~ This software is distributed in the hope that it will be useful,
      ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
      ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
      ~ Lesser General Public License for more details.
      ~
      ~ You should have received a copy of the GNU Lesser General Public
      ~ License along with this software; if not, write to the Free
      ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
      ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
      -->
    
    <!-- Represents the Hibernate 4.3.x module-->
    <module xmlns="urn:jboss:module:1.3" name="org.hibernate">
        <resources>
            <resource-root path="hibernate-core-4.3.7.Final.jar"/>
            <resource-root path="hibernate-envers-4.3.7.Final.jar"/>
            <resource-root path="hibernate-entitymanager-4.3.7.Final.jar"/>
            <resource-root path="hibernate-infinispan-4.3.7.Final.jar"/>
            <resource-root path="jipijapa-hibernate4-3-1.0.1.Final.jar"/>
            <resource-root path="hibernate-spatial-4.3.jar"/>
    		<resource-root path="jts-1.13.jar"/>
        </resources>
    
        <dependencies>
            <module name="asm.asm"/>
            <module name="com.fasterxml.classmate"/>
            <module name="javax.api"/>
            <module name="javax.annotation.api"/>
            <module name="javax.enterprise.api"/>
            <module name="javax.persistence.api"/>
            <module name="javax.transaction.api"/>
            <module name="javax.validation.api"/>
            <module name="javax.xml.bind.api"/>
            <module name="org.antlr"/>
            <module name="org.apache.commons.collections"/>
            <module name="org.dom4j"/>
            <module name="org.infinispan" services="import"/>
            <module name="org.javassist"/>
            <module name="org.jboss.as.clustering.common"/>
            <module name="org.jboss.as.clustering.jgroups"/>
            <module name="org.jboss.as.clustering.infinispan"/>
            <module name="org.jboss.as.jpa.spi"/>
            <module name="org.jboss.jandex"/>
            <module name="org.jboss.logging"/>
            <module name="org.jboss.vfs"/>
            <module name="org.hibernate.commons-annotations"/>
    		<module name="org.postgresql"/>
        </dependencies>
    </module>
  2. Copy the files hibernate-spatial-4.3.jar and jts-1.13.jar to <Your path to wildfly-8.2.0.Final>\modules\system\layers\base\org\hibernate\main. 

...

Add ActiveMQ resource adapter


  • Copy the downloaded file activemq-rar.rar

...

postgresql-9.3-1102-jdbc4.jar

...

  •  to <Your path to wildfly-8.2.0.Final>\standalone\deployments.

...

Start Wildfly application server


  1. Start a command console, navigate to folder <Your path wildfly-8.2.0.Final>\bin. To start WildFly server, run following command below. OBS! You must have started ActiveMQ before you start WildFly server. 

    false
    Info
    icon
    Code Block
    languagebash
    titleStart wildfly
    ./standalone.bat --server-config=standalone-full.xml
  2. Open a web browser and navigate to WildFly administrator console with following URL: http://<URL to your wildfly server>:9990/console/App.html#home
    To login use the username and password you have set in step 6.

  3. Download the latest modules from Focus Nexus. Please deploy all the Database modules before you deploy the App modules.

...

  1. We also recomend deploying the Exchange module before deplouying any plugins. There are snapshot versions and release versions. Please visit the the links below for the modules you want to deploy for more information and links to the actual artifacts.
    1. Asset
    2. Movement
    3. Mobile Terminal
    4. Audit
    5. Config
    6. User
    7. Spatial
    8. Reporting
    9. Rules
    10. Exchange
  2. Download and install the latest frontend build. You can use it either as a standalone .war fila that you can deploy in the Wildfly application server or a .zip version that you can deploy to a http server of your choice.
    1. Releases as .zip or tar.gz
    2. Snapshots ( .war )
    3. Releases ( .war )
  3. Download and install the latest Geoserver modified to UnioVms standards.


geoserver 283.war(map provider)unionvms-web (frontend)