[jboss-jira] [JBoss JIRA] Resolved: (JBMETA-98) XML Override of SFSB @Remove over Annotation is incorrect
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Thu Aug 28 10:31:39 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMETA-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber resolved JBMETA-98.
---------------------------------------
Fix Version/s: 1.0.0.CR1
Resolution: Done
> XML Override of SFSB @Remove over Annotation is incorrect
> ---------------------------------------------------------
>
> Key: JBMETA-98
> URL: https://jira.jboss.org/jira/browse/JBMETA-98
> Project: JBoss Metadata
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.0.Beta37
> Reporter: Andrew Lee Rubinger
> Assignee: Emanuel Muckenhuber
> Priority: Critical
> Fix For: 1.0.0.CR1
>
> Attachments: jbmeta-98-example-test.patch
>
>
> Assume an annotation-defined @Remove method, and a corresponding XML entry. If there's no "retain-if-exception" element in the XML, this should not override the "retainIfException=true" declared by the annotation. Currently we're treating the absence of this XML element as a boolean "false", where really a null check is required.
> Solution will likely call for a "merge" implementation on RemoveMethodsMetaData, to be called from merge() in JBossSessionBeanMetaData.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list