Hi there,
 
does anybody have a clue what my problem here is. I am just trying to migrate 
everything to Seam 2 and the last hump I am fighting with the ajax4jsf filter. 
I set it on top of my filter list in components.xml. I can't access any page 
which uses ajax4jsf...:

javax.faces.FacesException: Resources framework is not initialised, check 
web.xml for Filter configuration

I don't have any further filters declared in web.xml.
The last JBoss log output after starting says:
10:43:43,210 INFO  [Contexts] starting up: 
org.jboss.seam.ui.resource.styleResource
  | 10:43:43,210 INFO  [Contexts] starting up: 
org.jboss.seam.ui.graphicImage.graphicImageResource
  | 10:43:43,210 INFO  [Contexts] starting up: 
org.jboss.seam.ui.resource.webResource
  | 10:43:43,210 INFO  [Contexts] starting up: 
org.jboss.seam.web.authenticationFilter
  | 10:43:43,210 INFO  [Contexts] starting up: org.jboss.seam.web.redirectFilter
  | 10:43:43,226 INFO  [Contexts] starting up: 
org.jboss.seam.web.multipartFilter
  | 10:43:43,226 INFO  [Contexts] starting up: 
org.jboss.seam.web.exceptionFilter
  | 10:43:43,226 INFO  [Contexts] starting up: 
org.jboss.seam.debug.hotDeployFilter
  | 10:43:43,226 INFO  [Contexts] starting up: org.jboss.seam.web.contextFilter
  | 10:43:43,226 INFO  [Contexts] starting up: org.jboss.seam.web.ajax4jsfFilter


And my filters in the components.xml are:


  |     <web:ajax4jsf-filter force-parser="false"
  |                          enable-cache="true"
  |                          url-pattern="*.html"/>
  | 
  |     <web:multipart-filter create-temp-files="true"
  |                           max-request-size="1000000"
  |                           url-pattern="*.html"/>
  | 
  |     <web:authentication-filter url-pattern="*.html"/>
  | 
  |     <web:context-filter url-pattern="*.jar"/>
  | 
  |     <web:exception-filter url-pattern="*.html"/>
  | 
  |     <web:redirect-filter url-pattern="*.html"/>
  | 
  | 


Any help much appriciated, thanks,
Tino

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067332#4067332

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067332
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to