1 Reply Latest reply on Mar 24, 2002 5:30 PM by mgaert

    postgress - minerva -hypersonic

    rbottoms

      I want to use PostgresSQL or Oracle with JBoss. With earlier versions I have had no trouble just dropping in the changes to the JDBC connector in earlier versions of JBoss:


      org.postgresql.Driver



      PostgresDB
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      jdbc:postgresql://xxx.xxx.xxxx:5432/postgres
      postgres
      anonymous




      Do I need to make any changes in the Minerva JDBC resource adapter section? And can/should I remove any references to Hypersonic in the .jcml file?

      If so, which ones should be removed.

        • 1. Re: postgress - minerva -hypersonic
          mgaert

          I had a JBoss-PostgreSQL connection working the other day... My mbean config is as follows:


          DefaultDS
          org.jboss.pool.jdbc.xa.wrapper.XADataSourc
          eImpl

          jdbc:postgresql://localhost/RO
          1200000
          mgr
          10
          postgres
          false
          false
          false
          true
          120000
          1800000
          false
          false
          1.0
          0


          Furthermore, I did some changes to the JAWS mappings. I found the PostgreSQL mapping in JBoss a little outdated. See http://www.rtner.de/software/jaws-postgresql7.html (maybe this has been updated in more recent JBoss versions already).

          Hope this helps, Matthias