<!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;">
    Re: "getConnection" returns a shared connection regardless of the sharable property in the resource reference and regardless of the connection request info
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/berw">berw</a> in <i>IronJacamar</i> - <a href="https://community.jboss.org/message/832320#832320">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Ok, what do you need to see? </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>The resourceReference in the DD of the using EJB (the client) looks like this:</strong></p><p>&lt;session id="PCEXMLExchangeRateImportImpl"&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;ejb-name&gt;PCEXMLExchangeRateImportImpl&lt;/ejb-name&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;local-home&gt;com.myproclassic.server.services.exchangerate.importer.PCEExchangeRateImportImplLocalHome&lt;/local-home&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;local&gt;com.myproclassic.server.services.exchangerate.importer.PCEExchangeRateImportImplLocal&lt;/local&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;ejb-class&gt;com.myproclassic.server.services.exchangerate.importer.xml.PCEXMLExchangeRateImportImplBean&lt;/ejb-class&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;session-type&gt;Stateless&lt;/session-type&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;transaction-type&gt;Bean&lt;/transaction-type&gt;</p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;resource-ref id="ResourceRef_RaFile"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;description&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/description&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;res-ref-name&gt;res/PCERAFile&lt;/res-ref-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;res-type&gt;javax.resource.cci.ConnectionFactory&lt;/res-type&gt;</p><p>&#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;</p><p> <strong> &lt;res-sharing-scope&gt;Unshareable&lt;/res-sharing-scope&gt;</strong></p><p>&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&lt;/resource-ref&gt;</p><p>&lt;/session&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>The client code looks like this:</strong></p><p><em>PCERAFileConnectionRequestInfo requestInfoTemp = new PCERAFileConnectionRequestInfo(newName, "rw"); // newName is different at the second call within the same transaction.</em></p><p><em>fileConnection = (PCERAFileConnection) raFileConnectionFactory.getConnection(requestInfoTemp);</em></p><p><em>if (fileConnection != null)</em></p><p><em>&#160;&#160;&#160;&#160; return fileConnection.getRandomAccessFile();</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>The connectionRequestInfo looks like this:</strong></p><p><em>package com.wincor.jca;</em></p><p><em>import javax.resource.cci.ConnectionSpec;</em></p><p><em>import javax.resource.spi.ConnectionRequestInfo;</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><em>public class PCERAFileConnectionRequestInfo implements ConnectionRequestInfo, ConnectionSpec {</em></p><p><em>&#160;&#160;&#160; private String fileName = "";</em></p><p><em>&#160;&#160;&#160; private String openMode = "";</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><em>&#160;&#160;&#160; public PCERAFileConnectionRequestInfo(String fileName, String openMode)&#160;&#160;&#160;&#160; {</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; this.fileName = fileName;</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;this.openMode = openMode;</em></p><p><em>&#160;&#160;&#160; }</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><em>&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;public int hashCode() {</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return fileName.hashCode() + openMode.hashCode();</em></p><p><em>&#160;&#160;&#160;&#160;&#160; }</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><em>&#160;&#160;&#160; public boolean equals(Object obj)&#160;&#160;&#160;&#160; {</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; boolean result = false;</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (obj != null)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (obj instanceof PCERAFileConnectionRequestInfo)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {</em></p><p><em>&#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;&#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;result = ((PCERAFileConnectionRequestInfo) obj).getFileName().equals(fileName)&#160; &amp;&amp; ((PCERAFileConnectionRequestInfo) obj).getOpenMode().equals(openMode);</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; return result;</em></p><p><em>&#160;&#160;&#160; }</em></p><p><em>&#160;&#160;&#160; public String getFileName()&#160;&#160;&#160; {</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; return fileName;</em></p><p><em>&#160;&#160;&#160; }</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><em>&#160;&#160;&#160; public String getOpenMode()&#160;&#160;&#160;&#160; {</em></p><p><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; return openMode;</em></p><p><em>&#160;&#160;&#160; }</em></p><p><em>}</em></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/832320#832320">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in IronJacamar at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>