IDEMPIERE-2745 2Pack is not creating foreign keys / fix lock

This commit is contained in:
Carlos Ruiz 2015-08-18 17:14:26 -05:00
parent 04dc38b1e4
commit 0cc46e7e48
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ public class PackInHandler extends DefaultHandler {
return;
for (int columnID : deferFK) {
MColumn column = MColumn.get(m_ctx.ctx, columnID);
MColumn column = new MColumn(m_ctx.ctx, columnID, m_ctx.trx.getTrxName());
try {
Connection conn = m_ctx.trx.getConnection();
DatabaseMetaData md = conn.getMetaData();