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 "Ivan (JIRA)" <ji...@apache.org> on 2012/05/16 18:43:07 UTC

[jira] [Created] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

Ivan created AXIS2-5323:
---------------------------

             Summary: Follow the latest exclude rule for properties in the exception class
                 Key: AXIS2-5323
                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
             Project: Axis2
          Issue Type: Bug
          Components: jaxws
    Affects Versions: 1.6.2
            Reporter: Ivan
         Attachments: LegacyExceptionUtil.java.patch

With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.

For each getter in the exception and its superclasses, a property of the same type and name is added to
the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
are excluded from the list of getters to be mapped

In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

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

Ivan updated AXIS2-5323:
------------------------

    Attachment: LegacyExceptionUtil.java.patch

Attach a proposed patch file for this JIRA, using Introspector to find all the possible property names.
                
> Follow the latest exclude rule for properties in the exception class
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5323
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.2
>            Reporter: Ivan
>         Attachments: LegacyExceptionUtil.java.patch
>
>
> With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.
> For each getter in the exception and its superclasses, a property of the same type and name is added to
> the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
> are excluded from the list of getters to be mapped
> In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

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

Ivan updated AXIS2-5323:
------------------------

    Attachment: AXIS2-5323.patch

Attach a new patch including error messages.
                
> Follow the latest exclude rule for properties in the exception class
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5323
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.2
>            Reporter: Ivan
>         Attachments: AXIS2-5323.patch
>
>
> With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.
> For each getter in the exception and its superclasses, a property of the same type and name is added to
> the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
> are excluded from the list of getters to be mapped
> In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280130#comment-13280130 ] 

Hudson commented on AXIS2-5323:
-------------------------------

Integrated in Axis2 #1495 (See [https://builds.apache.org/job/Axis2/1495/])
    Applied patch for AXIS2-5323. (Revision 1340970)

     Result = SUCCESS
sagara : 
Files : 
* /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/LegacyExceptionUtil.java
* /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties

                
> Follow the latest exclude rule for properties in the exception class
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5323
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.2
>            Reporter: Ivan
>            Assignee: Ivan
>             Fix For: 1.7.0, 1.6.3
>
>         Attachments: AXIS2-5323.patch
>
>
> With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.
> For each getter in the exception and its superclasses, a property of the same type and name is added to
> the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
> are excluded from the list of getters to be mapped
> In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Assigned] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

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

Sagara Gunathunga  reassigned AXIS2-5323:
-----------------------------------------

    Assignee: Ivan
    
> Follow the latest exclude rule for properties in the exception class
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5323
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.2
>            Reporter: Ivan
>            Assignee: Ivan
>         Attachments: AXIS2-5323.patch
>
>
> With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.
> For each getter in the exception and its superclasses, a property of the same type and name is added to
> the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
> are excluded from the list of getters to be mapped
> In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

Posted by "Sagara Gunathunga (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280086#comment-13280086 ] 

Sagara Gunathunga  commented on AXIS2-5323:
-------------------------------------------

Patch available on r1340970.

Followings are some of the references about this change.

http://jcp.org/aboutJava/communityprocess/maintenance/jsr224/224changelog-2_2_rev_a.html
http://java.net/jira/browse/JAX_WS-908
                
> Follow the latest exclude rule for properties in the exception class
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5323
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.2
>            Reporter: Ivan
>            Assignee: Ivan
>         Attachments: AXIS2-5323.patch
>
>
> With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.
> For each getter in the exception and its superclasses, a property of the same type and name is added to
> the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
> are excluded from the list of getters to be mapped
> In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

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

Ivan updated AXIS2-5323:
------------------------

    Attachment:     (was: LegacyExceptionUtil.java.patch)
    
> Follow the latest exclude rule for properties in the exception class
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5323
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.2
>            Reporter: Ivan
>         Attachments: AXIS2-5323.patch
>
>
> With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.
> For each getter in the exception and its superclasses, a property of the same type and name is added to
> the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
> are excluded from the list of getters to be mapped
> In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (AXIS2-5323) Follow the latest exclude rule for properties in the exception class

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

Sagara Gunathunga  resolved AXIS2-5323.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.3
                   1.7.0
    
> Follow the latest exclude rule for properties in the exception class
> --------------------------------------------------------------------
>
>                 Key: AXIS2-5323
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5323
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.2
>            Reporter: Ivan
>            Assignee: Ivan
>             Fix For: 1.7.0, 1.6.3
>
>         Attachments: AXIS2-5323.patch
>
>
> With the jaxws 2.2 m4, new rules are clarified for the excluded property in the Throwable hierarchy.
> For each getter in the exception and its superclasses, a property of the same type and name is added to
> the bean. All the getter methods except getMessagefromjava.lang.Throwabletype hierarchy
> are excluded from the list of getters to be mapped
> In the JDK 7, there is a new method getSuppressed() is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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