Skip to content

Commit

Permalink
Switch back to remote proxy implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed May 26, 2017
1 parent 641e170 commit a2ab963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
## Features

* Add new LdapLoginModule to allow authentication against an OpenLdap server
* Improve session bean performance by replacing remote proxy with a lightweight local implementation

# Version 1.1.4-beta10

Expand Down
2 changes: 1 addition & 1 deletion src/AppserverIo/Appserver/Core/AbstractEpbManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function registerEpbReference(EpbReferenceDescriptorInterface $epbReferen
$application->getNamingDirectory()
->bind(
$uri,
array(&$this, 'lookupLocalProxy'),
array(&$this, 'lookupProxy'),
array(sprintf('%s/local', $beanName))
);

Expand Down

0 comments on commit a2ab963

Please sign in to comment.