0 Replies Latest reply on Feb 3, 2008 11:22 PM by triapa

    Problem configuring Oralce Database connectivity in JBoss ES

    triapa

      I've downloaded JBoss ESB Server 4.2.1 GA. The server by default is configured to connect to hsqldb database.

      To attempt to reconfigure it to Oracle database, I've replaced hsqldb-ds.xml by oracle-ds.xml, and have given the necessary class name, url, user/passwd, etc.

      I've specified the JNDI name in oracle-ds.xml as DefaultDS to minimize the number of changes.

      Have replaced deploy/jboss-messaging.sar/hsqldb-persistence-service.xml by oracle-persistence-service.xml

      Have copied classes12.jar, ojdbc14.jar, etc. into the lib directory of the default configuration.

      When I start the JBoss ESB server, I get the following exception


      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.messaging:service=PersistenceManager
      State: FAILED
      Reason: org.jboss.deployment.DeploymentException: No Attribute found with name
      : SupportsBlobOnSelect
      I Depend On:
      jboss.jca:service=DataSourceBinding,name=DefaultDS
      jboss:service=TransactionManager
      Depends On Me:
      jboss.messaging:service=ServerPeer
      ------------------------------------------------------------------------

      Please help me out in this regard. Thanks in anticipation.

      Regards,
      Trinath