FileUpload integration issue with Tomahawk20
--------------------------------------------
Key: RF-10975
URL:
https://issues.jboss.org/browse/RF-10975
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: compatibility
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT r.22477
Mojarra 2.0.4-b09
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 11.0.696.57 @ Linux i686
Reporter: Lukáš Fryč
Add following dependency to Metamer,
{code:XML}
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk20</artifactId>
<version>1.1.10</version>
<type>jar</type>
<scope>runtime</scope>
</dependency>
{code}
You can see following in the server log:
{code}
WARNING: JSF1091: No mime type could be found for file fileUploadProgress. To resolve
this, add a mime-type mapping to the applications web.xml.
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira