Yes its related, you need to add the following file upload dependency so
that its bundled with your war.

        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>
            <version>1.0</version>
            <properties>
                <war.bundle>true</war.bundle>
            </properties>
        </dependency>



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Frederic
Chapuis
Sent: Tuesday, November 23, 2004 5:34 PM
To: Wouter Zoons (JIRA); [EMAIL PROTECTED]
Subject: Re: [Andromda-devel] [AndroMDA/JIRA] Commented: (BPM-112) file
Upload

Hello,

I don't know if it's related but I get the following error on every 
submitted forms
that worked fine until today.
And I do not use the 'file' tagged value in my models.
Any Idea about what's going on ?

Thanks,
Fred.
type Exception report

message

description The server encountered an internal error () that prevented it 
from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception
        
org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter
.java:86)

root cause

java.lang.NoClassDefFoundError: 
org/apache/commons/fileupload/FileUploadException
        java.lang.Class.getDeclaredConstructors0(Native Method)
        java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)
        java.lang.Class.getConstructor0(Class.java:1762)
        java.lang.Class.newInstance0(Class.java:276)
        java.lang.Class.newInstance(Class.java:259)
        
org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:14
5)
        
org.apache.struts.util.RequestUtils.getMultipartHandler(RequestUtils.java:56
4)
        org.apache.struts.util.RequestUtils.populate(RequestUtils.java:430)
        
org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.j
ava:798)
        
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:205)
        
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
        
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        
org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter
.java:86)
----- Original Message ----- 
From: "Wouter Zoons (JIRA)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 23, 2004 7:09 PM
Subject: [Andromda-devel] [AndroMDA/JIRA] Commented: (BPM-112) file Upload


     [ 
http://team.andromda.org:8080/jira/browse/BPM-112?page=comments#action_10445

 ]

Wouter Zoons commented on BPM-112:
----------------------------------

okay then .. I committed it to CVS just now, better wait for this one since 
the other one had a small bug which would render a text widget instead of 
<html:file>

I also added a test in the test UMl model, just to make sure it will not 
break in the future

> file Upload
> -----------
>
>          Key: BPM-112
>          URL: http://team.andromda.org:8080/jira/browse/BPM-112
>      Project: Bpm4Struts Cartridge
>         Type: Improvement
>     Reporter: Carlos Cuenca
>     Assignee: Wouter Zoons




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to