[kepler-dev] [Bug 5290] New: originModule not always set

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Feb 2 11:34:54 PST 2011


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

           Summary: originModule not always set
           Product: Kepler
           Version: 2.0.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: core
        AssignedTo: david.v.welker at gmail.com
        ReportedBy: crawl at sdsc.edu
         QAContact: kepler-dev at kepler-project.org
   Estimated Hours: 0.0


The <originModule> property is added to configuration files so that properties
will be ignored when their originating module is not loaded.  However,
sometimes <originModule> is not set. For example:

ant change-to -Dsuite=reporting
ant run
ant change-to -Dsuite=fault-tolerance
ant run
ant change-to -Dsuite=kepler
ant run

Results in:

[run] java.lang.ClassNotFoundException:
org.kepler.reporting.gui.ItemsOfInterestPanel$Factory

In ~/KeplerData/modules/gui/configuration/configuration.xml, the <tabPane> for
Items Of Interest does not have <originModule>.

-- 
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