> May 13, 2009 12:05:45 PM > org.jasig.cas.client.util.AbstractConfigurationFilter loadFromContext > WARNING: javax.naming.NameNotFoundException: Name cas is not bound in this > Context > javax.naming.NameNotFoundException: Name cas is not bound in this Context
This is an innocuous warning message that is due to logging a caught JNDI exception via log.warn(msg, exception). JNDI is involved because the client attempts to load context params from a JNDI context named "cas" if they're not found in the servlet context. This has been fixed in trunk and should make it into the next Java CAS client release. M -- 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-user
