You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Khaled BADRI (JIRA)" <ji...@apache.org> on 2007/03/29 13:57:25 UTC

[jira] Created: (AXIS2-2434) One way operation not supported by Axis2

One way operation not supported by Axis2
----------------------------------------

                 Key: AXIS2-2434
                 URL: https://issues.apache.org/jira/browse/AXIS2-2434
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.1.1
         Environment: Windows XP,  JMS transport for Axis2, binary distribution
            Reporter: Khaled BADRI
             Fix For: 1.2


When using the JMS transport for a web service which have a one way operation (void runPublisher() ) and when calling it from a client , it came up with this exception: 
<< 
23 mars 2007 14:26:33 org.apache.axis2.transport.jms.JMSSender invoke 
ATTENTION: Did not receive a JMS response within 30000 ms to destination : topic://pubtopic.TestTopic 
org.apache.axis2.AxisFault: Incoming message input stream is null 
        at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:64) 
        at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:252) 
        at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202) 
        at src.src.PublishingServiceStub.echoPublisher(PublishingServiceStub.java:154) 
        at src.src.ClientEcho.main(ClientEcho.java:17) 
>> 
The client is not expecting a response when it calls the operation but Axis 2 seems to be waiting for one anyway and it times out after 30 seconds.

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


[jira] Resolved: (AXIS2-2434) One way operation not supported by Axis2

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera resolved AXIS2-2434.
--------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2)
         Assignee: Asankha C. Perera

Fixed in trunk, and could be applied to the 1.2 branch to get into the next RC as soon as it is confirmed that the fix behaves as expected

The change will not create a temporary queue nor wait for a response for one way messages

> One way operation not supported by Axis2
> ----------------------------------------
>
>                 Key: AXIS2-2434
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2434
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: Windows XP,  JMS transport for Axis2, binary distribution
>            Reporter: Khaled BADRI
>         Assigned To: Asankha C. Perera
>
> When using the JMS transport for a web service which have a one way operation (void runPublisher() ) and when calling it from a client , it came up with this exception: 
> << 
> 23 mars 2007 14:26:33 org.apache.axis2.transport.jms.JMSSender invoke 
> ATTENTION: Did not receive a JMS response within 30000 ms to destination : topic://pubtopic.TestTopic 
> org.apache.axis2.AxisFault: Incoming message input stream is null 
>         at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:64) 
>         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:252) 
>         at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202) 
>         at src.src.PublishingServiceStub.echoPublisher(PublishingServiceStub.java:154) 
>         at src.src.ClientEcho.main(ClientEcho.java:17) 
> >> 
> The client is not expecting a response when it calls the operation but Axis 2 seems to be waiting for one anyway and it times out after 30 seconds.

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