You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Gang Yang (JIRA)" <de...@tuscany.apache.org> on 2011/03/28 18:33:05 UTC

[jira] [Created] (TUSCANY-3853) PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.

PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.
----------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-3853
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3853
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Policy
    Affects Versions: Java-SCA-2.0-Beta1
         Environment: Windows 2003 using Tuscany 2.0-Beta2 for Java
            Reporter: Gang Yang


In a policy extension written for binding.ws with the intent to access Axis2 ConfigurationContext in order to add Axis2 handlers, the PolicyProvider.configureBinding() is called with the Axis2BaseBindingProvider object that returns null for getAxisConfigurationContext(). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TUSCANY-3853) PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws updated TUSCANY-3853:
--------------------------------

    Fix Version/s: Java-SCA-2.0

> PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3853
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3853
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Policy
>    Affects Versions: Java-SCA-2.0-Beta1
>         Environment: Windows 2003 using Tuscany 2.0-Beta2 for Java
>            Reporter: Gang Yang
>             Fix For: Java-SCA-2.0
>
>
> In a policy extension written for binding.ws with the intent to access Axis2 ConfigurationContext in order to add Axis2 handlers, the PolicyProvider.configureBinding() is called with the Axis2BaseBindingProvider object that returns null for getAxisConfigurationContext(). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (TUSCANY-3853) PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws reassigned TUSCANY-3853:
-----------------------------------

    Assignee: Simon Laws

> PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3853
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3853
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Policy
>    Affects Versions: Java-SCA-2.0-Beta1
>         Environment: Windows 2003 using Tuscany 2.0-Beta2 for Java
>            Reporter: Gang Yang
>            Assignee: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> In a policy extension written for binding.ws with the intent to access Axis2 ConfigurationContext in order to add Axis2 handlers, the PolicyProvider.configureBinding() is called with the Axis2BaseBindingProvider object that returns null for getAxisConfigurationContext(). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TUSCANY-3853) PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.

Posted by "Gang Yang (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012126#comment-13012126 ] 

Gang Yang commented on TUSCANY-3853:
------------------------------------

The patch can be found in the patch for the issue TUSCANY-3852.

> PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3853
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3853
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Policy
>    Affects Versions: Java-SCA-2.0-Beta1
>         Environment: Windows 2003 using Tuscany 2.0-Beta2 for Java
>            Reporter: Gang Yang
>
> In a policy extension written for binding.ws with the intent to access Axis2 ConfigurationContext in order to add Axis2 handlers, the PolicyProvider.configureBinding() is called with the Axis2BaseBindingProvider object that returns null for getAxisConfigurationContext(). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TUSCANY-3853) PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws closed TUSCANY-3853.
-------------------------------

    Resolution: Fixed

I have this working now in this test (http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/testing/itest/policy/interceptors/). I'll close the JIRA but please re-open if this still doesn't work for you. 

> PolicyProvider.configureBinding() is called with a configuration object that does not contain Axis2's ConfigurationContext on client/reference side.
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3853
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3853
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Policy
>    Affects Versions: Java-SCA-2.0-Beta1
>         Environment: Windows 2003 using Tuscany 2.0-Beta2 for Java
>            Reporter: Gang Yang
>            Assignee: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> In a policy extension written for binding.ws with the intent to access Axis2 ConfigurationContext in order to add Axis2 handlers, the PolicyProvider.configureBinding() is called with the Axis2BaseBindingProvider object that returns null for getAxisConfigurationContext(). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira