|
Change By:
|
Michael Gronau
(19/Jun/12 8:02 AM)
|
|
Workaround Description:
|
from within a client-side ejb interceptor add some data with context.getContextData().put(...). On the server-side ejb interceptor try to read it with context.getContextData().get(...).
|
|
Steps to Reproduce:
|
from within a client-side ejb interceptor add some data with context.getContextData().put(...). On the server-side ejb interceptor try to read it with context.getContextData().get(...).
|
|
Forum Reference:
|
https://community.jboss.org/message/742662
|