<res-sharing-scope>Shareable<res-sharing-scope> Does this means, the connection is shareable between different enterprise beans as opposed to the <env-entry> and <ejb-ref> which is not shared across enterprise beans ???
I think this "Shareable" means the connection which produced by the Resource manager may be used by another bean instance when the connection is not in a transaction. It doesn't mean the "xml entry" in the deployment descriptor is shareable to other beans.