2 Replies Latest reply on Jul 17, 2003 5:49 AM by kar2000

    Urgent!!! - Connection Pooling and Environment Setup.

    dinavahi

      Trying to deploy our application on JBoss-2.4.4_Tomcat-4.0.1-beta environment. Have already collected the documentation from the website, and from Flashline.
      Have gone through the docs.
      Is 3.0-alpha stable for having a production release in a month or so.

      The documentation is good but in view of my time-constraints i wish there was any documentation available which can quicken and ease my urgent needs for getting the code deployed to JBoss.
      and help setting up the development environment.
      I would appreciate any help and advice in this regards.

      Need info:
      =======
      Oracle Connection Pooling.


      * Copied config/catalina to config/myconfig.
      * Added startServer.bat to bin.
      * Have copied classes12.zip to lib/ext.
      And for the following files under config/myconfig:
      * jboss.properties






      * jboss.jcml

      oracle.jdbc.driver.OracleDriver



      MySchemaDS
      org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
      jdbc:oracle:thin:@my.ip.x.x:1521:myhost
      my_user
      my_password



      SubscriberSchemaDS
      oracle.jdbc.xa.client.OracleXADataSource

      jdbc:oracle:thin:@192.168.169.221:1521:devone
      1200000
      CZ_SCRIB_TEST3_SCH
      10
      SCRIB_TEST3
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0




      I understand the DataSources need to be configured properly. But my other questions are:
      I tried to use the names jdbc/MySchema for the name and Schema and was having NamingException. Worked ok, when i changed the name to MySchema and was looking up from java code "java:/MySchema".



      get the following error message:
      [WARN,TxCapsule] XAException: tx=XidImpl [FormatId=257, GlobalId=JAVADEV-DESKTOP//0, BranchQual=] er
      rorCode=XAER_NOTA
      oracle.jdbc.xa.OracleXAException exception
      while trying to getConnection from DataSource.