Title: Message Title
|
|
Issue Type:
|
Bug
|
Assignee:
|
Unassigned
|
Components:
|
metadata
|
Created:
|
12/Feb/15 9:26 AM
|
Environment:
|
geomesa
|
Priority:
|
Major
|
Reporter:
|
Jody Garnett
|
|
Going through and cutting down dependencies in the GeoMesa project, since the project does not use raster data it should theoretically be able to run without JAI.
The class Logging fails to start up due to:
private static void checkJaiMessageRedirect()
JAI jai = null;
try {
jai = JAI.getDefaultInstance();
}
catch (Throwable t){
}
}
This is a private method ... that is never called. The "fix" of adding an ImageListener to JAI was added directly to the GeoServer and uDig codebase as we could not quite figure out how to get this to work during GeoTools.init()
|
|
|
|
|
|
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel