I also try to use oracle-ds.xml to replace oracle-xa-ds.xml file. And I make change of 
files as below and got the same error message

---------------oracle-ds.xml--------------------------

  <local-tx-datasource>
    <jndi-name>DefaultDS</jndi-name>
    <connection-url>jdbc:oracle:thin:@172.30.1.6:1521:geo3pl</connection-url>
    <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
    <user-name>nhweb</user-name>
29178022
    
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
 
  </local-tx-datasource>



---------------oracle-ds.xml--------------------------

****************************************** 
------------------jobss-service.xml---------------------
<!-- ==================================================================== --> 
<!-- Transactions --> 
<!-- ==================================================================== --> 
<!-- The configurable Xid factory. For use with Oracle, set pad to true --> 
<mbeancode="org.jboss.tm.XidFactory"name="jboss:service=XidFactory">true 


------------------jobss-service.xml---------------------

****************************************** 
------------------login-config.xml----------------------- 
<application-policy name = "OracleDbRealm"> 

<login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule" 
flag = "required"> 
<module-option name = "principal">nhweb</module-option> 
<module-option name = "userName">nhweb</module-option> 
<module-option name = "password">29178022</module-option> 
<module-option 
name="managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=OracleDS</module-option>
 
</login-module> 

</application-policy> 
------------------login-config.xml-----------------------

******************************************

------------------standardjbosscmp-jdbc.xml------------------ 
<!-- ===================================================================== --> 
<!-- --> 
<!-- Standard JBossCMP-JDBC Configuration --> 
<!-- --> 
<!-- ===================================================================== --> 

<!-- $Id: standardjbosscmp-jdbc.xml,v 1.39.2.34 2003/11/25 01:48:16 ejort Exp $ --> 

<jbosscmp-jdbc> 


java:/OracleDS 
<datasource-mapping>Oracle</datasource-mapping> 

</jbosscmp-jdbc> 
------------------standardjbosscmp-jdbc.xml------------------ 

************************************************************ 
------------------standardjaws.xml------------------------------- 
<!-- ===================================================================== --> 
<!-- --> 
<!-- Standard Jaws Configuration --> 
<!-- --> 
<!-- ===================================================================== --> 

<!-- $Id: standardjaws.xml,v 1.30 2002/06/27 19:26:28 dsundstrom Exp $ --> 


java:/OracleDS 
<type-mapping>Oracle</type-mapping> 


------------------standardjaws.xml---------------------
************************************************************ 

make change of "oracle-jdbc2-service.xml" in the JBOSS_HOME\server\default\deploy\jms 
directory 

------------------oracle-jdbc2-service.xml------------------------------- 
<mbean 
code="org.jboss.mq.pm.jdbc2.PersistenceManager"name="jboss.mq:service=PersistenceManager">
 
<depends optional-attribute 
name="ConnectionManager">jboss.jca:service=LocalTxCM,name=OracleDS 

------------------oracle-jdbc2-service.xml------------- 
****************************************** 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830513#3830513

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830513


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to