2 Replies Latest reply on Aug 31, 2010 9:04 AM by maxandersen

    Problem with HIbernate Console

    paulmkeogh

      XP, Helios, JBT 3.2

       

      I am trying to create a Hibernate Console for testing an existing Hibernate environment (which is working fine).

       

      The database connection is OK and I can see all objects under the Configuration node.

       

      But when I click through on the Session or Database node I get;

       

      2010-08-11 11:10:16,211 ERROR Worker-12 org.hibernate.connection.DatasourceConnectionProvider - datasource JNDI name was not specified by property hibernate.connection.datasource

       

      in the Console view.

       

      which is puzzling because by hibernate.cfg.xml contains;

       

      <property name="hibernate.connection.datasource">conductor/jdbc/Conductor</property>

       

      Any ideas ?

       

      Thanks,