You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Mark Nuttall (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/18 17:14:39 UTC

[jira] [Resolved] (ARIES-810) Invalid filter string in blueprint.xml results in a non-obvious error

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

Mark Nuttall resolved ARIES-810.
--------------------------------

    Resolution: Fixed
    
> Invalid filter string in blueprint.xml results in a non-obvious error
> ---------------------------------------------------------------------
>
>                 Key: ARIES-810
>                 URL: https://issues.apache.org/jira/browse/ARIES-810
>             Project: Aries
>          Issue Type: Bug
>          Components: Application
>            Reporter: Mark Nuttall
>            Assignee: Mark Nuttall
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> If a developer specifies an incorrect filter string within their blueprint xml, the error reported doesn't make it obvious that this is the case.
> For example:
> <reference id="WorldRef" interface="com.acme.World" filter="osgi.jndi.service.name=dupCheck/topLevelSequencer"></reference>
> This should read (notice the brackets):
> <reference id="WorldRef" interface="com.acme.World" filter="(osgi.jndi.service.name=dupCheck/topLevelSequencer)"></reference>
> This results in ImportedServiceImpl throwing an unhelpful InvalidAttributeException. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira