<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Deploying datasource via -ds.xml files in JBoss AS 7.1.1.Final
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/srinivas.bijjam">Srinivas Reddy Bijjam</a> in <i>Datasource Configuration</i> - <a href="https://community.jboss.org/message/762017#762017">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Dear All</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>&#160; I am getting the following error while looking up the datasource that was bounded by ds.xml file but it is working fine with the datasource that is defined in standalonefull.xml</strong></p><p style="padding-left: 60px;"><strong style="font-size: 10pt;"><em>22:53:08,531 ERROR [stderr] (http--127.0.0.1-8080-4) java.lang.ClassCastException: javax.naming.Reference cannot be cast to javax.sql.DataSource</em></strong></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,531 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at xxx.utils.DataSourceHelper.getDataSource(DataSourceHelper.java:31)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,531 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,531 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,531 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,531 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,531 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:105)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:56)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,546 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.remote.EJBRemoteTransactionPropagatingInterceptor.processInvocation(EJBRemoteTransactionPropagatingInterceptor.java:80)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,562 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.EjbExceptionTransformingInterceptorFactories$1.processInvocation(EjbExceptionTransformingInterceptorFactories.java:65)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,578 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.remote.LocalEjbReceiver.processInvocation(LocalEjbReceiver.java:179)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:179)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:43)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:181)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:128)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:181)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,593 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:136)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,609 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:121)</em></span></p><p style="padding-left: 60px;"><span style="font-size: 10pt;"><em>22:53:08,609 ERROR [stderr] (http--127.0.0.1-8080-4)&#160;&#160;&#160;&#160;&#160; at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:104)</em></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>java code to look up is </strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><table><tbody><tr><td style=";"><br/></td><td style=";">&#160; </td><td style=";"><br/></td><td style=";">Context ctx = new InitialContext();</td></tr><tr><td style=";"><br/></td><td style=";">&#160; </td><td style=";"><br/></td><td style=";">return (javax.sql.DataSource) ctx.lookup("java:/"+dsName);</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>mydatasource-ds.xml</strong></p><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;datasources&gt;</p><p>&lt;xa-datasource enabled="true" jndi-name="java:/mydatasource" pool-name="mydatasource" use-java-context="true"&gt;</p><p>&lt;xa-datasource-property name="URL"&gt;jdbc:oracle:thin:@localhost:1521:orcl&lt;/xa-datasource-property&gt;</p><p>&lt;driver&gt;ojdbc6&lt;/driver&gt;</p><p>&lt;xa-pool&gt;</p><p>&lt;min-pool-size&gt;1&lt;/min-pool-size&gt;</p><p>&lt;max-pool-size&gt;20&lt;/max-pool-size&gt;</p><p>&lt;prefill&gt;true&lt;/prefill&gt;</p><p>&lt;is-same-rm-override&gt;false&lt;/is-same-rm-override&gt;</p><p>&lt;no-tx-separate-pools&gt;true&lt;/no-tx-separate-pools&gt;</p><p>&lt;/xa-pool&gt;</p><p>&lt;security&gt;</p><p>&lt;user-name&gt;xxx&lt;/user-name&gt;</p><p>&lt;password&gt;xxx&lt;/password&gt;</p><p>&lt;/security&gt;</p><p>&lt;xa-datasource-class&gt;oracle.jdbc.xa.client.OracleXADataSource&lt;/xa-datasource-class&gt;</p><p>&lt;/xa-datasource&gt;</p><p>&lt;/datasources&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>standalonefull.xml content is </strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;datasources&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;xa-datasource jndi-name="java:/xxx-oraclePool" pool-name="xxx-oraclePool" enabled="true" use-java-context="true"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;xa-datasource-property name="URL"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jdbc:oracle:thin:@localhost:1521:orcl</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/xa-datasource-property&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;driver&gt;ojdbc6&lt;/driver&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;xa-pool&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;min-pool-size&gt;1&lt;/min-pool-size&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;max-pool-size&gt;20&lt;/max-pool-size&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;prefill&gt;true&lt;/prefill&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;is-same-rm-override&gt;false&lt;/is-same-rm-override&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;no-tx-separate-pools&gt;true&lt;/no-tx-separate-pools&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/xa-pool&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;security&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;user-name&gt;xxx&lt;/user-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;password&gt;xxx&lt;/password&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/security&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/xa-datasource&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;drivers&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;driver name="ojdbc6" module="com.oracle.ojdbc6"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;driver-class&gt;oracle.jdbc.OracleDriver&lt;/driver-class&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;xa-datasource-class&gt;oracle.jdbc.xa.client.OracleXADataSource&lt;/xa-datasource-class&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/driver&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/drivers&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/datasources&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>module.xml is </strong></p><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p>&lt;module xmlns="urn:jboss:module:1.0" name="com.oracle.ojdbc6"&gt;</p><p>&#160; &lt;resources&gt;</p><p>&#160;&#160;&#160; &lt;resource-root path="ojdbc6.jar"/&gt;</p><p>&#160; &lt;/resources&gt;</p><p>&#160; &lt;dependencies&gt;</p><p>&#160;&#160;&#160; &lt;module name="javax.api"/&gt;</p><p>&#160;&#160;&#160; &lt;module name="javax.transaction.api"/&gt;</p><p>&lt;/dependencies&gt;</p><p>&lt;/module&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>What is the reason it is throwing error for ds.xml but working fine for standalone-full.xml?</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/762017#762017">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Datasource Configuration at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>