[hornetq-commits] JBoss hornetq SVN: r9313 - trunk/src/main/org/hornetq/ra/inflow.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jun 14 00:52:14 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-06-14 00:52:14 -0400 (Mon, 14 Jun 2010)
New Revision: 9313

Modified:
   trunk/src/main/org/hornetq/ra/inflow/HornetQActivationSpec.java
Log:
Fixing RA Test by removing unused property

Modified: trunk/src/main/org/hornetq/ra/inflow/HornetQActivationSpec.java
===================================================================
--- trunk/src/main/org/hornetq/ra/inflow/HornetQActivationSpec.java	2010-06-13 22:55:05 UTC (rev 9312)
+++ trunk/src/main/org/hornetq/ra/inflow/HornetQActivationSpec.java	2010-06-14 04:52:14 UTC (rev 9313)
@@ -530,27 +530,6 @@
       this.localTx = localTx;
    }
 
-
-   public void setTransactionManagerLocatorClass(final String transactionManagerLocatorClass)
-   {
-      log.info("TransactionManagerLocatorClass property on the Activation Setup is deprecated and it has no use. Use the property on the HornetQ Resource Adapter if you need");
-   }
-
-   public String getTransactionManagerLocatorClass()
-   {
-      return null;
-   }
-
-   public String getTransactionManagerLocatorMethod()
-   {
-      return null;
-   }
-
-   public void setTransactionManagerLocatorMethod(final String transactionManagerLocatorMethod)
-   {
-      log.info("setTransactionManagerLocatorMethod property on the Activation Setup is deprecated and it has no use. Use the property on the HornetQ Resource Adapter if you need");
-   }
-
    /**
     * Validate
     * @exception InvalidPropertyException Thrown if a validation exception occurs



More information about the hornetq-commits mailing list