[jboss-jira] [JBoss JIRA] Resolved: (JBREM-685) A server needs redundant information to detect a one way invocation
Tom Elrod (JIRA)
jira-events at lists.jboss.org
Wed Feb 21 03:50:35 EST 2007
[ http://jira.jboss.com/jira/browse/JBREM-685?page=all ]
Tom Elrod resolved JBREM-685.
------------------------------
Resolution: Won't Fix
The Client.ONEWAY_FLAG indicates that is oneway on the client side. However, the OnewayInvocation type is only used when is processed on the server side for oneway invocation (i.e. only when the invocation should be processed on the server side as an oneway invocation is the type an OnewayInvocation).
But, there is an issue with oneway invocations described in JBREM-706 that needs addressing.
> A server needs redundant information to detect a one way invocation
> -------------------------------------------------------------------
>
> Key: JBREM-685
> URL: http://jira.jboss.com/jira/browse/JBREM-685
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.0.Beta1 (Bluto)
> Reporter: Ovidiu Feodorov
> Priority: Minor
> Fix For: 2.2.0.Beta1 (Bluto)
>
>
> An oneway invocation is correctly processed on the server side only if:
> 1. It wraps an OnewayInvocation instance
> 2. It contains Client.ONEWAY_FLAG in its request payload metadata
> This is redundant.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list