You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Sauthier (JIRA)" <ji...@apache.org> on 2009/08/05 13:44:36 UTC

[jira] Created: (SMX4-330) JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec

JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec
----------------------------------------------------------------------------

                 Key: SMX4-330
                 URL: https://issues.apache.org/activemq/browse/SMX4-330
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: specs-1.3.0, specs-1.2.0
            Reporter: Guillaume Sauthier


All failures are related to the linkedException used in the TypeConstraintException.

It is not passed to the super constructor, so the getLinkedException() that rely on this.getCause() always return null.
Other failures are related to how the printStackTrace() methods are implemented, they should call the printStackTrace() methods of the linkedException.

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


[jira] Assigned: (SMX4-330) JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec

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

Freeman Fang reassigned SMX4-330:
---------------------------------

    Assignee: Freeman Fang

> JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec
> ----------------------------------------------------------------------------
>
>                 Key: SMX4-330
>                 URL: https://issues.apache.org/activemq/browse/SMX4-330
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: specs-1.2.0, specs-1.3.0
>            Reporter: Guillaume Sauthier
>            Assignee: Freeman Fang
>         Attachments: SMX4-330.patch
>
>
> All failures are related to the linkedException used in the TypeConstraintException.
> It is not passed to the super constructor, so the getLinkedException() that rely on this.getCause() always return null.
> Other failures are related to how the printStackTrace() methods are implemented, they should call the printStackTrace() methods of the linkedException.

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


[jira] Closed: (SMX4-330) JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec

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

Guillaume Sauthier closed SMX4-330.
-----------------------------------


I've checked with TCK and the 1.4-SNAPSHOT trunk is OK
Thanks

> JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec
> ----------------------------------------------------------------------------
>
>                 Key: SMX4-330
>                 URL: https://issues.apache.org/activemq/browse/SMX4-330
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: specs-1.2.0, specs-1.3.0
>            Reporter: Guillaume Sauthier
>            Assignee: Freeman Fang
>         Attachments: SMX4-330.patch
>
>
> All failures are related to the linkedException used in the TypeConstraintException.
> It is not passed to the super constructor, so the getLinkedException() that rely on this.getCause() always return null.
> Other failures are related to how the printStackTrace() methods are implemented, they should call the printStackTrace() methods of the linkedException.

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


[jira] Work started: (SMX4-330) JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec

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

Work on SMX4-330 started by Freeman Fang.

> JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec
> ----------------------------------------------------------------------------
>
>                 Key: SMX4-330
>                 URL: https://issues.apache.org/activemq/browse/SMX4-330
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: specs-1.2.0, specs-1.3.0
>            Reporter: Guillaume Sauthier
>            Assignee: Freeman Fang
>         Attachments: SMX4-330.patch
>
>
> All failures are related to the linkedException used in the TypeConstraintException.
> It is not passed to the super constructor, so the getLinkedException() that rely on this.getCause() always return null.
> Other failures are related to how the printStackTrace() methods are implemented, they should call the printStackTrace() methods of the linkedException.

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


[jira] Resolved: (SMX4-330) JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec

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

Freeman Fang resolved SMX4-330.
-------------------------------

    Resolution: Fixed

apply patch on behalf of Guillaume Sauthier with thanks
http://svn.apache.org/viewvc?view=rev&revision=801501

> JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec
> ----------------------------------------------------------------------------
>
>                 Key: SMX4-330
>                 URL: https://issues.apache.org/activemq/browse/SMX4-330
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: specs-1.2.0, specs-1.3.0
>            Reporter: Guillaume Sauthier
>            Assignee: Freeman Fang
>         Attachments: SMX4-330.patch
>
>
> All failures are related to the linkedException used in the TypeConstraintException.
> It is not passed to the super constructor, so the getLinkedException() that rely on this.getCause() always return null.
> Other failures are related to how the printStackTrace() methods are implemented, they should call the printStackTrace() methods of the linkedException.

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


[jira] Updated: (SMX4-330) JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec

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

Guillaume Sauthier updated SMX4-330:
------------------------------------

    Attachment: SMX4-330.patch

Tested patch

> JAXB 2.1 API - TypeConstraintException do not behave as expected by the spec
> ----------------------------------------------------------------------------
>
>                 Key: SMX4-330
>                 URL: https://issues.apache.org/activemq/browse/SMX4-330
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: specs-1.2.0, specs-1.3.0
>            Reporter: Guillaume Sauthier
>         Attachments: SMX4-330.patch
>
>
> All failures are related to the linkedException used in the TypeConstraintException.
> It is not passed to the super constructor, so the getLinkedException() that rely on this.getCause() always return null.
> Other failures are related to how the printStackTrace() methods are implemented, they should call the printStackTrace() methods of the linkedException.

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