If an exception other than NoClassDefFoundError is thrown in a constructor of a 
plugin the rest of the plugins will not be looked up.
-------------------------------------------------------------------------------------------------------------------------------------

         Key: GEOT-712
         URL: http://jira.codehaus.org/browse/GEOT-712
     Project: GeoTools
        Type: Bug
  Components: referencing  
 Reporter: Jesse Eichar
 Assigned to: Martin Desruisseaux 


On my box, something maybe is wrong with my jai setup, the creation of the 
NodataFilter was throwing a OperationNotFound exception.  As a result the grid 
coverage operations that were defined after NodataFilter were not being loaded. 
 As it turns out my program wasn't even interested in the NodataFilter it 
needed the Resample operation which is defined later in the service file.

I would like to generalize the NoClassDefFoundError error to include all 
Throwable so if a plugin is a buggy plugin it will not clobber the rest of the 
plugins.

See line 428 int FactoryRegistry.scanForPlugin( Classloader, Class )

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



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to