[jboss-cvs] JBossAS SVN: r84885 - projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 27 12:45:20 EST 2009


Author: ALRubinger
Date: 2009-02-27 12:45:20 -0500 (Fri, 27 Feb 2009)
New Revision: 84885

Modified:
   projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/Ejb3Deployment.java
Log:
[EJBTHREE-1641] Remove references to @Deprecated RemoteProxyFactoryRegistry

Modified: projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/Ejb3Deployment.java
===================================================================
--- projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/Ejb3Deployment.java	2009-02-27 17:43:44 UTC (rev 84884)
+++ projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/Ejb3Deployment.java	2009-02-27 17:45:20 UTC (rev 84885)
@@ -55,7 +55,6 @@
 import org.jboss.ejb3.metadata.JBossSessionGenericWrapper;
 import org.jboss.ejb3.pool.PoolFactoryRegistry;
 import org.jboss.ejb3.proxy.factory.ProxyFactoryHelper;
-import org.jboss.ejb3.proxy.factory.RemoteProxyFactoryRegistry;
 import org.jboss.ejb3.resolvers.DefaultMessageDestinationReferenceResolver;
 import org.jboss.ejb3.resolvers.MessageDestinationReferenceResolver;
 import org.jboss.injection.InjectionHandler;
@@ -206,19 +205,6 @@
       this.cacheFactoryRegistry = registry;
    }
 
-   @Deprecated
-   public RemoteProxyFactoryRegistry getRemoteProxyFactoryRegistry()
-   {
-      log.warn("[EJBTHREE-1641] NoOp getRemoteProxyFactoryRegistry; developers may ignore this message; it will be removed when backwards-compatibility between EJB3 and AS is resolved");
-      return null;
-   }
-   
-   @Deprecated
-   public void setRemoteProxyFactoryRegistry(RemoteProxyFactoryRegistry registry)
-   {
-      log.warn("[EJBTHREE-1641] NoOp setRemoteProxyFactoryRegistry; developers may ignore this message; it will be removed when backwards-compatibility between EJB3 and AS is resolved");
-   }
-
    public PersistenceManagerFactoryRegistry getPersistenceManagerFactoryRegistry()
    {
       return persistenceManagerFactoryRegistry;




More information about the jboss-cvs-commits mailing list