[ 
https://issues.apache.org/struts/browse/WW-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39866
 ] 

Matt Raible commented on WW-1642:
---------------------------------

Adding the following dependencies doesn't seem to help:

        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
            <version>3.2</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>1.2</version>
        </dependency>

> Fileupload broken
> -----------------
>
>                 Key: WW-1642
>                 URL: https://issues.apache.org/struts/browse/WW-1642
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Actions
>    Affects Versions: 2.0.2
>         Environment: Tomcat/5.5.17 Struts 2.0.2
>            Reporter: KnusperKeks
>         Assigned To: Don Brown
>            Priority: Critical
>
> Trying to upload a File sometimes results in :
> java.lang.RuntimeException: Unable to load bean 
> org.apache.struts2.dispatcher.multipart.MultiPartRequest (jakarta) - [unknown 
> location]
>         at 
> com.opensymphony.xwork2.inject.ContainerBuilder$4.create(ContainerBuilder.java:136)
> but if i hit the refreshbutton or retry to upload the file its possible that 
> i get no error but the file property in the action is left empty.

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