Hi again,

I have solved this. There was no problem with my code. The problem was that by 
default nxfile uses browser cache. What I have done is to redefine the 
extension point for nxfile:

<require>org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService.defaultContrib</require>

        <extension 
target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
                point="filterConfig">
                
                
                <filterConfig name="nxfile" *cached="false"* private="true"
              transactional="false" synchonize="false">
              <pattern>/nuxeo/nxfile.*</pattern>
            </filterConfig>
            
        </extension>

Now it works fine :-)

Edited by: franciscogonzalez on 02-ago-2010 17:12
--
Posted by "franciscogonzalez" at Nuxeo Discussions 
<http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3941#12079>
_______________________________________________
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