joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Spray UI Activator does not start when genmodel cannot be registered #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
During the plugin activation of the SprayActivator the workspace is scanned for 
genmodels to register them. It can be that a NPE occurs in MWE's GenModelHelper 
in line 64, when a GenPackage contains an unresolvable proxy. The occuring NPE 
is not catched, which causes that the UI does not start.

In class RegisterPlatformGenmodelListener also RuntimeExceptions must be caught 
to at least continue the startup process.

Original issue reported on code.google.com by karsten....@googlemail.com on 14 Nov 2011 at 3:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c268b2acdff3.

Original comment by karsten....@googlemail.com on 14 Nov 2011 at 4:00