[jboss-cvs] JBossAS SVN: r59641 - branches/Branch_4_2/server/src/main/org/jboss/metadata.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 15 05:30:58 EST 2007


Author: alex.loubyansky at jboss.com
Date: 2007-01-15 05:30:56 -0500 (Mon, 15 Jan 2007)
New Revision: 59641

Modified:
   branches/Branch_4_2/server/src/main/org/jboss/metadata/EntityMetaData.java
Log:
update default entity invoker names. these names should be abstract and configured externaly to avoid these issues in the future

Modified: branches/Branch_4_2/server/src/main/org/jboss/metadata/EntityMetaData.java
===================================================================
--- branches/Branch_4_2/server/src/main/org/jboss/metadata/EntityMetaData.java	2007-01-15 09:39:08 UTC (rev 59640)
+++ branches/Branch_4_2/server/src/main/org/jboss/metadata/EntityMetaData.java	2007-01-15 10:30:56 UTC (rev 59641)
@@ -54,9 +54,9 @@
    public final static int CMP_VERSION_1 = 1;
    public final static int CMP_VERSION_2 = 2;
    public static final String DEFAULT_ENTITY_INVOKER_PROXY_BINDING =
-      "entity-rmi-invoker";
+      "entity-unified-invoker";
    public static final String DEFAULT_CLUSTERED_ENTITY_INVOKER_PROXY_BINDING =
-      "clustered-entity-rmi-invoker";
+      "clustered-entity-unified-invoker";
 
    // Attributes ----------------------------------------------------
    private boolean cmp;




More information about the jboss-cvs-commits mailing list