You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "ant elder (JIRA)" <ji...@apache.org> on 2006/12/05 13:37:20 UTC

[jira] Created: (AXIS2-1828) Change DeploymentEngine and RepositoryListener fields and methods from private to protected

Change DeploymentEngine and RepositoryListener fields and methods from private to protected
-------------------------------------------------------------------------------------------

                 Key: AXIS2-1828
                 URL: http://issues.apache.org/jira/browse/AXIS2-1828
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: kernel
    Affects Versions: 1.1
            Reporter: ant elder
            Priority: Minor


I'd like to be able to subclass the Axis2 DeploymentEngine and RepositoryListener classes to customize their behaviour but a lot of fields and methods are private. This patch changes them to protected, no other code changes.

(If its ok to apply this then any chance it could also happen on the 1.1 branch?)

Thanks!




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1828) Change DeploymentEngine and RepositoryListener fields and methods from private to protected

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1828?page=comments#action_12459412 ] 
            
Davanum Srinivas commented on AXIS2-1828:
-----------------------------------------

+1 to trunk. am not sure if we should do this for 1.1.

thx,
dims

> Change DeploymentEngine and RepositoryListener fields and methods from private to protected
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1828
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1828
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: ant elder
>            Priority: Minor
>         Attachments: toProtected.diff
>
>
> I'd like to be able to subclass the Axis2 DeploymentEngine and RepositoryListener classes to customize their behaviour but a lot of fields and methods are private. This patch changes them to protected, no other code changes.
> (If its ok to apply this then any chance it could also happen on the 1.1 branch?)
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1828) Change DeploymentEngine and RepositoryListener fields and methods from private to protected

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

Davanum Srinivas resolved AXIS2-1828.
-------------------------------------

    Resolution: Fixed

Fixed in svn revision 500086

thanks,
dims

> Change DeploymentEngine and RepositoryListener fields and methods from private to protected
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1828
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1828
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: ant elder
>            Priority: Minor
>         Attachments: toProtected.diff
>
>
> I'd like to be able to subclass the Axis2 DeploymentEngine and RepositoryListener classes to customize their behaviour but a lot of fields and methods are private. This patch changes them to protected, no other code changes.
> (If its ok to apply this then any chance it could also happen on the 1.1 branch?)
> Thanks!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1828) Change DeploymentEngine and RepositoryListener fields and methods from private to protected

Posted by "ant elder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473965 ] 

ant elder commented on AXIS2-1828:
----------------------------------

Thanks dims

> Change DeploymentEngine and RepositoryListener fields and methods from private to protected
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1828
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1828
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: ant elder
>            Priority: Minor
>         Attachments: toProtected.diff
>
>
> I'd like to be able to subclass the Axis2 DeploymentEngine and RepositoryListener classes to customize their behaviour but a lot of fields and methods are private. This patch changes them to protected, no other code changes.
> (If its ok to apply this then any chance it could also happen on the 1.1 branch?)
> Thanks!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1828) Change DeploymentEngine and RepositoryListener fields and methods from private to protected

Posted by "ant elder (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1828?page=all ]

ant elder updated AXIS2-1828:
-----------------------------

    Attachment: toProtected.diff

> Change DeploymentEngine and RepositoryListener fields and methods from private to protected
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1828
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1828
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: ant elder
>            Priority: Minor
>         Attachments: toProtected.diff
>
>
> I'd like to be able to subclass the Axis2 DeploymentEngine and RepositoryListener classes to customize their behaviour but a lot of fields and methods are private. This patch changes them to protected, no other code changes.
> (If its ok to apply this then any chance it could also happen on the 1.1 branch?)
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org