Skip to:
In order to connect to other database it would be good to have:
a method in class org.compiere.util.Trx to create a new Trx with other Connection, like
public static Trx get(String trxName, boolean createNew, Connection conn) {...}
change the private constructor to protected:
protected Trx (String trxName, Connection con)
or both
In order to connect to other database it would be good to have:
a method in class org.compiere.util.Trx to create a new Trx with other Connection, like
public static Trx get(String trxName, boolean createNew, Connection conn) {...}
change the private constructor to protected:
protected Trx (String trxName, Connection con)
or both