Many thanks, Fred.
----- Original Message ----- From: "Wouter Zoons" <[EMAIL PROTECTED]>
To: "'Chad Brandon'" <[EMAIL PROTECTED]>; "'Frederic Chapuis'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, November 24, 2004 9:25 AM
Subject: RE: [Andromda-devel] [AndroMDA/JIRA] Commented: (BPM-112) file Upload
That is correct, I updated the samples and the andromdapp:generate plugin ..
but unfortunately in your own projects you should also add it of course
-- Wouter
-----Original Message----- From: [EMAIL PROTECTED] [mailto:andromda-devel- [EMAIL PROTECTED] On Behalf Of Chad Brandon Sent: Wednesday, November 24, 2004 3:36 AM To: 'Frederic Chapuis'; 'Wouter Zoons (JIRA)'; andromda- [EMAIL PROTECTED] Subject: RE: [Andromda-devel] [AndroMDA/JIRA] Commented: (BPM-112) file Upload
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(ResponseOverrideFilt er .java:86)
root cause
java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException
-------------------------------------------------------
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
