geosolutions-it / geobatch

Open Source GeoSpatial Processing Simplified
GNU General Public License v3.0
22 stars 19 forks source link

DSGeoserverAction refactor - use dsBaseAction + minor changes #185

Closed eblondel closed 11 years ago

eblondel commented 11 years ago

Some methods of DSGeoserverAction are now available in the dsBaseAction abstract class.

I will send you asap a pull request to modify this. The patch will also include some corrections: set protected dsBaseAction getStackTrace() method + some corrections in the javadocs

eblondel commented 11 years ago

Hi, doing tests I've noted issues with this patch: DSGeoServerAction cannot extend DsBaseAction, as its configuration extends GeoServerActionConfiguration. I close the pull request. For now, some few utils methods will remain in this action.