]
Jason Greene reassigned WFLY-9358:
----------------------------------
Assignee: Jason Greene (was: David Lloyd)
Remote EJB clustered node discovery is ignored
----------------------------------------------
Key: WFLY-9358
URL:
https://issues.jboss.org/browse/WFLY-9358
Project: WildFly
Issue Type: Bug
Components: EJB, Naming, Remoting
Environment: 7.1.0.Beta and 7.1.0.ER2
Reporter: Wolf-Dieter Fink
Assignee: Jason Greene
Priority: Blocker
If a client use PROVIDER_URL as property for InitialContext it is expected that if one of
the servers is available the invocation is successful.
But if the first server is not available the invocation fail as the provided proxy has an
URI affinity even if there are multiple servers listed
Context.PROVIDER_URL ==
"http-remoting://localhost:8080,http-remoting://localhost:8180"
The proxy looks like this:
Proxy for remote EJB StatelessEJBLocator for
"EAP71-PLAYGROUND-server/ejb/SimpleBean", view is interface
org.jboss.wfink.eap71.playground.Simple, affinity is
URI<http-remoting://localhost:8080>