1 Reply Latest reply on Nov 8, 2005 10:51 AM by aguizar

    Unable to get the JbmpSessionFactory

      HI All,

      I started working on sample jBPM app on WebLogic8.1.

      The DB i am trying to connect to is Oracle10g

      and my hibernate.cfg.xml file has the Connection info as listed below..


      oracle.jdbc.driver.OracleDriver

      jdbc:oracle:thin:@localhost:1521:ORCL
      scott
      tiger
      true

      net.sf.hibernate.dialect.Oracle9Dialect
      5
      20
      1800
      50

      And when i try to get the JbmpSessionFactory i am getting the following exception

      java.lang.ExceptionInInitializerError
      at org.jbpm.db.JbpmSessionFactory.(JbpmSessionFactory.java:40)

      My understanding is As i am not using my own version of jbpm.hibernate.properties FIle it should use the default one to build the Configuration.

      Could you guys pls let me know what went wrong..

      Thanks
      Sateesh