I do not see any obvious problems within your configuration, so I think you
have to do some JBoss code debugging. Step into both calls to
MessagingManagerHome messagingManagerHome = (MessagingManagerHome)
context.lookup("ejb/hp/notification/MessagingManager");
and
MessagingManager messagingManager = messagingManagerHome.create();
First check, if you are getting a marshalled object reference (CallByValue) by
your call to context.lookup().
That step into the MessagingMangerHom.create() and and MessagingManger. code
and look for some HA-aware JBoss internal proxy code sequences....
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872194#3872194
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872194
-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user