<!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: from oas to jboss
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/gjerich">gasper jeric</a> in <i>Beginner's Corner</i> - <a href="http://community.jboss.org/message/588633#588633">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>hi <span class="replyToName" style="font-size: 16px;">Wolfgang,</span></p><p><span class="replyToName" style="font-size: 16px;">I tried with your advice. but no luck for me there. hmm i should give some more explanatios i suppose. first i have external .xml DB connection file - made from Jboss examples. Looks like so:</span></p><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p>&lt;datasources&gt;</p><p>&#160; &lt;local-tx-datasource&gt;</p><p>&#160;&#160;&#160; &lt;jndi-name&gt;ecrpDB&lt;/jndi-name&gt;</p><p>&#160;&#160;&#160; &lt;connection-url&gt;jdbc:oracle:thin:@ecrp2db-test.sigov.si:1521:erpt&lt;/connection-url&gt;</p><p>&#160;&#160;&#160; &lt;driver-class&gt;oracle.jdbc.driver.OracleDriver&lt;/driver-class&gt;</p><p>&#160;&#160;&#160; &lt;user-name&gt;myuname&lt;/user-name&gt;</p><p>&#160;&#160;&#160; &lt;password&gt;mypasswd&lt;/password&gt;</p><p>&#160;&#160;&#160; &lt;min-pool-size&gt;0&lt;/min-pool-size&gt;</p><p>&#160;&#160;&#160; &lt;max-pool-size&gt;2&lt;/max-pool-size&gt;</p><p>&#160;&#160;&#160; &lt;exception-sorter-class-name&gt;org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter&lt;/exception-sorter-class-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;metadata&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;type-mapping&gt;Oracle9i&lt;/type-mapping&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/metadata&gt;</p><p>&#160; &lt;/local-tx-datasource&gt;&#160; </p><p>&lt;/datasources&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span class="replyToName" style="font-size: 16px;">onward i do some correctons to my META-INF/application.xml file:</span></p><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p><span>&lt;!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "</span><a class="jive-link-external-small" href="http://java.sun.com/dtd/application_1_3.dtd" target="_blank">http://java.sun.com/dtd/application_1_3.dtd</a><span>"&gt;</span></p><p>&lt;application id="Application_ID"&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;display-name&gt;e-CRP_Portal&lt;/display-name&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;module id="EjbModule_1276254105569"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;ejb&gt;e-CRP_Portal_EJB.jar&lt;/ejb&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;/module&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;module id="WebModule_1276254108583"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;web&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;&#160;&#160;&#160;&#160;&#160;&#160;&lt;web-uri&gt;e-CRP_Portal_Web.war&lt;/web-uri&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;&#160;&#160;&#160;&#160;&#160;&#160;&lt;context-root&gt;ecrpportal&lt;/context-root&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/web&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;/module&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;<strong>&lt;resource-ref&gt;</strong></p><p><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;res-ref-name&gt;ecrpDB&lt;/res-ref-name&gt;</strong></p><p><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;res-type&gt;javax.sql.DataSource&lt;/res-type&gt;</strong></p><p><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;mapped-name&gt;jdbc/e-CRP_Portal-1.09.00-b23&lt;/mapped-name&gt;</strong></p><p><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;res-auth&gt;Container&lt;/res-auth&gt;</strong></p><p><strong>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;/resource-ref&gt;</strong></p><p>&lt;/application&gt;</p><p>still no luck for me. what do i do wrong or what do i miss? is something obviously? perhaps i shouldnt modify application.xml and rather create new web.xml for my ear...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>with all respect;</p><p>gasper</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/588633#588633">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>