jakartaee / platform-tck

Jakartaee-tck
Other
130 stars 109 forks source link

Investigate using lookup-name @EJB(lookup="...") in place of ejb-link in JPA tests #1667

Open starksm64 opened 1 week ago

starksm64 commented 1 week ago

As a proposed workaround to the current failures of remote EJB lookups in app clients in the JPA EJB test vehicles, one could use the application-client/ejb-ref/lookup-name="global-jndi-name" + @EJB(lookup="global-jndi-name") on the vehicle interface to workaround the current failure to properly resolve the application-client/ejb-ref/ejb-link value.