Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
ZNTA-704 replace seam FileUploadException
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Oct 2, 2015
1 parent 3f3ad50 commit 037a07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.web.FileUploadException;
import org.richfaces.exception.FileUploadException;
import org.zanata.ApplicationConfiguration;
import org.zanata.common.ContentState;
import org.zanata.common.LocaleId;
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/WEB-INF/pages.xml
Expand Up @@ -549,7 +549,7 @@
</redirect>
</exception>

<exception class="org.jboss.seam.web.FileUploadException" log-level="warn">
<exception class="org.richfaces.exception.FileUploadException" log-level="warn">
<redirect view-id="/error.xhtml">
<message severity="error">
#{msgs['jsf.iteration.files.UploadFailed']} #{org.jboss.seam.handledException.message}
Expand Down

0 comments on commit 037a07f

Please sign in to comment.