You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "Rafal N (JIRA)" <sc...@ws.apache.org> on 2009/11/25 01:56:39 UTC

[jira] Created: (SCOUT-101) Faults are not handled properly by RegistryImpl.execute(JAXBElement uddiRequest, URI endPointURI)

Faults are not handled properly by RegistryImpl.execute(JAXBElement<?> uddiRequest, URI endPointURI)
----------------------------------------------------------------------------------------------------

                 Key: SCOUT-101
                 URL: https://issues.apache.org/jira/browse/SCOUT-101
             Project: Scout
          Issue Type: Bug
    Affects Versions: 1.2, 1.1.1
            Reporter: Rafal N
            Assignee: Kurt T Stam


Faults are not handled properly because the handling code does not get a chance to do its job. JAXB unmarshalling is attempted first and if it fails (on fault it does) it throws exception. It appears that in order to fix this issue, these two pieces of code just need to be reordered.

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


[jira] Resolved: (SCOUT-101) Faults are not handled properly by RegistryImpl.execute(JAXBElement uddiRequest, URI endPointURI)

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham resolved SCOUT-101.
----------------------------------

    Resolution: Fixed

Moved the fault-handling code before the unmarshalling.

> Faults are not handled properly by RegistryImpl.execute(JAXBElement<?> uddiRequest, URI endPointURI)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-101
>                 URL: https://issues.apache.org/jira/browse/SCOUT-101
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.1.1, 1.2
>            Reporter: Rafal N
>            Assignee: Tom Cunningham
>             Fix For: 1.2.2
>
>
> Faults are not handled properly because the handling code does not get a chance to do its job. JAXB unmarshalling is attempted first and if it fails (on fault it does) it throws exception. It appears that in order to fix this issue, these two pieces of code just need to be reordered.

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


[jira] Assigned: (SCOUT-101) Faults are not handled properly by RegistryImpl.execute(JAXBElement uddiRequest, URI endPointURI)

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham reassigned SCOUT-101:
------------------------------------

    Assignee: Tom Cunningham  (was: Kurt T Stam)

> Faults are not handled properly by RegistryImpl.execute(JAXBElement<?> uddiRequest, URI endPointURI)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-101
>                 URL: https://issues.apache.org/jira/browse/SCOUT-101
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.1.1, 1.2
>            Reporter: Rafal N
>            Assignee: Tom Cunningham
>             Fix For: 1.2.2
>
>
> Faults are not handled properly because the handling code does not get a chance to do its job. JAXB unmarshalling is attempted first and if it fails (on fault it does) it throws exception. It appears that in order to fix this issue, these two pieces of code just need to be reordered.

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


[jira] Updated: (SCOUT-101) Faults are not handled properly by RegistryImpl.execute(JAXBElement uddiRequest, URI endPointURI)

Posted by "Kurt T Stam (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated SCOUT-101:
------------------------------

    Fix Version/s: 1.2.2

> Faults are not handled properly by RegistryImpl.execute(JAXBElement<?> uddiRequest, URI endPointURI)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-101
>                 URL: https://issues.apache.org/jira/browse/SCOUT-101
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.1.1, 1.2
>            Reporter: Rafal N
>            Assignee: Kurt T Stam
>             Fix For: 1.2.2
>
>
> Faults are not handled properly because the handling code does not get a chance to do its job. JAXB unmarshalling is attempted first and if it fails (on fault it does) it throws exception. It appears that in order to fix this issue, these two pieces of code just need to be reordered.

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