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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]