Glad that fixed your problem. I had noticed that but since in your error log it looked like the parsing was correct, I didn't think that was it. Good to hear it was that simple though ;-)
Cheers, Scott On Fri, Apr 30, 2010 at 5:23 AM, Markus Kosubek < [email protected]> wrote: > Hello again, > > i found out by myself ... > > it must not be ... > > > <bean >> class="org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler"><property >> name="sql"><value>"Select password from cas_usr_data where >> id=?"</value></property> >> > > but > > > <bean > class="org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler"> > <property name="sql" value="Select password from cas_usr_data where id=?" > /> > > -- > 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 > -- 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
