You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Aki Yoshida (JIRA)" <ji...@apache.org> on 2012/12/06 09:38:58 UTC

[jira] [Created] (CXF-4683) workqueue configuration in BP does not derive the id attribute from the name attribute

Aki Yoshida created CXF-4683:
--------------------------------

             Summary: workqueue configuration in BP does not derive the id attribute from the name attribute
                 Key: CXF-4683
                 URL: https://issues.apache.org/jira/browse/CXF-4683
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.7.0
            Reporter: Aki Yoshida
            Assignee: Aki Yoshida


The id attribute is not derived from the name attribute correctly, which leads to the exception:

java.lang.IllegalArgumentException: Component must have a valid id
        at org.apache.aries.blueprint.namespace.ComponentDefinitionRegistryImpl.registerComponentDefinition(ComponentDefinitionRegistryImpl.java:81)
        at org.apache.aries.blueprint.container.Parser.loadComponents(Parser.java:342)
        at org.apache.aries.blueprint.container.Parser.populate(Parser.java:277)
        at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:283)
        at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:230)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CXF-4683) workqueue configuration in BP does not derive the id attribute from the name attribute

Posted by "Aki Yoshida (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aki Yoshida resolved CXF-4683.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.1
                   2.6.4
                   2.5.7
    
> workqueue configuration in BP does not derive the id attribute from the name attribute
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-4683
>                 URL: https://issues.apache.org/jira/browse/CXF-4683
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.7.0
>            Reporter: Aki Yoshida
>            Assignee: Aki Yoshida
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>
> The id attribute is not derived from the name attribute correctly, which leads to the exception:
> java.lang.IllegalArgumentException: Component must have a valid id
>         at org.apache.aries.blueprint.namespace.ComponentDefinitionRegistryImpl.registerComponentDefinition(ComponentDefinitionRegistryImpl.java:81)
>         at org.apache.aries.blueprint.container.Parser.loadComponents(Parser.java:342)
>         at org.apache.aries.blueprint.container.Parser.populate(Parser.java:277)
>         at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:283)
>         at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:230)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira