Hello Michael
I also have this trouble - but have not found any solution
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112370

2007/10/1, Michael Obster <[EMAIL PROTECTED]>:
> Hmm still trying to get it work since about 6 hours :-(. No solution
> yet. The strange thing is the line 94 of the MyfacesConfig.java in
> Tomahawk which throws the Exception:
> ------------------------
> static
>      {
>         boolean tomahawkAvailable;
>         try
>                 {
> ClassUtils.classForName("org.apache.myfaces.webapp.filter.ExtensionsFilter");
> // line 94 ^^
>                         tomahawkAvailable = true;
>                 }
>                 catch (ClassNotFoundException e)
>                 {
>                         tomahawkAvailable = false;
>                 }
>                 TOMAHAWK_AVAILABLE = tomahawkAvailable;
>      }
> -------------------------
>
> The ExtensionFilter is also part of the tomahawk.jar, so normally should
> be loadable. Also strange for me is the thrown ClassNotFoundException,
> because you see there is a catch block... so I'm at my wits' end :-(.
>
> I'll attach my config as well, to get this point clearer. Did I hit a
> serious bug in Tomahawk? I also tried to compile a Tomahawk snapshot
> from svn for MyFaces 1.2 but got the same error :-(.
>
> Cheers,
> Michael
>
> Michael Obster schrieb:
> > Hi,
> >
> > again a problem after migration to 1.2.0 which I cannot solve :-(.
> >
> > My application (MyFaces 1.2.0 Tomahawk 1.1.6 Trinidad 1.2.2) get started
> > correctly by JBoss 4.2.1 but when I'm lodaing a JSF page I got the
> > attached error.
> >
> > Also I've searched already in the MyFaces wiki and Google but don't find
> > a solution :-(. The only anomaly is that I'm using Tiles in the
> > application.
> >
> > If you need the configs, please let me know, because I don't want to
> > send them on the list.
> >
> > Cheers,
> > Michael
> >
>
>
>

Reply via email to