hsqldb
OSGi and database drivers
I\'ve been trying to deploy a bundle to servicemix which creates a hsqldb datasource. So far I\'ve had no success with the following exception:[详细]
2023-03-07 02:25 分类:问答Cannot persist in HSQLDB using JPA 2.0, Spring 2.5.6, Hibernate 3.6.1 and Maven
I\'m trying to setup Spring using Hibernate and JPA, but when trying to persist an object, nothing seems to be added to the database.[详细]
2023-03-06 13:30 分类:问答Cannot find class from jar in maven plugin
I\'m making a maven plugin to start, stop and clear a database. I\'m using hsqldb for it.I have a class (called ServerStart) to start the database:[详细]
2023-03-06 00:12 分类:问答hsqldb messing up with my server´s logs
I have a server I made in Java that needs to use a database, I chose HSQLDB. So I have a lot of entries in my server like:[详细]
2023-03-05 00:49 分类:问答How to convert a MEMORY table into a CACHED one on HsqlDB?
I have created a HsqlDB database and inserted a lot of data in it already. The tables 开发者_如何学编程were create in default mode, i.e.,the table type is MEMORY.[详细]
2023-03-03 23:18 分类:问答JPQL/HSQL update with a limit?
I want to update a @Version like column as an application managed pessimistic lock. These are the steps I want to take:[详细]
2023-03-03 22:43 分类:问答Using HSQLDB in Google-App-Engine
In my light web-app that will work on google-app-engine, I want to use HSQLDB. While initiating the HSQLDB I\'m using a url like that: \"jdbc:hsqldb:file:./database/\".[详细]
2023-03-03 11:44 分类:问答Exporting an HSQLDB to XML using DBUnit results in null pointer errors
I\'m trying to export the entire contents of my database, an HSQLDB, to XML using DBUnit, and I\'m getting null pointer errors that I can\'t understand.I\'m following the example in the FAQ:[详细]
2023-03-01 07:38 分类:问答HSQLDB is working on Windows but throws exceptions on Linux
This is really annoying: my java web-appl开发者_JAVA技巧ication deployed on Windows Tomcat runs perfectly. When application is deployed to Linux HSQLDB starts throwing exeptions about bad SQL grammar[详细]
2023-02-28 12:46 分类:问答DbUnit HSQLDB - invalid schema name: C
When running a test with the following que开发者_Go百科ry, HSQLDB mistakes the table alias as a schema.[详细]
2023-02-25 05:27 分类:问答