geoserver / geofence

Advanced Authorization Manager for GeoServer
GNU General Public License v2.0
97 stars 55 forks source link

Fix GeoFence model #56

Open etj opened 8 years ago

etj commented 8 years ago

GeoFence at the moment has two different modules for the model:

The external model is automatically generated by using the internal sources, performing some text search/replace operations and building it.

This brings two issues:

A solutions to this problem is removing the hibernate annotations and add the related .hbm files in the gf-persistence module.

aaime commented 8 years ago

This issue in particular prevents developing GeoServer + GeoFence using Eclipse the "normal" way, with Start.java, one has to use mvn jetty:run with the right command line options instead