Hi,
It seems that the version of openmap 4.6 in certain situations cause
deadlock on OS X java 1.4.2
(probably due to "outstanding issues" in Apple Java 1.4.2 radar#3163400)
It happens during adding a shapeLayer to the mapBean after call method
setMap(map) of the mouseDelegator
map.add(layer); // works fine
mouseDelegator.setDefaultMouseModes();
mouseDelegator.setActiveMouseModeWithID("Gestures");
mouseDelegator.setMap(map);
/*
* deadlock on Mac OS X 10.3.2, Java: 1.4.2_03, (may be
Radar#3163400)
*/
// map.add(layer); // deadlock
An example (with workaround) is in the attachment
Regards
Alexander
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:38 EDT