posted 16 years ago
ejb-jar/enterprise-beans/<entity|session|message-driven>/resource-ref/res-sharing-scope can be Shareable or Unshareable with Shareable as default.
Shareable means that other beans in the same app using the same resource in the same transaction can use the same connection.
What do you mean by same app here?