Hibernate loading JDBC driver error access to Dialectresolutioninfo cannot is null when ' Hibernate.dialect ' not set

Source: Internet
Author: User

Exception in thread "main" org.hibernate.HibernateException:Access  toDialectresolutioninfo cannot is null when ' hibernate.dialect ' not set
The program basically hasn't moved.,previously used version of the 3.3.2,after today's change to 4.3.4 's version,,changed the method of Sessionfactory generation,the rest is unchanged.,You can start running .,It's about 30min .,you can't run it!

Hibernate4 has abandoned the original buildsessionfactory, use the following, no problem.

Configuration cfg = new configuration (). Configure ();
standardserviceregistry serviceregistry = new Standardserviceregistrybuilder ()
. Applysettings (Cfg.getproperties ()). build ();
sessionfactory sessionfactory = cfg.buildsessionfactory (serviceregistry);



Hibernate loading JDBC driver error access to Dialectresolutioninfo cannot is null when ' Hibernate.dialect ' not set

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.