Author: jacopoc
Date: Sat Jun 23 08:33:01 2012
New Revision: 1353094
URL:
http://svn.apache.org/viewvc?rev=1353094&view=revLog:
Removed some junk and unused code left over after the commit:
Author: jleroux
Date: Fri Jun 3 19:05:07 2011
New Revision: 1131144
was "reverted" as part of:
Author: jleroux
Date: Fri Sep 23 19:22:40 2011
New Revision: 1174964
The code is still broken.
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java
ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java
Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java?rev=1353094&r1=1353093&r2=1353094&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java Sat Jun 23 08:33:01 2012
@@ -76,7 +76,6 @@ import org.ofbiz.entity.util.EntityCrypt
import org.ofbiz.entity.util.EntityFindOptions;
import org.ofbiz.entity.util.EntityListIterator;
import org.ofbiz.entity.util.SequenceUtil;
-//import org.ofbiz.service.ServiceDispatcher;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
@@ -105,7 +104,6 @@ public class GenericDelegator implements
protected Cache cache = null;
protected DistributedCacheClear distributedCacheClear = null;
- protected boolean enableJMS = true;
protected EntityEcaHandler<?> entityEcaHandler = null;
protected SequenceUtil sequencer = null;
protected EntityCrypto crypto = null;
@@ -2922,9 +2920,6 @@ public class GenericDelegator implements
}
}
- /* (non-Javadoc)
- * @see org.ofbiz.entity.Delegator#getEnableJMS()
- */
public boolean useDistributedCacheClear() {
return this.getDelegatorInfo().useDistributedCacheClear;
}
Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java?rev=1353094&r1=1353093&r2=1353094&view=diff==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java Sat Jun 23 08:33:01 2012
@@ -1080,15 +1080,6 @@ public class ServiceDispatcher {
ServiceDispatcher.enableJMS = enable;
}
-
- /**
- * Get Enabled/Disabled JMS listeners status
- * @return boolean true is JMS listeners are enabled
- */
- public static boolean getEnableJMS() {
- return ServiceDispatcher.enableJMS;
- }
-
/**
* Enables/Disables the startup services globally
* (this will not effect any dispatchers already running)