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/06/12 14:52:29 UTC

[jira] Created: (SANDESHA2-3) Ability on find to set sequence ids on finding beans

Ability on find to set sequence ids on finding beans
----------------------------------------------------

         Key: SANDESHA2-3
         URL: http://issues.apache.org/jira/browse/SANDESHA2-3
     Project: Apache Sandesha2
        Type: Wish

    Reporter: Andrew Gatford
    Priority: Trivial
 Attachments: patch.txt

In some bean manager implementations it would be nice to be able to filter on the sequence id.

Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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-3) Ability on find to set sequence ids on finding beans

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

Chamikara Jayalath resolved SANDESHA2-3.
----------------------------------------

    Resolution: Fixed

> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>                 Key: SANDESHA2-3
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>             Project: Apache Sandesha2
>          Issue Type: Wish
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: patch.txt
>
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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-3) Ability on find to set sequence ids on finding beans

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

Andrew Gatford updated SANDESHA2-3:
-----------------------------------

    Attachment: patch.txt

Patch for the wish:-)

> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>          Key: SANDESHA2-3
>          URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>      Project: Apache Sandesha2
>         Type: Wish

>     Reporter: Andrew Gatford
>     Priority: Trivial
>  Attachments: patch.txt
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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-3) Ability on find to set sequence ids on finding beans

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

Andrew Gatford updated SANDESHA2-3:
-----------------------------------

    Attachment: patch.txt

Patch for the wish:-)

> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>          Key: SANDESHA2-3
>          URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>      Project: Apache Sandesha2
>         Type: Wish

>     Reporter: Andrew Gatford
>     Priority: Trivial
>  Attachments: patch.txt
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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] Commented: (SANDESHA2-3) Ability on find to set sequence ids on finding beans

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-3?page=comments#action_12415944 ] 

Chamikara Jayalath commented on SANDESHA2-3:
--------------------------------------------

Hi Andrew,

I saw two changes in ur patch. 

AcknowledgementManager.piggybackAckIfPresent () method
-------------------------------------------------------------------------------------
The filtering on sequenceID was not done purposely. The idea was to give a message the ability to carry a acknowledgement going to the same destination. The filtering was done based on the wsa:To address. Also the acknowledgement message would belong to an incoming sequence and the outgoing message may most probably belong to an outgoing sequence, so the sequenceIDs would not be equal in most occations. 

TerminateManager.addTerminateSequenceMessage () method
--------------------------------------------------------------------------------------
terminateBean.setSequenceID(internalSequenceId);

I'm not sure of the requirement for doing this. Could u explain a bit ?


Chamikara


> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>          Key: SANDESHA2-3
>          URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>      Project: Apache Sandesha2
>         Type: Wish

>     Reporter: Andrew Gatford
>     Priority: Trivial
>  Attachments: patch.txt
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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] Commented: (SANDESHA2-3) Ability on find to set sequence ids on finding beans

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

Andrew Gatford commented on SANDESHA2-3:
----------------------------------------

I believe I've now resolved this problem and this jira can be closed

> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>          Key: SANDESHA2-3
>          URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>      Project: Apache Sandesha2
>         Type: Wish

>     Reporter: Andrew Gatford
>     Priority: Trivial
>  Attachments: patch.txt
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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-3) Ability on find to set sequence ids on finding beans

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

Chamikara Jayalath resolved SANDESHA2-3.
----------------------------------------

    Resolution: Fixed

> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>                 Key: SANDESHA2-3
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>             Project: Apache Sandesha2
>          Issue Type: Wish
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: patch.txt
>
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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] Commented: (SANDESHA2-3) Ability on find to set sequence ids on finding beans

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

Andrew Gatford commented on SANDESHA2-3:
----------------------------------------

I believe I've now resolved this problem and this jira can be closed

> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>          Key: SANDESHA2-3
>          URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>      Project: Apache Sandesha2
>         Type: Wish

>     Reporter: Andrew Gatford
>     Priority: Trivial
>  Attachments: patch.txt
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

-- 
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] Commented: (SANDESHA2-3) Ability on find to set sequence ids on finding beans

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-3?page=comments#action_12415944 ] 

Chamikara Jayalath commented on SANDESHA2-3:
--------------------------------------------

Hi Andrew,

I saw two changes in ur patch. 

AcknowledgementManager.piggybackAckIfPresent () method
-------------------------------------------------------------------------------------
The filtering on sequenceID was not done purposely. The idea was to give a message the ability to carry a acknowledgement going to the same destination. The filtering was done based on the wsa:To address. Also the acknowledgement message would belong to an incoming sequence and the outgoing message may most probably belong to an outgoing sequence, so the sequenceIDs would not be equal in most occations. 

TerminateManager.addTerminateSequenceMessage () method
--------------------------------------------------------------------------------------
terminateBean.setSequenceID(internalSequenceId);

I'm not sure of the requirement for doing this. Could u explain a bit ?


Chamikara


> Ability on find to set sequence ids on finding beans
> ----------------------------------------------------
>
>          Key: SANDESHA2-3
>          URL: http://issues.apache.org/jira/browse/SANDESHA2-3
>      Project: Apache Sandesha2
>         Type: Wish

>     Reporter: Andrew Gatford
>     Priority: Trivial
>  Attachments: patch.txt
>
> In some bean manager implementations it would be nice to be able to filter on the sequence id.
> Methods in AcknowledgementManager.piggybackAcksIfPresent and TerminateManager.addTerminateSequenceMessage
> both have find calls to the specified bean managers which create Beans to do the find.  It would be nice to set the sequence ids on these beans so that filtering can be done up front based on sequence ids

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