Problem is here:

p:jdbcUrl-ref="database"

Two problems:
 1. There's no property on BasicDataSource named jdbcUrl.  The
property is url; see
http://commons.apache.org/dbcp/apidocs/org/apache/commons/dbcp/BasicDataSource.html#setUrl%28java.lang.String%29.
 2. The syntax property-ref means to refer to a bean by the given
name, so you're referring to a bean named database.  That property is
a simple string so it should be something like
p:url="jdbc:mysql://localhost:3306/cas".

M

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to