No matter what I do or what version I use and where I put the " hsqldb-[any 
version].jar" file it still can't find the right driver class:

...
2018-09-28 16:11:41,922 WARN [com.zaxxer.hikari.util.DriverDataSource] - 
<Registered driver with driverClassName=org.hsqldb.jdbcDriver was not 
found, trying direct instantiation.>
...


ls -l /usr/local/tomcat/webapps/cas/WEB-INF/lib/

...
-rw-r----- 1 root root 1256297 Sep 28 12:11 hsqldb-2.0.0.jar
...


Built using cas-overlay-template: 
https://github.com/apereo/cas-overlay-template [ 5.3.x  branch ]

Added dependencies:
...
<!--
                ...Additional dependencies may be placed here...
                -->
<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-server-support-json-service-registry</artifactId>
    <version>${cas.version}</version>
</dependency> 
<dependency>
     <groupId>org.apereo.cas</groupId>
     <artifactId>cas-server-support-ldap</artifactId>
     <version>${cas.version}</version>
</dependency>
<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-server-support-pm-ldap</artifactId>
    <version>${cas.version}</version>
</dependency>
<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-server-support-jpa-ticket-registry</artifactId>
    <version>${cas.version}</version>
</dependency>
<dependency>
   <groupId>org.apereo.cas</groupId>
   <artifactId>cas-server-support-jdbc-drivers</artifactId>
   <version>${cas.version}</version>
</dependency>
<dependency>
   <groupId>org.hsqldb</groupId>
   <artifactId>hsqldb</artifactId>
   <version>2.0.0</version>
</dependency>        
            </dependencies>
...

I am a little confused as to why no one else seems to be complaining about 
this issue.  Seems to exist in various versions 5.x.x. 

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/a02232a5-8552-48cb-9ab1-03c52bfdf657%40apereo.org.

Reply via email to