FileResourceStore.read log level is to high
-------------------------------------------

                 Key: WW-3082
                 URL: https://issues.apache.org/struts/browse/WW-3082
             Project: Struts 2
          Issue Type: Improvement
          Components: Plugin - Convention
    Affects Versions: 2.1.7
            Reporter: Lukasz Racon
         Attachments: struts2-converntion-plugin.patch

FileResourceStore.read while loading actions tries to load all super classes, 
interfaces and annotations, as a result one gets a ton of errors like:
java.io.FileNotFoundException: 
[..]\target\classes\com\opensymphony\xwork2\ActionSupport.class (The system 
cannot find the path specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at 
org.apache.struts2.convention.classloader.FileResourceStore.read(FileResourceStore.java:49)

IMHO these should be logged at DEBUG, not ERROR level.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to