I have "bad" feeling that @Service bean is instantiated two time... I am
lookuping it from the two places: one is from the client site via remote interface and
another - using local interface for itnernal use.
Could someone confirm or deny this or point to some specification material? And perhaps
there is workaroud?
Thanks, a lot!
| @Service
| @Stateless
| @RemoteBinding(jndiBinding = "SessionManager")
| @LocalBinding(jndiBinding = "SessionManagerInternal")
| @RunAs("licensed")
| public class SessionManagerBean implements SessionManager, InternalSessionManager
| {
| ...
| }
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211172#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...