I have previously used the external geofence server and I’m migrating my build to the internal geofence server. Building the product from source and using the geofence-server profile gives me a build with a functional geofence server integrated. But my project stores the geofence rules in an Oracle database. Using the external geofence server, I could build geofence with the “oracle” profile to control this. But the build of the internal geofence server does not respect this.
To accomplish my goal I added the following dependency to src/community/geofence-server/pom.xml…
org.hibernatespatial
hibernate-spatial-oracle
1.1.1
This works, but every time I update my codebase from github I would have to reapply this change locally. Is there a better way of making the internal-geofence use Oracle for its rule storage?
Thanks – Walter Stovall