Tagged Questions

HSQLDB (HyperSQL Database) is a relational database management system. HSQLDB can be used inside Java application processes to serve local databases. HSQLDB also includes a database server, which allows access over the network. Each HSQLDB instance can serve multiple databases. Each database can ...

learn more… | top users | synonyms

0
votes
1answer
15 views

Hibernate or hsql does not respect column length

I have an application that uses hibernate to generate tables (since my application is still under development) for HSQL db. In my domain model I have set @Basic @Column(name = "about", length = 10) ...
0
votes
0answers
8 views

SmartGWT two modules one datasource

I am having a hell of a time sharing a datasource across two GWT modules. Is there some trick I am missing? I have tried about everything. I would post something, but not sure it would help as I ...
0
votes
1answer
22 views

HSQLDB with mssql keywords table name

I am trying to switch all junit tests to hsqldb (real db is oracle). Problem appeared when i tried to map .hbm.xml file that contains: <property name="begin" type="integer" column="BEGIN" /> ...
5
votes
2answers
41 views

Is there a way to stop Hibernate from corrupting boolean literals in @Where annotations?

I'd like to use @Where annotation in Hibernate to remove objects which have been marked 'deleted' by a boolean property on that object. For example the following should prevent any deleted addresses ...
0
votes
1answer
7 views

HSQLDB - invalid authorization specification

I need help with an issue during the database connection via JPA/Hibernate on hsqldb-2.2.8: [AWT-EventQueue-0] ERROR org.hibernate.util.JDBCExceptionReporter - invalid authorization specification - ...
0
votes
0answers
35 views

Seek a recent comparison between HSQLDB & Firebird & their GUI tools

I want to design a small database, using GUI, sophisticated Forms, free (not trial) tools. I use a small Windows7 platform, so no heavy-weight tools. Want close conformance with ANSI standards, ...
0
votes
1answer
19 views

hsqldb: Encryption of an existing database?

Do you know a method to encrypt an existing hsql database without loosing it contents? I want to use it afterwards with the jdbc url jdbc:hsqldb:file:<database ...
0
votes
2answers
26 views

Creating a connection with hsqldb

I have to connect a database to a java program. I'm using HSQLDB on OS X 10.7.4 with Eclipse Helios and SQLExplorer plugin. This is the content of the runServer.sh file: #!/bin/bash cd ../data java ...
1
vote
2answers
55 views

Disappointing Insert / Update Rates using Hibernate 2nd Level Cache and HSQL

I need to be able be able to write to my database at a rate of upwards of 5,000 writes per second. At the moment, I am not able to manage more than 10% of that number. I am using Spring to configure ...
1
vote
2answers
47 views

Cannot connect to hsqldb database

I am using the following command to create a database using windows command and connect to it but I am getting java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind error. Command ...
0
votes
1answer
24 views

JDO - datanucleus - HSQL error

For my current project I have to use HSQL-JDO. I am writting sample application to check how this work. If I am using HSQL with jdbc (without any orm) my code run fine. But with JDO I am getting ...
0
votes
2answers
39 views

DB data lost for each cloudfoundry deploy of grails application

I'm developing a grails 2.0.3 application using sts. I develop and before close sts I usually deploy my application on cloudFoundry. I'm using HSQLDB and this is DataSource.groovy: dataSource { ...
-1
votes
1answer
47 views

How to add hsqldb in eclipse [closed]

i downloaded Hsqldb.zip file from internet but i am not able to install the Hsqldb plugin in Eclipse can anyone sugeest me how to add that and start hsqldb... Thanks in Advance Vinod
0
votes
2answers
50 views

HSQLDB with Hibernate not saving records after apllication end

I have a sample application which loads 2 records ro database and then fetches all the records from DB and prints info from every record. My problem is follow: when I run program, it fetches only ...
8
votes
1answer
135 views

HSQLDB SQLException: Out of memory establishing database connection

We have a desktop application with a local HSQLDB database. Some customers have reported their application stops working. When I try to open it with DbVisualizer I can see this on debug console: ...

1 2 3 4 5 36
15 30 50 per page