You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kandula-dev@ws.apache.org by "Nikhil Thaker (JIRA)" <ji...@apache.org> on 2010/08/03 16:53:16 UTC

[jira] Created: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

Implicit SEI restiction on Static and Final Method exposure as webservice
-------------------------------------------------------------------------

                 Key: AXIS2-4790
                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
             Project: Axis2
          Issue Type: New Feature
          Components: jaxws
            Reporter: Nikhil Thaker
            Assignee: Nikhil Thaker
         Attachments: patch_final.txt

JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.



-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker resolved AXIS2-4790.
----------------------------------

    Resolution: Fixed

issue resolved with Revision # 981908

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker updated AXIS2-4790:
---------------------------------

    Attachment: patch_final.txt

Attached is the patch for this JIRA.

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker updated AXIS2-4790:
---------------------------------

    Attachment: patch_final.txt

Attached is the patch for this JIRA.

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker updated AXIS2-4790:
---------------------------------

    Attachment: patch_final.txt

Attached is the patch for this JIRA.

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker closed AXIS2-4790.
--------------------------------


> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker resolved AXIS2-4790.
----------------------------------

    Resolution: Fixed

issue resolved with Revision # 981908

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker closed AXIS2-4790.
--------------------------------


> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker closed AXIS2-4790.
--------------------------------


> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker updated AXIS2-4790:
---------------------------------

    Attachment: patch_final.txt

Attached is the patch for this JIRA.

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker closed AXIS2-4790.
--------------------------------


> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker closed AXIS2-4790.
--------------------------------


> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker resolved AXIS2-4790.
----------------------------------

    Resolution: Fixed

issue resolved with Revision # 981908

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker resolved AXIS2-4790.
----------------------------------

    Resolution: Fixed

issue resolved with Revision # 981908

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker updated AXIS2-4790:
---------------------------------

    Attachment: patch_final.txt

Attached is the patch for this JIRA.

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4790) Implicit SEI restiction on Static and Final Method exposure as webservice

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

Nikhil Thaker resolved AXIS2-4790.
----------------------------------

    Resolution: Fixed

issue resolved with Revision # 981908

> Implicit SEI restiction on Static and Final Method exposure as webservice
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4790
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4790
>             Project: Axis2
>          Issue Type: New Feature
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_final.txt
>
>
> JAX-WS 2.2 specification restricts exposure of static and Final method on Implicit SEI as a webservice. I am making a change that will allow us to be compliant with this requirement, I am also adding new test cases to prove restriction on Static and Final operations.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org