« Return to Thread: tomahawk ExtensionsFilter

tomahawk ExtensionsFilter

by gebuh :: Rate this Message:

| View in Thread

I'm trying to use Tomahawk scheduler with Seam, however it won't work unless I use the MyFacesExtensionsFilter.  But doing that breaks my Seam file uploads.  Is there other way to do this?  I've tried variations on:
<context-param>
    <param-name>org.apache.myfaces.ADD_RESOURCE_CLASS</param-name>
    <param-value>org.apache.myfaces.component.html.util.StreamingAddResource</param-value>
  </context-param>
 
   <context-param>
    <param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name>
    <param-value>false</param-value>
  </context-param>
  <context-param>
        <param-name>org.apache.myfaces.DISABLE_TOMAHAWK_FACES_CONTEXT_WRAPPER</param-name>
     <param-value>false</param-value>
  </context-param>

in web.xml, but that just sends my server into a loop.  This is tomahawk1.2-1.1.11 with Seam2.2 and jboss5.
TIA

 « Return to Thread: tomahawk ExtensionsFilter