* don't test or init datasource for wan profile
This commit is contained in:
parent
1d69ec3afc
commit
ada57fd26c
|
@ -1243,9 +1243,13 @@ public class CConnection implements Serializable
|
|||
break;
|
||||
}
|
||||
}
|
||||
//hengsin, don't test datasource for wan profile
|
||||
if (!isRMIoverHTTP())
|
||||
{
|
||||
if (m_db != null) // test class loader ability
|
||||
m_db.getDataSource(this);
|
||||
}
|
||||
}
|
||||
catch (NoClassDefFoundError ee)
|
||||
{
|
||||
System.err.println("Environment Error - Check Adempiere.properties - " + ee);
|
||||
|
|
Loading…
Reference in New Issue