Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1333) ResolveManager not checking canResolve method when selecting IResolveAdapaterFactory

ResolveManager not checking canResolve method when selecting IResolveAdapaterFactory
------------------------------------------------------------------------------------

                 Key: UDIG-1333
                 URL: http://jira.codehaus.org/browse/UDIG-1333
             Project: uDIG
          Issue Type: Bug
          Components: API catalog
    Affects Versions: UDIG 1.2.M0
            Reporter: Jody Garnett
            Assignee: Jody Garnett
             Fix For: UDIG 1.2.M0


Right now only one factory is being tried by the ResolveManager, it searches for the first one to get past the extension point checks - and then it is an all or nothing affair.

This is preventing shapefiles and image mosaic being rendered at the same time; image moasic is handled as an IResolveAdapatorFactory that teaches ShpGeoResourceImpl how to resolve to a GridCoverageReader. Since ShpMover is also defined against ShpGeoResourceImpl it is kind of random which factory will work at any given run.


-- 
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

        


Back to the top