"ALRubinger" wrote : We could expose this by adding interface support for a
JBossStatefulSessionObject in the proxy, which has some method getId();
I did this in r85648 for
https://jira.jboss.org/jira/browse/EJBTHREE-1758.
StatefulSessionProxy statefulProxy = (StatefulSessionProxy)proxy;
| Serializable sessionId = statefulProxy.getSessionId();
S,
ALR
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216245#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...