[jboss-cvs] JBossAS SVN: r64263 - branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/mdb.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jul 24 18:00:06 EDT 2007
Author: bdecoste
Date: 2007-07-24 18:00:06 -0400 (Tue, 24 Jul 2007)
New Revision: 64263
Modified:
branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java
Log:
[EJBTHREE-1019] fix and test for invoking Local proxies remotely. Modified Ejb3Registry to use a GUID instead of the ObjectName of the container.
Modified: branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java
===================================================================
--- branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java 2007-07-24 21:59:08 UTC (rev 64262)
+++ branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java 2007-07-24 22:00:06 UTC (rev 64263)
@@ -147,7 +147,7 @@
innerStart();
- timerService = TimerServiceFactory.getInstance().createTimerService(this.getObjectName(), this);
+ timerService = TimerServiceFactory.getInstance().createTimerService(this, this);
startProxies();
More information about the jboss-cvs-commits
mailing list