[jboss-jira] [JBoss JIRA] (WFLY-1890) JBoss EAP 6.1 : missing support of unshareable JCA connections
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Thu Aug 15 09:13:26 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen moved JBEAP-24 to WFLY-1890:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-1890 (was: JBEAP-24)
Issue Type: Bug (was: Clarification)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: (was: EAP 6.1.0.Alpha1)
(was: EAP 6.1.0.CR1)
Component/s: EE
Naming
(was: Web)
> JBoss EAP 6.1 : missing support of unshareable JCA connections
> ---------------------------------------------------------------
>
> Key: WFLY-1890
> URL: https://issues.jboss.org/browse/WFLY-1890
> Project: WildFly
> Issue Type: Bug
> Components: EE, Naming
> Environment: Windows 7 and RedHat Linux with Java 6
> Reporter: Martin Keller
> Assignee: Stuart Douglas
> Priority: Minor
> Labels: JCA
>
> We noticed, that JBoss EAP 6.1 handles unshareable resources not conform to the JCA 1.6 specification.
>
> They are used in a shareable way, even when the connections are deployt to be unshareable. Thje resource adapter is deployed without errors and doesn't support shared connections.
> Does JBoss EAP 6.1 support unshareable connections at all and if so, how is this configured?
> We noticed that this problem orrurs in two configuration:
> 1. When we use resource annotations
> 2. Also if we use the old style deployment descriptors.
> Resource annotation:
> @Resource(description="Resource Referenz to service KDCINF in appication SAMPLE on Windows via UPIC",
> name="eis/KDCINF_Sample_Upic",
> mappedName="eis/KDCINF_SAMPLE_U",
> type=net.fsc.jca.communication.EISUpicConnectionFactory.class,
> authenticationType=Resource.AuthenticationType.APPLICATION,
> shareable=false)
>
> Deployment descritor:
> <resource-ref>
> <description>Resource Referenz to service KDCINF in appication SAMPLE on Windows via UPIC</description>
> ...
> <res-type>net.fsc.jca.communication.EISUpicConnectionFactory</res-type>
> <res-auth>Application</res-auth>
> <res-sharing-scope>Unshareable</res-sharing-scope>
> ...
> Is thera any additional configuration to be done to support unshareable JCA connections?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list