-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR14
-
None
Exception in thread "main" java.lang.IllegalStateException: EJBCLIENT000024: Not able to find EJB matching "StatefulEJBLocator for "/server/HelloBeanStateful", view is interface ejb.HelloBeanRemote, affinity is Node "jmartisk", session ID is UnknownSessionID [6965565754575065486653705267575765495267535567685765485750555054]" at org.jboss.ejb.client.EJBClientContext.discoverAffinityNode(EJBClientContext.java:800) at org.jboss.ejb.client.EJBClientContext.performLocatedAction(EJBClientContext.java:677) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:146) at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:96) at com.sun.proxy.$Proxy2.hello(Unknown Source) at client.Client.main(Client.java:28)
- stateless beans work
- stateful beans work when executing against EAP 7.1, but not 7.0
- reproducer with instructions attached
- is blocked by
-
JBEAP-10159 Sticky authentication is not working correctly
- Closed
-
JBEAP-10101 Upgrade ejb client to 4.0.0.Beta23 from 4.0.0.Beta22
- Closed
- is caused by
-
EJBCLIENT-207 Affinity serialization is wrong in several cases
- Resolved