-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
-
Migration
-
EJB client application using legacy EJB libraries (namely EAP 7.0 EJB client - org.jboss.eap:wildfly-ejb-client-bom:7.0.0.GA-redhat-2 and EAP 7.1 legacy EJB client - org.jboss.eap:wildfly-ejb-client-legacy-bom:7.1.0.GA-redhat-7) attempting to invoke method of secured bean on EAP 7.1 running on standalone-ha profile is unable to authenticate and get proper authorisation. The same EJB client application will be able to authenticate properly and get proper authorisation for remote call of EJB method if the secured bean runs on EAP 7.1 running on standalone profile.
This problem does not manifest at all for the same EJB client application if the EJB client library is org.jboss:jboss-ejb-client. The application will also be able to get properly authenticated and function with the same bean deployment on EAP 7.0. For more details, please see the reproducer application.
I am marking this as a regression and therefore a blocker based on the fact that previously working configuration does not work with EAP 7.1.
- clones
-
JBEAP-13490 Legacy EJB client application is unable to authenticate against secured EJB deployment running on server on standalone-ha profile
- Closed