-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
False
-
-
-
-
-
-
-
-
Undefined
-
In WildFly main branch, the error code was defined to 527:
@LogMessage(level = ERROR) @Message(id = 527, value = "Remoting connector (address %s, port %s) is not correctly configured for EJB client invocations, the connector must be listed in <remote/> 'connectors' attribute to receive EJB client invocations") void connectorNotConfiguredForEJBClientInvocations(String address, int port);
But in EAP 7.4 , it was defined to 526:
@LogMessage(level = ERROR) @Message(id = 526, value = "Remoting connector (address %s, port %s) is not correctly configured for EJB client invocations, the connector must be listed in <remote/> 'connectors' attribute to receive EJB client invocations") void connectorNotConfiguredForEJBClientInvocations(String address, int port);
which is confusing, and it blocks the PR: https://github.com/jbossas/jboss-eap7/pull/3896 from merging because it used error code: 526 as well.
- blocks
-
JBEAP-21323 [GSS](7.4.z) CLI ...service=timer-service/timer=* throws NullPointerException
- Closed
- is caused by
-
JBEAP-21074 Model change in EJB remote service causes regression against 7.3
- Closed