Author: lektran
Date: Fri Jan 22 19:11:18 2010
New Revision: 902226
URL:
http://svn.apache.org/viewvc?rev=902226&view=revLog:
Removed deprecated method ConnectionFactory.tryGenericConnectionSources(String, Element)
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java
Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java?rev=902226&r1=902225&r2=902226&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java Fri Jan 22 19:11:18 2010
@@ -78,11 +78,6 @@
return con;
}
- @Deprecated
- public static Connection tryGenericConnectionSources(String helperName, Element inlineJdbcElement) throws SQLException, GenericEntityException {
- return getManagedConnectionFactory().getConnection(helperName, inlineJdbcElement);
- }
-
public static ConnectionFactoryInterface getManagedConnectionFactory() {
if (_factory == null) { // don't want to block here
synchronized (TransactionFactory.class) {