Bug #4174
closedActor library not building correctly
0%
Description
Many of the actors are not appearing in the actor library when using the WRP suite. No visible errors are given...
Related issues
Updated by Aaron Aaron over 15 years ago
It seems that the tagging module is overriding the ontologies. It just so happens that the kepler-component.owl file had one change in it.
xml:base="urn:lsid:localhost:onto:2:1 in the common module version
and
xml:base="urn:lsid:localhost:onto:54:1 in the tagging module version
I've reverted the change in the taggin module override and it seems to have solved the problem of the component library actors not showing up. However, I am going to leave this bug open until the other folks having the problem can verify that it has gone away.
Updated by Aaron Aaron over 15 years ago
It has been verified that this fix worked and the Components are showing up again in the actor library.
Updated by Derik Barseghian over 15 years ago
Not sure if the problem is still "actor library not building correctly" but I'm not seeing components in the tree in wrp, I think this re-broke roughly around the time the 'workflows not opening' bug was fixed...
Updated by Derik Barseghian over 15 years ago
Narrowing this down a little: broken in r19366, but not in r19350.
Updated by Chad Berkley over 15 years ago
This is now a problem in the kepler suite as well.
Updated by Derik Barseghian over 15 years ago
Break occurs in r19364, changes to trunk/modules/core/src/org/kepler/kar/KARFile.java:
"subtle correction: if we find a KEH that handles the type, then we should call the open() method on that handler."
Updated by Aaron Aaron over 15 years ago
yeah, rev 19364 of KarFile was the problem, I've rolled back that change and it is working again.