You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Racon (JIRA)" <ji...@apache.org> on 2009/04/09 21:36:06 UTC

[jira] Updated: (WW-3082) FileResourceStore.read log level is to high

     [ https://issues.apache.org/struts/browse/WW-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Racon updated WW-3082:
-----------------------------

    Attachment: struts2-converntion-plugin.patch

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