[kepler-dev] [Bug 4791] Actor names no longer have spaces

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Feb 12 13:11:37 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4791

--- Comment #3 from Aaron <aschultz at nceas.ucsb.edu> 2010-02-12 13:11:36 PST ---
Hey guys, yeah looks like the LibIndex was using the name of the Jar entry
found in the manifest and not the name that was extracted into the
ActorMetadata object.  To fix this it now gets the name from the CacheContent
object that is populated in the creation of hte KARCacheContent object (since
there is a foreign relation between the two in the database).  Those two
objects are holders for row information in the corresponding database tables.  

Now the Name that shows up in the CacheContentTable is being used as the name
for the library items and the spaces are preserved.

Because the kars are stored in the persistent KeplerData directory, a
clean-cache will not show the difference after updating to revision 23068.  You
actually have to rebuild the library by going to "sources" and pressing the
"build" button.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list