-->
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: config.buildSessionFactory() wirft keine Exception
PostPosted: Wed Oct 21, 2009 6:35 am 
Newbie

Joined: Thu Feb 21, 2008 12:55 pm
Posts: 4
Hallo,

ich habe folgenden Code:
Code:
      final Configuration config = new Configuration();
      config.configure(this.getClass().getResource("hibernate.cfg.xml"));
      config.setProperty("hibernate.connection.driver_class", imc.getDriverClass());
      config.setProperty("hibernate.connection.url", imc.getUrl());
      config.setProperty("hibernate.connection.username", imc.getUsername());
      config.setProperty("hibernate.connection.password", imc.getPassword());
      config.setProperty("hibernate.dialect", imc.getHibernateDialect());
      config.addInputStream(UserRecord.class.getResourceAsStream("hibernate-mapping.xml"));
      sessionFactory = config.buildSessionFactory();

Wenn an der Stelle
Code:
sessionFactory = config.buildSessionFactory();
die Verbindung zur Datenbank nicht funktioniert (z.B. wegen einer falschen URL), bekomme ich zwar den gesamten Stacktrace im Log aufgeführt, aber die SessionFactory wird trotzdem erzeugt und es wird nach außen keine Exception geworfen.
Ich möchte aber dem User mitteilen, ob der Verbindungsaufbau funktioniert hat oder nicht.

a) Kann ich irgendwo einstellen, dass eine Exception geworfen werden soll?
b) Wenn nein, habe ich denn eine andere Möglichkeit, den Erfolg der Initialisierung zu überprüfen?

Danke und Grüße


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