deal with missing/unavailable class resources in AsmClassInfo
-------------------------------------------------------------

                 Key: CDV-442
                 URL: https://jira.terracotta.org/jira//browse/CDV-442
             Project: Community Development
          Issue Type: Bug
          Components: AspectWerkz, DSO:L1
    Affects Versions: 2.4.3
            Reporter: Tim Eck
            Assignee: Issue Review Board


>From the forums, http://forums.terracotta.org/forums/posts/list/479.page

AsmClassInfo prints a warning when a class cannot be loaded as a stream 
resource. For generated classes, there may be no .class resource available, or 
in the case of hivemind, the classloader might just have a bug in it. 

This item is to look into whether we should have a fallback to JavaClassInfo in 
some places, and also to look into whether ASMClassInfo should be remembering 
that a resource cannot be loaded through a particular loader.

AsmClassInfo(line 734)
        System.out.println(
                "AW::WARNING - could not load class ["
                        + componentName
                        + "] as a resource in loader ["
                        + loader
                        + "]"
        );

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to