[
https://issues.apache.org/jira/browse/GERONIMO-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sachin Patel closed GERONIMO-2874.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.0
Assignee: Sachin Patel (was: Tim McConnell)
patch applied
> ResourceAnnotationHelper performs invalid check for existing deployment
> descriptor entries
> ------------------------------------------------------------------------------------------
>
> Key: GERONIMO-2874
> URL: https://issues.apache.org/jira/browse/GERONIMO-2874
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Reporter: Jarek Gawor
> Assigned To: Sachin Patel
> Fix For: 2.0
>
> Attachments: GERONIMO-2874.patch
>
>
> ResourceAnnotationHelper checks for existing deployment descriptor entries by
> doing:
>
> String resourceName = ...;
> if ( serviceRef.getServiceRefName().equals(resourceName) ) { .. }
> However, serviceRef.getServiceRefName() (and similar calls) returns an xbean
> object and not a String, therefore the check will always return false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.