-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Probleme mit HSQL Datenbank
PostPosted: Sun Sep 02, 2007 11:27 am 
Newbie

Joined: Sat Sep 01, 2007 1:21 pm
Posts: 3
Hallo,

ich habe in einer Anwendung gerade ein sehr seltsames Verhalten beobachtet:

Die Hibernate Anbindung an eine MySQL funktnioniert Problemlos. Im Test lassen sich in drei Tabellen Objecte schreiben, lesen, und verändern. Nun möchte ich die Anbiindung mit einer HSQL Datenbank betreiben. 2 von den Drei Objectmappings funktnionieren Problemlos. Nur bei einer Tabelle bekomme ich den Fehler "Table not found" - es scheint also als wenn die Tabelle ar nicht erzeugt wurde. Hat jemand eine Idee woran das liegen kann?

Hier das Mapping:

Code:
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<hibernate-mapping>
<class name="test.Panel" table="PANELS">
        <id name="panelID" column="ID">
            <generator class="native" />
        </id>
        <property name="title" />
        <property name="name" />
        <property name="toolTip" />
        <property name="position" />
        <property name="containerID" />
        <property name="sortOrder" />
</class>
</hibernate-mapping>


Also eigenltich alles sehr einfach, keine Datumsfelder oder ähnliches. Vielleicht hat ja jemand eine Idee.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 04, 2007 7:24 am 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Wir können leider nicht sehen, ob es einfach ist, da einige wichtige Angaben fehlen, die auch in den Posting Guidelines stehen.

Deine Properties könnten sehr komplex sein. Vermutlich gab es einen Fehler beim Tabellen erzeugen. Ich würde mit SchemaExport mir das DDL erzeugen lassen und ausprobieren, ob Du es in der HQL ausführen kannst.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.