You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shale.apache.org by Jeff Tsay <jc...@aim.com> on 2007/11/20 08:24:47 UTC

Documentation for Shale setup

Hi,

I had some difficulty setting up Shale. I followed the instructions on


but when I deployed onto JBoss, I got an ClassNotFoundException saying that

org.apache.shale.faces.ShaleApplicationFilter

was not found.

Eventually,  I figured out that the web.xml should have


        org.apache.shale.application.faces.ShaleApplicationFilter


instead of

org.apache.shale.faces.ShaleApplicationFilter



I just thought you might want to update the documentation. Thanks for 
making Shale!

Jeff Tsay

Re: Documentation for Shale setup

Posted by Rahul Akolkar <ra...@gmail.com>.
On 11/20/07, Jeff Tsay <jc...@aim.com> wrote:
> Hi,
>
> I had some difficulty setting up Shale. I followed the instructions on
>
>
> but when I deployed onto JBoss, I got an ClassNotFoundException saying that
>
> org.apache.shale.faces.ShaleApplicationFilter
>
> was not found.
>
> Eventually,  I figured out that the web.xml should have
>
>
>         org.apache.shale.application.faces.ShaleApplicationFilter
>
>
> instead of
>
> org.apache.shale.faces.ShaleApplicationFilter
>
>
<snip/>

Thanks for pointing this out, it has (already) been captured as part
of SHALE-398 [1]. I will try to take a look at pending website
corrections this weekend.

-Rahul

[1] https://issues.apache.org/struts/browse/SHALE-398



>
> I just thought you might want to update the documentation. Thanks for
> making Shale!
>
> Jeff Tsay
>