You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Matt Lovett (JIRA)" <ji...@apache.org> on 2006/12/06 10:59:28 UTC

[jira] Resolved: (SANDESHA2-47) SandeshaClient.createSequence(ServiceClient, boolean, String) creates a sequence with a different property key to the one supplied

     [ http://issues.apache.org/jira/browse/SANDESHA2-47?page=all ]

Matt Lovett resolved SANDESHA2-47.
----------------------------------

    Resolution: Fixed

> SandeshaClient.createSequence(ServiceClient, boolean, String) creates a sequence with a different property key to the one supplied
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2-47
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-47
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>            Priority: Minor
>         Attachments: clientTran.patch, SandeshaClient.patch
>
>
> When the createSequence(ServiceClient, boolean, String) method is used supplying a new sequenceKey this sequence key is ignored because the method called createSequence(ServiceClient, boolean) ignores the value and creates a new sequencePropertyKey for the sequence.  The solution to this is to swap the method calls so the createSequence(ServiceClient, boolean) calls  createSequence(ServiceClient, boolean, String)  with the newly generated sequence key.  This can then be returned on the method call.
> Also, there are a number of places inside the SandeshaClient which accesses property beans outside of transactions and should be wrapped inside a transaction.

-- 
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