You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/09/29 23:41:07 UTC

[jira] Created: (ARIES-5) Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders

Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders
------------------------------------------------------------------------------------------------------

                 Key: ARIES-5
                 URL: https://issues.apache.org/jira/browse/ARIES-5
             Project: Aries
          Issue Type: New Feature
          Components: Blueprint
            Reporter: Guillaume Nodet


Not sure if / how this is doable, but it might be worth investigating.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ARIES-5) Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders

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

Jeremy Hughes updated ARIES-5:
------------------------------

    Fix Version/s:     (was: 1.0)
                   0.1

> Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders
> ------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-5
>                 URL: https://issues.apache.org/jira/browse/ARIES-5
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 0.1
>
>
> Not sure if / how this is doable, but it might be worth investigating.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ARIES-5) Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders

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

Guillaume Nodet resolved ARIES-5.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

Committing to https://svn.apache.org/repos/asf/incubator/aries/trunk ...
	M	blueprint/blueprint-cm/src/main/java/org/apache/aries/blueprint/compendium/cm/CmNamespaceHandler.java
	M	blueprint/blueprint-core/pom.xml
	M	blueprint/blueprint-core/src/main/java/org/apache/aries/blueprint/NamespaceHandler.java
	M	blueprint/blueprint-core/src/main/java/org/apache/aries/blueprint/container/BeanRecipe.java
	M	blueprint/blueprint-core/src/main/java/org/apache/aries/blueprint/container/BlueprintContainerImpl.java
	M	blueprint/blueprint-core/src/main/java/org/apache/aries/blueprint/container/NamespaceHandlerRegistry.java
	M	blueprint/blueprint-core/src/main/java/org/apache/aries/blueprint/container/Parser.java
	M	blueprint/blueprint-core/src/main/java/org/apache/aries/blueprint/ext/ExtNamespaceHandler.java
	M	blueprint/blueprint-core/src/main/java/org/apache/aries/blueprint/namespace/NamespaceHandlerRegistryImpl.java
	M	blueprint/blueprint-core/src/test/java/org/apache/aries/blueprint/AbstractBlueprintTest.java
	M	blueprint/blueprint-core/src/test/java/org/apache/aries/blueprint/ParserTest.java
	M	blueprint/pom.xml
Committed r822645


> Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders
> ------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-5
>                 URL: https://issues.apache.org/jira/browse/ARIES-5
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.0
>
>
> Not sure if / how this is doable, but it might be worth investigating.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ARIES-5) Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761638#action_12761638 ] 

Guillaume Nodet commented on ARIES-5:
-------------------------------------

Another related issue is about class space consistency between the blueprint bundle and the custom namespace handler.  We need to ensure this consistency which is not done atm.
This would need to enhance the NamespaceHandlerRegistry so that it can support multiple handlers for the same namespace and choose one which is compatible with the blueprint bundle class space.

> Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders
> ------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-5
>                 URL: https://issues.apache.org/jira/browse/ARIES-5
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>
> Not sure if / how this is doable, but it might be worth investigating.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ARIES-5) Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders

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

Guillaume Nodet reassigned ARIES-5:
-----------------------------------

    Assignee: Guillaume Nodet

> Support for multiple namespace handlers for the same schema and use a compatible one wrt class loaders
> ------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-5
>                 URL: https://issues.apache.org/jira/browse/ARIES-5
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>
> Not sure if / how this is doable, but it might be worth investigating.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.