You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/07 19:13:00 UTC

[jira] [Commented] (TOMEE-2137) Optimization on longer applied to remote beans

    [ https://issues.apache.org/jira/browse/TOMEE-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242672#comment-16242672 ] 

ASF GitHub Bot commented on TOMEE-2137:
---------------------------------------

GitHub user tcanavan opened a pull request:

    https://github.com/apache/tomee/pull/110

    Fixed Ejb Proxy Handler not to unmarshall for every remote call

    TOMEE-2137: Reintroduced optimisation

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tcanavan/tomee TOMEE-2137-OPTIMIZATION

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomee/pull/110.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #110
    
----
commit 04e4b2e1cfb0d32dae1078187b5df0abf160e006
Author: Tim Canavan <ti...@timos-imac.fritz.box>
Date:   2017-11-07T19:05:40Z

    Fixed Ejb Proxy Handler not to unmarshall for every remote call

----


> Optimization on longer applied to remote beans
> ----------------------------------------------
>
>                 Key: TOMEE-2137
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2137
>             Project: TomEE
>          Issue Type: Bug
>            Reporter: Timothy Canavan
>              Labels: pull-request-available
>
> Serialization copy happening for remote interfaces 
> if (strategy == CLASSLOADER_COPY || getBeanContext().getInterfaceType(interfce) == InterfaceType.BUSINESS_REMOTE) {



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)