I&#39;m having pretty much the exact same problem and have been trying to figure it out for days.&nbsp; Can you check the value of &quot;UseJBossWebLoader&quot; in your jboss-service.xml?&nbsp; When I have this set to true everything works fine, when I have it set to false (isolated class loading) I get the same null result from the JNDI query that you described.<br>
<br>-J<br><br><div class="gmail_quote">On Tue, Apr 8, 2008 at 11:37 AM, bml &lt;<a href="mailto:do-not-reply@jboss.com">do-not-reply@jboss.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I am currently trying to access an Oracle datasource via JNDI that I have configured. I am using JBoss 4.0.3 on Windows XP Pro with Oracle 10g.<br>
<br>
The datasource seems to be binding correctly as I get the following message when I start the server:<br>
<br>
<br>
 &nbsp;| [ConnectionFactoryBindingService] Bound ConnectionManager &#39;jboss.jca:service=DataSourceBinding,name=OracleDS&#39; to JNDI name &#39;java:OracleDS&#39;<br>
 &nbsp;|<br>
<br>
The problem is that when I try to lookup the datasource in my application I can&#39;t get a reference to it. There are no errors thrown, but the datasource is null. Here is the code:<br>
<br>
<br>
 &nbsp;| DataSource dataSource = (DataSource)new InitialContext().lookup(&quot;java:OracleDS&quot;);<br>
 &nbsp;|<br>
<br>
Here is the oracle-ds.xml file that I am using:<br>
<br>
<br>
 &nbsp;| &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
 &nbsp;| &lt;datasources&gt;<br>
 &nbsp;| &nbsp; &lt;local-tx-datasource&gt;<br>
 &nbsp;| &nbsp; &nbsp; &lt;jndi-name&gt;OracleDS&lt;/jndi-name&gt;<br>
 &nbsp;| &nbsp; &nbsp; &lt;connection-url&gt;jdbc:oracle:thin:@//<a href="http://db.mydomain.com:1521/dbsid" target="_blank">db.mydomain.com:1521/dbsid</a>&lt;/connection-url&gt;<br>
 &nbsp;| &nbsp; &nbsp; &lt;driver-class&gt;oracle.jdbc.driver.OracleDriver&lt;/driver-class&gt;<br>
 &nbsp;| &nbsp; &nbsp; &lt;user-name&gt;user&lt;/user-name&gt;<br>
 &nbsp;| &nbsp; &nbsp; &lt;password&gt;pwd&lt;/password&gt;<br>
 &nbsp;| &nbsp; &nbsp; &lt;exception-sorter-class-name&gt;org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter&lt;/exception-sorter-class-name&gt;<br>
 &nbsp;| &nbsp; &lt;/local-tx-datasource&gt;<br>
 &nbsp;| &lt;/datasources&gt;<br>
 &nbsp;|<br>
<br>
<br>
Any help would be much appreciated. Thanks,<br>
<br>
barry<br>
<br>
View the original post : <a href="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4142414#4142414" target="_blank">http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4142414#4142414</a><br>

<br>
Reply to the post : <a href="http://www.jboss.com/index.html?module=bb&amp;op=posting&amp;mode=reply&amp;p=4142414" target="_blank">http://www.jboss.com/index.html?module=bb&amp;op=posting&amp;mode=reply&amp;p=4142414</a><br>

_______________________________________________<br>
jboss-user mailing list<br>
<a href="mailto:jboss-user@lists.jboss.org">jboss-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-user" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-user</a><br>
</blockquote></div><br>