-
Damjan Jovanovic yazdı
XSingleComponentFactory::createInstanceWithArgumentsAndContext() throws an Exception, not a RuntimeException. This was causing an abort on FreeBSD when "No" is clicked in the Java dialog, as JavaComponentLoader::activate() throws a CannotActivateFactoryException which is a subclass of Exception but not RuntimeException, and the scripting ProviderCache wrongly catches only RuntimeException. The missed CannotActivateFactoryException was going to unexpected(), which calls abort()... Patch by: me
275753a7