<!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="http://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;">
    Re: Deployments Missing Dependencies
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/sfriesen">Steve Friesen</a> in <i>Beginner's Corner</i> - <a href="http://community.jboss.org/message/607000#607000">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Thanks for the reply Wolfgang.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I am using JBoss 6.0.0.Final. I am porting code over from Netbeans using Glassfish where I specified the exact name of the JNDI created as a resource on the app server. I am unfamiliar with the ENC. I created a datasource that has the same name as the JNDI--see the image below (I've circled the datasource in red).&#160; This is how I have the datasource set up in the jdbc_fisdb_dev-ds.xml file. The connection works using the admin console.</p><p> <a href="http://community.jboss.org/servlet/JiveServlet/showImage/2-607000-16423/ds.bmp"><span> http://community.jboss.org/servlet/JiveServlet/downloadImage/2-607000-16423/450-250/ds.bmp </span></a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;datasources&gt;<br/>&#160;&#160;&#160; &lt;local-tx-datasource&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;jndi-name&gt;jdbc/fisdb_dev&lt;/jndi-name&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;rar-name&gt;jboss-local-jdbc.rar&lt;/rar-name&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;use-java-context&gt;true&lt;/use-java-context&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;connection-definition&gt;javax.sql.DataSource&lt;/connection-definition&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;jmx-invoker-name&gt;jboss:service=invoker,type=unified&lt;/jmx-invoker-name&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;min-pool-size&gt;0&lt;/min-pool-size&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;max-pool-size&gt;10&lt;/max-pool-size&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;blocking-timeout-millis&gt;30000&lt;/blocking-timeout-millis&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;idle-timeout-minutes&gt;30&lt;/idle-timeout-minutes&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;prefill&gt;false&lt;/prefill&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;background-validation&gt;false&lt;/background-validation&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;background-validation-millis&gt;0&lt;/background-validation-millis&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;validate-on-match&gt;true&lt;/validate-on-match&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;statistics-formatter&gt;org.jboss.resource.statistic.pool.JBossDefaultSubPoolStatisticFormatter&lt;/statistics-formatter&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;isSameRM-override-value&gt;false&lt;/isSameRM-override-value&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;allocation-retry&gt;0&lt;/allocation-retry&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;allocation-retry-wait-millis&gt;5000&lt;/allocation-retry-wait-millis&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;security-domain-and-application xsi:type="securityMetaData" xmlns:xsi="<a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;/">http://www.w3.org/2001/XMLSchema-instance"/</a>&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;metadata/&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;local-transaction/&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;check-valid-connection-sql&gt;SELECT * FROM DUAL&lt;/check-valid-connection-sql&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;exception-sorter-class-name&gt;org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter&lt;/exception-sorter-class-name&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;prepared-statement-cache-size&gt;0&lt;/prepared-statement-cache-size&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;share-prepared-statements&gt;false&lt;/share-prepared-statements&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;set-tx-query-timeout&gt;false&lt;/set-tx-query-timeout&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;query-timeout&gt;0&lt;/query-timeout&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;use-try-lock&gt;60000&lt;/use-try-lock&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;driver-class&gt;oracle.jdbc.driver.OracleDriver&lt;/driver-class&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;connection-url&gt;jdbc:oracle:thin:@fis05:1521:FAMOUS&lt;/connection-url&gt;</p><p>...</p><div class="mcePaste" id="_mcePaste" style="position: absolute; top: 0px; left: 0px;"></div><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Regards,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Steve</p></div>

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


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

</div>

</body>
</html>