[Yanel-dev] [Bug 5747] New: ResourceCreatorResource: The Resource Type doesn't seem to be correct

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Thu Nov 22 10:10:28 CET 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5747

           Summary: ResourceCreatorResource: The Resource Type doesn't seem
                    to be correct
           Product: Yanel
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major (B)
          Priority: P2
         Component: General
        AssignedTo: simon.litwan at wyona.org
        ReportedBy: simon.litwan at wyona.org
         QAContact: yanel-development at wyona.com


for instance some folders are being denoted as file resource type and some
resources have a question mark

it's this peace of code:

try {
    resourceTypeName = yanel.getResourceManager().getResource(getEnvironment(),
realm, children[i].getPath()).getResourceTypeLocalName();
} catch (Exception e) {
    log.error(e.getMessage(), e);
    resourceTypeName = "?";
}

so the question mark appears if it gets an exception while geting the
resource-type name.

will have a look. and any hint is appreciated.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the Yanel-development mailing list