[jboss-jira] [JBoss JIRA] Commented: (JBMETA-318) EJB3.1 MetaData needs to account for data-source(s).
Weston M. Price (JIRA)
jira-events at lists.jboss.org
Mon Dec 6 22:22:00 EST 2010
[ https://jira.jboss.org/browse/JBMETA-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568020#comment-12568020 ]
Weston M. Price commented on JBMETA-318:
----------------------------------------
Note, currently there is already a DataSourceDefinitionProcessor that is referenced from the org.jboss.metadata.annotation.creator.AbstractComponentProcessor. This processor can be reused for this issue. Please reference JBAS-8559 for further details.
> EJB3.1 MetaData needs to account for data-source(s).
> ----------------------------------------------------
>
> Key: JBMETA-318
> URL: https://jira.jboss.org/browse/JBMETA-318
> Project: JBoss Metadata
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ejb
> Affects Versions: jboss-metadata-ejb-2.0.0-alpha-25
> Environment: All platforms.
> Reporter: Weston M. Price
>
> In EJB3.1, data-source(s) can be defined in the ejb-jar.xml file as well as using the @DataSourceDefinition on ejb components. In the ejb-jar.xml file, the data-source element appears as part of the jndiEnvironmentRefsGroup and can be deployed for individual EJB components. Similarly, the @DataSourceDefinition(s) annotation can appear on each EJB type. Currently, the EJB metadata does not parse or create this portion of metadata. This needs to be added to support the EE6 specification part EE5.17 and exposed to clients that need this information to deploy the data source (ie, the new DataSourceDeployer as part of the connector project.
--
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