You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by "Andrew Gatford (JIRA)" <ji...@apache.org> on 2006/11/28 11:47:21 UTC

[jira] Created: (SANDESHA2-52) The SandeshaUtil executeAndStore method should store the message context

The SandeshaUtil executeAndStore method should store the message context
------------------------------------------------------------------------

                 Key: SANDESHA2-52
                 URL: http://issues.apache.org/jira/browse/SANDESHA2-52
             Project: Apache Sandesha2
          Issue Type: Bug
            Reporter: Andrew Gatford
            Priority: Minor


At the moment the SandeshaUtil.executeAndStore method doesn't actually store the message context.  The message context is stored inside the callers for this method and the Sandesha2TransportSender then updates the message context.
All this is done under the same transaction and it would be cleaner for only one location to add the message context and not have to update it.  The storing can be done inside the Sandesha2TransportSender and all other cases of storing can be removed.


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


[jira] Updated: (SANDESHA2-52) The SandeshaUtil executeAndStore method should store the message context

Posted by "Andrew Gatford (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-52?page=all ]

Andrew Gatford updated SANDESHA2-52:
------------------------------------

    Attachment: executeAndStore.patch

> The SandeshaUtil executeAndStore method should store the message context
> ------------------------------------------------------------------------
>
>                 Key: SANDESHA2-52
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-52
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>            Priority: Minor
>         Attachments: executeAndStore.patch
>
>
> At the moment the SandeshaUtil.executeAndStore method doesn't actually store the message context.  The message context is stored inside the callers for this method and the Sandesha2TransportSender then updates the message context.
> All this is done under the same transaction and it would be cleaner for only one location to add the message context and not have to update it.  The storing can be done inside the Sandesha2TransportSender and all other cases of storing can be removed.

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


[jira] Resolved: (SANDESHA2-52) The SandeshaUtil executeAndStore method should store the message context

Posted by "Matt Lovett (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-52?page=all ]

Matt Lovett resolved SANDESHA2-52.
----------------------------------

    Resolution: Fixed

> The SandeshaUtil executeAndStore method should store the message context
> ------------------------------------------------------------------------
>
>                 Key: SANDESHA2-52
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-52
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>            Priority: Minor
>         Attachments: executeAndStore.patch
>
>
> At the moment the SandeshaUtil.executeAndStore method doesn't actually store the message context.  The message context is stored inside the callers for this method and the Sandesha2TransportSender then updates the message context.
> All this is done under the same transaction and it would be cleaner for only one location to add the message context and not have to update it.  The storing can be done inside the Sandesha2TransportSender and all other cases of storing can be removed.

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


[jira] Updated: (SANDESHA2-52) The SandeshaUtil executeAndStore method should store the message context

Posted by "Andrew Gatford (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-52?page=all ]

Andrew Gatford updated SANDESHA2-52:
------------------------------------

    Attachment: executeAndStore.patch

> The SandeshaUtil executeAndStore method should store the message context
> ------------------------------------------------------------------------
>
>                 Key: SANDESHA2-52
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-52
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>            Priority: Minor
>         Attachments: executeAndStore.patch
>
>
> At the moment the SandeshaUtil.executeAndStore method doesn't actually store the message context.  The message context is stored inside the callers for this method and the Sandesha2TransportSender then updates the message context.
> All this is done under the same transaction and it would be cleaner for only one location to add the message context and not have to update it.  The storing can be done inside the Sandesha2TransportSender and all other cases of storing can be removed.

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


[jira] Resolved: (SANDESHA2-52) The SandeshaUtil executeAndStore method should store the message context

Posted by "Matt Lovett (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-52?page=all ]

Matt Lovett resolved SANDESHA2-52.
----------------------------------

    Resolution: Fixed

> The SandeshaUtil executeAndStore method should store the message context
> ------------------------------------------------------------------------
>
>                 Key: SANDESHA2-52
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-52
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>            Priority: Minor
>         Attachments: executeAndStore.patch
>
>
> At the moment the SandeshaUtil.executeAndStore method doesn't actually store the message context.  The message context is stored inside the callers for this method and the Sandesha2TransportSender then updates the message context.
> All this is done under the same transaction and it would be cleaner for only one location to add the message context and not have to update it.  The storing can be done inside the Sandesha2TransportSender and all other cases of storing can be removed.

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