OracleGeoResource keeps its own IService
----------------------------------------
Key: UDIG-1578
URL: http://jira.codehaus.org/browse/UDIG-1578
Project: uDIG
Issue Type: Bug
Components: catalog, metadata and search
Affects Versions: UDIG 1.2.x
Reporter: Ugo Taddei
Priority: Blocker
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel