-->
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: Hibernate Sybase Problem
PostPosted: Thu Dec 09, 2004 5:43 am 
Newbie

Joined: Tue Dec 07, 2004 9:35 pm
Posts: 1
Hibernate version:
Hibernate 2.1.2
Mapping documents:
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="connection.datasource">java:comp/env/jdbc/hellohibernate</property>
<property name="show_sql">true</property>
<property name="dialect">net.sf.hibernate.dialect.SybaseDialect</property>

<mapping resource="com/xanada/po/Cat.hbm.xml"/>
</session-factory>
</hibernate-configuration>
use http://localhost/HelloHibernate always give this information
Hello Hibernate! net.sf.hibernate.JDBCException


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 09, 2004 5:49 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Completely useless problem description. Find at least the full stacktrace/error message and the generated SQL.


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.