I have this line 2010-02-23 09:37:56,546 ERROR [org.hibernate.util.JDBCExceptionReporter] - Cannot create JDBC driver of class '' for connect URL 'null'
I have another handler that authenticates with a database, so it shouldnt be the problem (the x.509 handler doesnt connect to db) I have imported the CAs to the cacerts of the tomcat jvm. The problem is that the method authenticate() from the handler is not executed. Perhaps its something with the support() method, but I am not an expert with certificates. If I execute in debug mode CAS, the execution doesnt enter the handler class any moment. When the login page is showed, the handler is executed (the support method) when I enter user and password. The method supports returns FALSE. The id card uses a X.509 certificate. Why returns false? Could it be that login webflow is not well configured? I think that the login page shouldnt appear, and that the handler should be executed before. Sorry for so many questions Marvin, but I need to make this work soon. Thanks Pablo Mosquera -- 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
