[kepler-dev] [Bug 2329] - Summary Statistics Actor not working

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jan 20 12:37:42 PST 2006


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

higgins at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From higgins at nceas.ucsb.edu  2006-01-20 12:37 -------
The problem was traced to the ActorMetadata class. It runed out that this class
did not reset values of StringAttribute, Parameter, StringParameters (actually
any general Attibute) if the named attribute already existed. This is because a
NameDuplicationException is thrown if one tries to add an Attribute that already
exists. 
The fix was to add code to getActorAsNamedObj to handle StringAttribute,
Parameter, StringParameters when they already exist in the container.

Dan Higgins - 1/20/2006


More information about the Kepler-dev mailing list