[jboss-jira] [JBoss JIRA] (AS7-6356) Locally transmitted context data is not received

Brad Maxwell (JIRA) jira-events at lists.jboss.org
Mon Feb 11 01:26:56 EST 2013


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

Brad Maxwell updated AS7-6356:
------------------------------

    Workaround Description: 
Disable LocalEjbReceiver via exclude-local-receiver="true" in jboss-ejb-client.xml to use the remote receiver.

<jboss-ejb-client xmlns="urn:jboss:ejb-client:1.0">
    <client-context>
        <ejb-receivers exclude-local-receiver="true">
            <remoting-ejb-receiver outbound-connection-ref="remote-ejb-connection"/>
        </ejb-receivers>
    </client-context>
</jboss-ejb-client>

See this URL for setting up outbound connection

https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance
               Component/s: EJB
                                (was: Remoting)

    
> Locally transmitted context data is not received
> ------------------------------------------------
>
>                 Key: AS7-6356
>                 URL: https://issues.jboss.org/browse/AS7-6356
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 7.1.3.Final (EAP)
>            Reporter: Wouter De Borger
>            Assignee: David Lloyd
>              Labels: ejb
>
> ContextData attached to request is not transmitted when LocalEJBReceiver is used. 
> org.jboss.as.ejb3.remote.LocalEJBReceiver:177
> context.setContextData(new HashMap<String, Object>());
> see also https://issues.jboss.org/browse/AS7-5021

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list