#idempiere IRC log for Saturday, 2015-12-05

*** a42niem has quit IRC01:08
*** hieplq-bk has joined #idempiere02:29
*** hieplq-bk has quit IRC05:04
*** silphium has joined #idempiere05:15
*** silphium has quit IRC05:17
*** hieplq-bk has joined #idempiere05:21
*** hieplq-bk has quit IRC05:48
*** hieplq-bk has joined #idempiere05:49
*** RecordingBot` has joined #idempiere06:03
*** RecordingBot has quit IRC06:03
*** hieplq-bk has quit IRC08:43
*** nmicoud has joined #idempiere08:58
*** nmicoud has quit IRC09:01
*** a42niem has joined #idempiere09:16
*** nmicoud has joined #idempiere10:11
*** nmicoud has quit IRC10:32
*** hieplq has joined #idempiere11:02
Not-42d1[IDEMPIERE] hieplq updated IDEMPIERE-1847 Attachment set to "IDEMPIERE-1847.patch"12:29
Not-42d1[IDEMPIERE] Hi [~nmicoud]. test your patch and see two issue. do you have any update for this ticket? 1. else if (element.getName().equalsIgnoreCase((table.getTableName().substring(0, table.getTableName().length()-4)) + "_ID")) { // ID de la table parent when length of table name < 4 will make out of bound exception 2. MTable tableParent = MTable.get(getCtx(), tableParentName); tableParent just exists in current12:29
Not-42d1transaction, so this called in non transaction let tableParent null idempiere miss function get table with name and transaction. i add it thru path [^IDEMPIERE-1847.patch]12:29
Not-42d1[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-184712:29
Not-42d1[IDEMPIERE] hieplq updated IDEMPIERE-184712:47
Not-42d1[IDEMPIERE] Hi [~nmicoud]. test your patch and see two issue. do you have any update for this ticket? 1. else if (element.getName().equalsIgnoreCase((table.getTableName().substring(0, table.getTableName().length()-4)) + "_ID")) { // ID de la table parent when length of table name < 4 will make out of bound exception fix by: element.getName().toUpcase().endsWith("_ID") 2. MTable tableParent = MTable.get(getCtx(),12:47
Not-42d1tableParentName); tableParent just exists in current transaction, so this called in non transaction let tableParent null idempiere miss function get table with name and transaction. i add it thru path [^IDEMPIERE-1847.patch]12:47
Not-42d1[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-184712:47
Not-42d1[IDEMPIERE] hieplq updated IDEMPIERE-184712:47
Not-42d1[IDEMPIERE] for sync column. why you don't reuse process org.compiere.process.ColumnSync?12:47
Not-42d1[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-184712:47
Not-42d1[IDEMPIERE] hieplq created IDEMPIERE-2958 get wrong process when call startJavaProcess.ProcessUtil14:52
Not-42d1[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-295814:52
*** hieplq has quit IRC17:27
*** holacr has joined #idempiere21:18

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!