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 "Hans G Knudsen (JIRA)" <ji...@apache.org> on 2007/08/01 12:16:53 UTC

[jira] Created: (SANDESHA2-112) No Terminate Sequence is sent from client

No Terminate Sequence is sent from client
-----------------------------------------

                 Key: SANDESHA2-112
                 URL: https://issues.apache.org/jira/browse/SANDESHA2-112
             Project: Sandesha2
          Issue Type: Bug
         Environment: Mac OS X 10.4. Java 1.5.0. Sandesha2 branch 1_3
            Reporter: Hans G Knudsen


Testing RM on Axis2 + Sandesha2 1_3 I noticed that TerminateSequence (Request) is not sent from Client.


Config:
RM 1.0
HTTP Sync (with ReplyTo == Anonymous and replies on HTTP back-channel)


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


[jira] Resolved: (SANDESHA2-112) Terminate Sequence is NOT sent through Proxy

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved SANDESHA2-112.
-----------------------------------------

    Resolution: Fixed
      Assignee: Deepal Jayasinghe

I fixed and test and it worked fine for me.

It was not only happen for the terminate sequence but also for some of sequence acks

Thanks
Deepal

> Terminate Sequence is NOT sent through Proxy
> --------------------------------------------
>
>                 Key: SANDESHA2-112
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2-112
>             Project: Sandesha2
>          Issue Type: Bug
>         Environment: Mac OS X 10.4. Java 1.5.0. Sandesha2 branch 1_3
>            Reporter: Hans G Knudsen
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>
> Testing RM on Axis2 + Sandesha2 1_3 I noticed that TerminateSequence (Request) is not sent from Client.
> Config:
> RM 1.0
> HTTP Sync (with ReplyTo == Anonymous and replies on HTTP back-channel)

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


[jira] Commented: (SANDESHA2-112) Terminate Sequence is NOT sent through Proxy

Posted by "Hans G Knudsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANDESHA2-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519903 ] 

Hans G Knudsen commented on SANDESHA2-112:
------------------------------------------

Hi!

I just tested and it also works for me (also closing related issuses 113 / 115)


Just on question...

Could the change where all options are copied from org to new message context conflict with - the call later on to 

			copyConfiguredProperties (referenceMessage,newMessageContext);

where properites are copied and in some cased mapped to new names ?






> Terminate Sequence is NOT sent through Proxy
> --------------------------------------------
>
>                 Key: SANDESHA2-112
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2-112
>             Project: Sandesha2
>          Issue Type: Bug
>         Environment: Mac OS X 10.4. Java 1.5.0. Sandesha2 branch 1_3
>            Reporter: Hans G Knudsen
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>
> Testing RM on Axis2 + Sandesha2 1_3 I noticed that TerminateSequence (Request) is not sent from Client.
> Config:
> RM 1.0
> HTTP Sync (with ReplyTo == Anonymous and replies on HTTP back-channel)

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


[jira] Updated: (SANDESHA2-112) No Terminate Sequence is sent from client - when using Proxy

Posted by "Hans G Knudsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans G Knudsen updated SANDESHA2-112:
-------------------------------------

    Priority: Critical  (was: Major)
     Summary: No Terminate Sequence is sent from client - when using Proxy  (was: No Terminate Sequence is sent from client)

Found the problem.  

It is caused by running throug proxy.

        ProxyProperties proxy = new ProxyProperties();
        proxy.setProxyName("localhost");
        proxy.setProxyPort(2222);
        clientOptions.setProperty(HTTPConstants.PROXY,proxy);


Running without proxy - TerminateSequence is sent/received...


> No Terminate Sequence is sent from client - when using Proxy
> ------------------------------------------------------------
>
>                 Key: SANDESHA2-112
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2-112
>             Project: Sandesha2
>          Issue Type: Bug
>         Environment: Mac OS X 10.4. Java 1.5.0. Sandesha2 branch 1_3
>            Reporter: Hans G Knudsen
>            Priority: Critical
>
> Testing RM on Axis2 + Sandesha2 1_3 I noticed that TerminateSequence (Request) is not sent from Client.
> Config:
> RM 1.0
> HTTP Sync (with ReplyTo == Anonymous and replies on HTTP back-channel)

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


[jira] Updated: (SANDESHA2-112) Terminate Sequence is NOT sent through Proxy

Posted by "Hans G Knudsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans G Knudsen updated SANDESHA2-112:
-------------------------------------

    Summary: Terminate Sequence is NOT sent through Proxy  (was: No Terminate Sequence is sent from client - when using Proxy)

Tested a bit more and found out that TS was actually sent - but it does not go through Proxy.

So either Proxy object is not transfered or TS does not respect it...

> Terminate Sequence is NOT sent through Proxy
> --------------------------------------------
>
>                 Key: SANDESHA2-112
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2-112
>             Project: Sandesha2
>          Issue Type: Bug
>         Environment: Mac OS X 10.4. Java 1.5.0. Sandesha2 branch 1_3
>            Reporter: Hans G Knudsen
>            Priority: Critical
>
> Testing RM on Axis2 + Sandesha2 1_3 I noticed that TerminateSequence (Request) is not sent from Client.
> Config:
> RM 1.0
> HTTP Sync (with ReplyTo == Anonymous and replies on HTTP back-channel)

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