| The geofence-server profile does not work properly when running from the demo web app - the beans in geofence-services-impl-3.4.2.jar/applicationContext.xml do not get loaded at startup, leading to NPEs on all of the GeoFence admin pages. For example:
I have been able to reproduce this when running the web app through Intellij, with both the geofence and geofence-server profiles enabled, as well as through maven, using mvn jetty:run -Pgeofence,geofence-server Note: This does not affect a normal WAR install of the GeoFence Internal Server plugin. |