[jboss-remoting-issues] [JBoss JIRA] Resolved: (JBREM-1288) StreamServer for in-jvm connection should create a LocalServerInvoker

Ron Sigal (JIRA) jira-events at lists.jboss.org
Wed May 4 22:59:18 EDT 2011


     [ https://issues.jboss.org/browse/JBREM-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Sigal resolved JBREM-1288.
------------------------------

    Resolution: Done


Test is passing in hudson.

> StreamServer for in-jvm connection should create a LocalServerInvoker
> ---------------------------------------------------------------------
>
>                 Key: JBREM-1288
>                 URL: https://issues.jboss.org/browse/JBREM-1288
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.5.4.SP1
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.5.4.SP2
>
>
> When the org.jboss.remoting.Client method
>    public Object invoke(InputStream inputStream, Object param) throws Throwable;
> or one of its variants is called, it calls new StreamServer(inputStream), which creates an org.jboss.remoting.transport.Connector to serve the contents of the InputStream.  To determine the transport to be used, StreamServer looks for a system property "remoting.stream.transport", and, if it doesn't exist, it uses "socket" by default.  However, if the InputStream is being sent to a server in the same JVM, the "local" transport should be used.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-remoting-issues mailing list