[jopr-issues] [JBoss JIRA] Created: (JOPR-104) Oracle XA Datasource Creation through JON - Wrong template

senthurkumaran masilamani (JIRA) jira-events at lists.jboss.org
Thu Mar 19 15:58:27 EDT 2009


Oracle XA Datasource Creation through JON - Wrong template
----------------------------------------------------------

                 Key: JOPR-104
                 URL: https://jira.jboss.org/jira/browse/JOPR-104
             Project: Jopr
          Issue Type: Bug
          Components: Plugin - JBoss AS 4
    Affects Versions: 2.1
         Environment: OS: CentOS, jon-server-2.1.2.GA, JBoss AS 4.2.3 Oracle 10g
            Reporter: senthurkumaran masilamani


JON Server Currently creates Oracle XA datasource with the following format.

<?xml version="1.0" encoding="UTF-8"?>

<xa-datasource>
<jndi-name>test</jndi-name>
<connection-url>jdbc:oracle:oci8:@tc</connection-url>
<user-name>a</user-name>
b
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
<no-tx-separate-pools>true</no-tx-separate-pools>
<driver-class>oracle.jdbc.xa.client.OracleXADataSource</driver-class>
</xa-datasource>

It should follow the standard template as given in the jca examples(oracle-xa-ds.xml).
Due to this the XA datasources created through JON doesn't work properly. We are trying to implement complete JBoss AS admin. through JON Server. This issue leads manual effort to configure the XA DS.

Thanks & Regards
Senthur 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jopr-issues mailing list