Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.2.2
-
Fix Version/s: UDIG 1.2.RC3
-
Component/s: catalog, metadata and search
-
Labels:None
Description
The OracleGeoResource defines a
OracleServiceImpl parent;
It should actually use (from the superclass IGeoResource):
protected IService service = null;
uDig is failing to add oracle layers, because IGeoResource.service(IProgressMonitor ) : IService is returning null for the OracleGeoResource.
The fix is to remove OracleServiceImpl's parent and use super.service.