-->
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.  [ 1 post ] 
Author Message
 Post subject: Hibernate tools and Firebird embedded
PostPosted: Wed Jul 04, 2007 6:54 pm 
Newbie

Joined: Mon Jul 02, 2007 6:29 pm
Posts: 3
Hello, it's me again testing hibernate tools, now I was trying to test Hibernate tools with an embedded database Firebird, before I tested Hibernate tools with a Firebird database (client-server) and it works just fine, but with an embedded driver a had a lot of problems. My hibernate.cgf.xml is in this way:

<hibernate-configuration>
<session-factory>
<property name="hibernate.bytecode.use_reflection_optimizer">false</property>
<property name="hibernate.connection.driver_class">org.firebirdsql.jdbc.FBDriver</property>
<property name="hibernate.connection.password">masterkey</property>
<property name="hibernate.connection.url">jdbc:firebirdsql:embedded:C:/firebirdDB/DB1.gdb</property>
<property name="hibernate.connection.username">SYSDBA</property>
<property name="hibernate.dialect">org.hibernate.dialect.FirebirdDialect</property>
</session-factory>
</hibernate-configuration>

When I tried through my hibernate console to make a hibernate code generation, I get this error:

Error to initialize the application because it did not find icuuc30.dll it's a javaw.exe error..................

Help me please I am desperated...........Thanks


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

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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.