[ 
https://issues.apache.org/jira/browse/GERONIMO-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim McConnell reassigned GERONIMO-2874:
---------------------------------------

    Assignee: Tim McConnell

> 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: Tim McConnell
>
> 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.

Reply via email to