On Fri, Feb 26, 2010 at 1:27 PM, Marvin Addison <[email protected]>wrote:

> > Exception starting filter CAS Client Info Logging Filter
> > java.lang.ClassNotFoundException:
> > org.inspektr.common.web.ClientInfoThreadLocalFilter
>
> The inspektr package namespace has changed to com.github.inspektr to
> accommodate hosting in Maven central repository.
>
> I'm working through these problems myself, so hopefully between us
> we'll have some good notes to help other deployers.
>
> M
>
>
I'm using maven overlay and all I needed to do was update my web.xml with
the new package.

<filter>
 <filter-name>CAS Client Info Logging Filter</filter-name>
<filter-class>com.github.inspektr.common.web.ClientInfoThreadLocalFilter</filter-class>
 </filter>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to