[Yanel-dev] [Bug 5465] ResourceCreatorResource: The Resource Type doesn't seem to be correct, for instance some folders are being denoted as file resource type and some resources have a question mark

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Wed Aug 22 16:21:50 CEST 2007


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





------- Additional Comments From simon.litwan at wyona.org  2007-08-22 16:21 -------
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