Hi all,
I'd like to write my own plugin for uploading files to nuxeo server. I use 
rich:fileUpload component. The problem is in configuration. This is my 
deployment-fragment.xml:
.....
<extension target="web#FILTER">
        <filter> 
                <display-name>Ajax4jsf Filter</display-name> 
                <filter-name>ajax4jsf</filter-name> 
                <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
                <init-param>
                        <param-name>createTempFiles</param-name>
                        <param-value>false</param-value>
                </init-param>
                <init-param>
                        <param-name>maxRequestSize</param-name>
                         <param-value>102400</param-value>
                </init-param> 
        </filter> 
        <filter-mapping> 
                <filter-name>ajax4jsf</filter-name> 
                <servlet-name>Faces Servlet</servlet-name>
                <dispatcher>REQUEST</dispatcher>
                <dispatcher>FORWARD</dispatcher>
                <dispatcher>INCLUDE</dispatcher>
        </filter-mapping>
  </extension>
.....

what I can see is that nuxeo web.xml is overriden but it doesn't work
thanks in advance.
--
Posted by "jvp" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3673#11281>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to