Bug #4605
closedSemantic Annotation NPE
0%
Description
If you File=> Save Achive (KAR), and say yes to semantically annotate it, you get an NPE:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: name
at java.util.zip.ZipFile.getEntry(ZipFile.java:247)
This happens during Export Run in the WRM too.
Also: I believe we decided we can probably just do away with the semantic annotate warning dialog since the Tagging interface now exists and tagging is more apparent to the user.
Related issues
Updated by Derik Barseghian almost 15 years ago
I guess since we don't have Tagging in the vanilla Kepler suite, we still need to warn the user if they haven't semantically annotated an object in ExportArchiveAction. But in ExportRunsArchiveAction we don't need to require this, since the tagging interface exists...
Updated by Aaron Aaron almost 15 years ago
Somehow OntoClassSelectionJPanel is not in the classpath at runtime... It gets used from ActorSemanticTypeEditorPane but the Classloader never finds it, even though it's in the same package, in the same module.
Updated by Aaron Aaron almost 15 years ago
Turns out it was just unable to find the icon, which was crashing the whole thing (not good). Fixed now.