-->
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.  [ 3 posts ] 
Author Message
 Post subject: problem with Synchronizer (eclipse + hibernate + synchroniz)
PostPosted: Sat Jan 26, 2008 6:01 am 
Newbie

Joined: Sat Jan 26, 2008 5:41 am
Posts: 3
Hi:
Somebody who can help me with this err message
thanks a lot

log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
org.hibernate.HibernateException: Dialect class not found: net.sf.hibernate.dialect.MySQLDialect
at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:81)
at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:42)
at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:426)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:128)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
at proj.base._BaseRootDAO.initialize(_BaseRootDAO.java:54)
at proj.base._BaseRootDAO.initialize(_BaseRootDAO.java:38)
at proj.dao.RegateDAO.main(RegateDAO.java:19)





this is my programe
package proj.dao;

import proj.base.BaseRegateDAO;
import proj.Regate;


public class RegateDAO extends BaseRegateDAO {
public static void main(String args[])
{try
{
_RootDAO.initialize();

RegateDAO regatedao = new RegateDAO();
Regate regate = new Regate();
regate.setName("LaLa");
regatedao.save(regate);
}
catch(Exception e)
{
e.printStackTrace();
}
}

}


Top
 Profile  
 
 Post subject: help me please
PostPosted: Sun Jan 27, 2008 4:00 am 
Newbie

Joined: Sat Jan 26, 2008 5:41 am
Posts: 3
help!


Top
 Profile  
 
 Post subject: Re: problem with Synchronizer (eclipse + hibernate + synchro
PostPosted: Mon Jan 28, 2008 4:28 am 
Newbie

Joined: Sat Jan 26, 2008 5:41 am
Posts: 3
no body answers me?? :(


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.