>
>This indicates you have specified a property:
><xa-datasource-property name="setjdbc">
>...
></xa-datasource-property>
>
>as the XAManagedConnectionFactory is just going through the datasource 
>properties and applying them using the JavaBeans reflection pattern.
>Post your complete *-ds.xml if that is that the case.

Here is my *-ds.xml file. Its only one file, name the sligthly modified
oracle-xa-ds.xml from the jca/examples directory. Furthermore, I post
my login-config.xml and ls -l from my lib respective deploy directory.
<?xml version="1.0" encoding="UTF-8"?>

<!-- ===================================================================== -->
<!--                                                                       -->
<!--  JBoss Server Configuration                                           -->
<!--                                                                       -->
<!-- ===================================================================== -->

<!-- $Id: oracle-xa-ds.xml,v 1.1.2.10 2003/04/25 16:58:57 igorfie Exp $ -->

<!-- ===================================================================== -->
<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
<!-- ===================================================================== -->

<datasources>
  <xa-datasource>
    <jndi-name>Pool1</jndi-name>
    <track-connection-by-tx>
     true
    </track-connection-by-tx>
    <isSameRM-override-value>
      false
    </isSameRM-override-value>
    <xa-datasource-class>
     oracle.jdbc.xa.client.OracleXADataSource 
    </xa-datasource-class>
    <xa-datasource-property name="URL">
      jdbc:oracle:thin:@localhost:1521:test
    </xa-datasource-property>
    <xa-datasource-property name="User">
      xxxxxx
    </xa-datasource-property>
    <xa-datasource-property name="Password">
      xxxxxx
    </xa-datasource-property>
    <exception-sorter-class-name>
      org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
    </exception-sorter-class-name>
  </xa-datasource>

  <xa-datasource>
    <jndi-name>Pool2</jndi-name>
    <track-connection-by-tx>
      true
    </track-connection-by-tx>
    <isSameRM-override-value>
      false
    </isSameRM-override-value>
    <xa-datasource-class>
      oracle.jdbc.xa.client.OracleXADataSource
    </xa-datasource-class>
    <xa-datasource-property name="URL">
      jdbc:oracle:thin:@localhost:1521:test
    </xa-datasource-property>
    <xa-datasource-property name="User">
      yyyyy
    </xa-datasource-property>
    <xa-datasource-property name="Password">
      yyyyy
    </xa-datasource-property>
    <exception-sorter-class-name>
      org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
    </exception-sorter-class-name>
  </xa-datasource>

</datasources>
jboss-jca.sar
jboss-xa-jdbc.rar
jbossweb-tomcat.sar
jmx-console.war
jmx-rmi-adaptor.sar
oracle-xa-ds.xml
transaction-service.xml
total 232
-rwxr-xr-x   1 helbig   mail       97786 Jul  6 16:17 jboss-jca.sar
-rwxr-xr-x   1 helbig   mail       11751 Jul  6 00:18 jboss-xa-jdbc.rar
drwxr-xr-x   3 helbig   mail        1024 Jun 30 01:58 jbossweb-tomcat.sar
drwxr-xr-x   5 helbig   mail         512 Jun 30 02:09 jmx-console.war
drwxr-xr-x   3 helbig   mail         512 Jul  5 12:07 jmx-rmi-adaptor.sar
-rwxr-xr-x   1 helbig   mail        2249 Aug  4 01:47 oracle-xa-ds.xml
-rwxr-xr-x   1 helbig   mail        1463 Jul  6 00:28 transaction-service.xml
ant.jar
classes12.zip
javax.servlet.jar
jboss-common-jdbc-wrapper.jar
jboss-j2ee.jar
jboss-management.jar
jboss-transaction.jar
jboss.jar
jbosssx.jar
jmx-adaptor-plugin.jar
jnet.jar
jnpserver.jar
jpl-pattern.jar
jpl-util.jar
log4j.jar
properties-plugin.jar
xalan.jar
total 10316
-rwxr-xr-x   1 helbig   mail      732490 Jul  5 11:53 ant.jar
-rw-r--r--   1 helbig   mail     1106771 Jul  5 18:46 classes12.zip
-rwxr-xr-x   1 helbig   mail       74530 Jul  5 11:45 javax.servlet.jar
-rwxr-xr-x   1 helbig   mail       25358 Jul  6 16:27 jboss-common-jdbc-wrapper.jar
-rwxr-xr-x   1 helbig   mail       70039 Jul  5 17:36 jboss-j2ee.jar
-rwxr-xr-x   1 helbig   mail      153266 Jul  5 16:45 jboss-management.jar
-rwxr-xr-x   1 helbig   mail       27548 Jul  5 16:45 jboss-transaction.jar
-rwxr-xr-x   1 helbig   mail     1292534 Jul  5 17:06 jboss.jar
-rwxr-xr-x   1 helbig   mail      204929 Jul 27 20:57 jbosssx.jar
-rwxr-xr-x   1 helbig   mail       90051 Jul  5 12:28 jmx-adaptor-plugin.jar
-rwxr-xr-x   1 helbig   mail        5828 Jun 30 00:26 jnet.jar
-rwxr-xr-x   1 helbig   mail       32516 Jun 30 00:26 jnpserver.jar
-rwxr-xr-x   1 helbig   mail        3293 Jul  6 10:46 jpl-pattern.jar
-rwxr-xr-x   1 helbig   mail       16756 Jul  6 10:53 jpl-util.jar
-rwxr-xr-x   1 helbig   mail      352668 Jun 30 00:26 log4j.jar
-rwxr-xr-x   1 helbig   mail        8482 Jul 30 21:35 properties-plugin.jar
-rwxr-xr-x   1 helbig   mail      983377 Jul 27 22:16 xalan.jar

Reply via email to