1 Reply Latest reply on Feb 19, 2010 5:45 AM by maxandersen

    Hibernate configurations with Oracle Thin Client

    asookazian

      I have a Seam 2.1.1.GA project with Eclipse Galileo and JBT 3.1.0-M4.

       

      How do I create a Hibernate config using ojdbc14.jar with this custom JDBC URL from Oracle Developer Studio?

       

      jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL =
              TCP)(HOST = oradev1.prv.echo-inc.com)(PORT = 1521)) (LOAD_BALANCE = yes)
              (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME =
              cisdev) (FAILOVER_MODE = (TYPE = SELECT) (METHOD =
              BASIC) (RETRIES = 180) (DELAY = 5))))

       

      The Hibernate config is still very non-intuitive and difficult to setup.  I remember having a hard time with this in the past.  The UI/wizard seems non-intuitive or buggy...