Title: Using Scoped EJB Client Contexts Describe the issue: When using the property "org.jboss.ejb.client.scoped.context", Context data is set as null. Suggestions for improvement: Additional information: When using naming "ejb:" i get an 10:22:21,486 ERROR [stderr] (http-/0.0.0.0:8080-1) java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:cls-calogi-app-1.3.2.6, moduleName:jf-security-implementation-4.1.0, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@1e41d80f final Properties ejbClientContextProps = new Properties(); ejbClientContextProps.put(Context.URL_PKG_PREFIXES, "org.jboss.ejb.client.naming"); ejbClientContextProps.put("org.jboss.ejb.client.scoped.context", "true"); ---> if i remove this line, ejb proxy work (no exception above) but context data always null. LOGGER.info("lookup for ejb : " + jndiName); final javax.naming.Context context = new InitialContext(p); EJBClientContext.getCurrent().registerInterceptor(0,new JBossLoginClientInterceptor());
Closing as this does not look like a documentation issue. You should open a support case for your issue: https://access.redhat.com/support/cases/