[jboss-jira] [JBoss JIRA] Commented: (JBAS-8559) Create DataSource out of Java EE6 spec specified @DataSourceDefinition and its XML deployment descriptor equivalent
Weston M. Price (JIRA)
jira-events at lists.jboss.org
Thu Nov 18 09:52:08 EST 2010
[ https://jira.jboss.org/browse/JBAS-8559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564048#comment-12564048 ]
Weston M. Price commented on JBAS-8559:
---------------------------------------
Still working on this and doing some testing. The one real issue I can see with this is that the spec identifies that a datasource can be deployed as non-transactional and transactional. In JBossAS, we have two different types of transactional data sources, one is local transaction where the XA transactional semantics are dummied up with our LocalTransactional resource adapter, the other is the full blown XA resource. The spec simply says if the ds is transactional or not. Since there is no way someone can declare a ds as being either local or XA, we need to make a decision on which one to actually deploy.
> Create DataSource out of Java EE6 spec specified @DataSourceDefinition and its XML deployment descriptor equivalent
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBAS-8559
> URL: https://jira.jboss.org/browse/JBAS-8559
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Shelly McGowan
> Assignee: Weston M. Price
> Fix For: 6.0.0.Final
>
>
> See http://community.jboss.org/wiki/Switchboard for what's needed for ResourceProvider in AS 6 to implement.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list