Method to create Trx with other Connection (FHCA-2544)

Description

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

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created April 12, 2021 at 2:44 PM
Updated June 1, 2021 at 6:06 PM
Resolved April 14, 2021 at 2:48 PM

Flag notifications