Message:
The following issue has been closed.
Resolver: Gavin King
Date: Fri, 18 Jul 2003 7:47 PM
It isn't meant to be included. We are trying to keep the download small.
It -is- in the CVS checkout.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-205
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-205
Summary: Current 2.0.1 distribution doesn't contain hsqldb.jar driver
Type: Bug
Status: Closed
Priority: Trivial
Resolution: REJECTED
Project: Hibernate2
Components:
core
Versions:
2.0.1
Assignee:
Reporter: Slava Imeshev
Created: Fri, 18 Jul 2003 1:01 PM
Updated: Fri, 18 Jul 2003 7:47 PM
Environment: hibernate-2.0.1.zip @ 07/17/2003
Description:
hibernate-2.0.1.zip @ 07/17/2003 doesn't have hsqldb.jar thought the build.xml refers to it. As a result "build junit" command fails as in
[junit] INFO: Hibernate connection pool size: 1
[junit] Jul 18, 2003 10:45:24 AM net.sf.hibernate.connection.DriverManagerConnectionProvider configure
[junit] SEVERE: JDBC Driver class not found: org.hsqldb.jdbcDriver
[junit] net.sf.hibernate.HibernateException: JDBC Driver class not found: org.hsqldb.jdbcDriver
[junit] at net.sf.hibernate.connection.DriverManagerConnectionProvider.configure(DriverManagerConnecti
onProvider.java:57)
[junit] at net.sf.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProvi
derFactory.java:83)
[junit] at net.sf.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:109)
[junit] at net.sf.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:78)
[junit] at net.sf.hibernate.test.TestCase.exportSchema(TestCase.java:32)
[junit] at net.sf.hibernate.test.SQLFunctionsTest.suite(SQLFunctionsTest.java:277)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:324)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.<init>(JUnitTestRunner.java:25
7)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.<init>(JUnitTestRunner.java:21
0)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:532)
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Jul 18, 2003 10:45:24 AM net.sf.hibernate.connection.DriverManagerConnectionProvider close
[junit] INFO: cleaning up connection pool: null
[junit] TEST net.sf.hibernate.test.SQLFunctionsTest FAILED
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|