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.
Activity
Jody Garnett
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | UDIG 1.2.0 [ 16264 ] |
Jody Garnett
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | UDIG 1.2.RC3 [ 16441 ] | |
| Fix Version/s | UDIG 1.2.0 [ 16264 ] | |
| Resolution | Fixed [ 1 ] |