[jboss-cvs] JBossAS SVN: r67924 - trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1075/homeonly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 4 23:33:55 EST 2007


Author: ALRubinger
Date: 2007-12-04 23:33:55 -0500 (Tue, 04 Dec 2007)
New Revision: 67924

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1075/homeonly/RemoteHomeOnly21Bean.java
Log:
[EJBTHREE-1075] Corrected RemoteHome definition in Unit Test

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1075/homeonly/RemoteHomeOnly21Bean.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1075/homeonly/RemoteHomeOnly21Bean.java	2007-12-05 04:29:19 UTC (rev 67923)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1075/homeonly/RemoteHomeOnly21Bean.java	2007-12-05 04:33:55 UTC (rev 67924)
@@ -21,7 +21,7 @@
  * @version $Revision:  $
  */
 @Stateless
- at RemoteHome(RemoteHome.class)
+ at RemoteHome(RemoteHomeOnly21Home.class)
 @Remote(RemoteHomeOnly21Business.class)
 @RemoteBinding(jndiBinding=RemoteHomeOnly21Business.JNDI_NAME_REMOTE)
 public class RemoteHomeOnly21Bean implements RemoteHomeOnly21Business




More information about the jboss-cvs-commits mailing list