#idempiere IRC log for Friday, 2017-09-08

Not-cd20[IDEMPIERE] ralexsander created IDEMPIERE-3477 Allow use of variables in workflow next condition01:11
Not-cd20[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347701:11
Not-cd20[IDEMPIERE] ralexsander updated IDEMPIERE-3477 Attachment set to "IDEMPIERE-3477.patch"01:14
Not-cd20[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347701:14
Not-cd20[iDempiere4.1Daily] jenkins built #106 completed (failure) http://ci.idempiere.org/job/iDempiere4.1Daily/106/04:25
*** nmicoud has joined #idempiere06:44
*** a42niem has joined #idempiere06:49
*** jdoh has joined #idempiere08:37
*** jdpaniag_ has quit IRC10:06
*** mbozem has joined #idempiere10:16
*** Not-cd20 has quit IRC10:20
*** jdpaniagua has joined #idempiere10:49
*** Not-bfd4 has joined #idempiere11:37
Not-bfd4[IDEMPIERE] I think it can have value for some users and not for others - maybe a user preference?11:37
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347411:37
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-347412:01
Not-bfd4[IDEMPIERE] yeb, it should be parameter on import csv panel and import csv product, i got useless case when import about 3000 product.12:01
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347412:01
Not-bfd4[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-4.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/12:52
Not-bfd4[iDempiere] globalqss b46d8d2 - IDEMPIERE-3471 Fix amount in words for Brazilian Portuguese / Thanks to Ricardo Santana (ralexsander)12:52
Not-bfd4[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3471 status set to "Resolved" -assignee set to "Ricardo Santana" -resolution set to "Fixed"12:55
Not-bfd4[IDEMPIERE] Thanks [~ralexsander]. I integrated the patch as, but I see some concern about the inclusion of the currency within a translation. I mean - the word Reais, it's not added by this patch, but that means that this class is not useful for Portugal, or Mozambique. Regards, Carlos Ruiz12:55
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347112:55
*** CarlosRuiz has joined #idempiere12:57
Not-bfd4[iDempiere4.1] jenkins built #181 completed (success) http://ci.idempiere.org/job/iDempiere4.1/181/13:12
Not-bfd4[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-4.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/13:14
Not-bfd4[iDempiere] globalqss eb92324 - IDEMPIERE-3477 Allow use of variables in workflow next condition / thanks to Ricardo Santana (ralexsander)13:14
Not-bfd4[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3477 status set to "Resolved" -assignee set to "Ricardo Santana" -resolution set to "Fixed"13:14
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347713:14
Not-bfd4[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-4.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/13:19
Not-bfd4[iDempiere] globalqss fd0fa62 - IDEMPIERE-3472 Env.parseVariable not keeping unparseable variable / thanks to Ricardo Santana (ralexsander)13:19
Not-bfd4[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3472 status set to "Resolved" -assignee set to "Ricardo Santana" -resolution set to "Fixed"13:19
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347213:19
Not-bfd4[iDempiere] CarlosRuiz_globalqss pushed 2 commits to release-4.1 [+0/-0/±11] https://bitbucket.org/idempiere/idempiere/commits/13:29
Not-bfd4[iDempiere] Andy Conn bfd563b - IDEMPIERE-3469 MProductPricing does not consider new Product in current transaction13:29
Not-bfd4[iDempiere] globalqss b4096bf - IDEMPIERE-3469 MProductPricing does not consider new Product in current transaction / peer review - solve deprecated warnings13:29
Not-bfd4[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3469 status set to "Resolved" -assignee set to "Andy Conn" -resolution set to "Fixed"13:30
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-346913:30
Not-bfd4[IDEMPIERE] freepath updated IDEMPIERE-346413:38
Not-bfd4[IDEMPIERE] The fact that the engines are cached: once one is cached, even if you deploy a new version of groovy plugin (for exampe) the engine is still cached so the old one is used. The new one will be ignored.13:38
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-346413:38
Not-bfd4[IDEMPIERE] freepath updated IDEMPIERE-346413:42
Not-bfd4[IDEMPIERE] I have tried a different solution checking the classloader of the engine and using the cached one if they come from the same classloader, but it requires creating an instance of an engine and throwing it away in nearly all case. This should work based on the assumption that every plugin has a different classloader, so if the classloader is different, its a newly-deployed plugin. In the end i opted for the13:42
Not-bfd4first solution because i didnt like the idea of creating many isntances just to be thrown away to support an extremely rare situation.13:42
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-346413:42
Not-bfd4[iDempiere4.1] jenkins built #182 completed (success) http://ci.idempiere.org/job/iDempiere4.1/182/13:42
Not-bfd4[IDEMPIERE] freepath updated IDEMPIERE-2254 Attachment set to "idempiere-server.bat"13:47
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-225413:47
Not-bfd4[IDEMPIERE] freepath updated IDEMPIERE-225413:51
Not-bfd4[IDEMPIERE] I have modified the server startup script to allow an external batch to set java variables (and/or other env. variables like JAVA_HOME). If a file called idempiere-env.sh/.cmd is found on the same path as idempiere-server.sh then its read. Its main purpose is to be able to set the env. variable IDEMPIERE_OPTS wich is then added to the start command line. WDYT ? Regards, Silvano (www.freepath.it)13:51
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-225413:51
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-346413:55
Not-bfd4[IDEMPIERE] how about if do it like before 1. plugin provide script engine will fire a "install script engine" event when it it's deploy 2. every plugin provide script engine will listen "install script engine" event, if it have lower version it should clear cache by itself. 3. every plugin provide script engine have to remove it from cache when uninstall.13:55
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-346413:55
Not-bfd4[iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+4/-0/±9] https://bitbucket.org/idempiere/idempiere/commits/14:02
Not-bfd4[iDempiere] globalqss b434b05 - IDEMPIERE-2353 Please, add to WLocationDialog & C_Location new field Address5 / thanks to Anna Smirnova from Palichmos14:02
Not-bfd4[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2353 status set to "Resolved" -assignee set to "Anna Smirnova" -resolution set to "Fixed"14:04
Not-bfd4[IDEMPIERE] Thanks [~kinerix], I made a couple of changes to the patches: - dropped the element renaming in the migration script - that's dependent on every country - moved the @Com@ in WLocationDialog and VLocationDialog to the top - code was not being reach because first was caught the startwith "C"14:05
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-235314:05
Not-bfd4[iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+18/-0/±50] https://bitbucket.org/idempiere/idempiere/commits/14:05
Not-bfd4[iDempiere] globalqss 30f2a81 - hg merge release-4.1 (merge release4.1 into development)14:05
Not-bfd4[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-225414:09
Not-bfd4[IDEMPIERE] Hi [~freepath], recently we fixed the IDEMPIERE_JAVA_OPTIONS issue with ticket IDEMPIERE-3451. Now you can set up that on the myEnvironment and it will be used correctly (same as it was before in adempiere).14:09
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-225414:09
*** CarlosRuiz has quit IRC14:11
Not-bfd4[iDempiere] jenkins built #1853 completed (success) http://ci.idempiere.org/job/iDempiere/1853/14:23
*** Junior has quit IRC14:27
Not-bfd4[IDEMPIERE] freepath updated IDEMPIERE-225414:47
Not-bfd4[IDEMPIERE] Hi Carlos, i dont see the windows version. Any particular reason ?14:47
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-225414:47
Not-bfd4[IDEMPIERE] freepath updated IDEMPIERE-345114:59
Not-bfd4[IDEMPIERE] Hi Carlos, what about moving the execution of myEnvironment.sh before the check for JAVA_HOME, so it can be used to set the JAVA_HOME ?14:59
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-345114:59
*** nmicoud has quit IRC15:03
*** jdpaniag_ has joined #idempiere15:45
*** jdpaniagua has quit IRC15:48
*** jdpaniag_ has quit IRC16:00
Not-bfd4[IDEMPIERE] kinerix updated IDEMPIERE-235317:33
Not-bfd4[IDEMPIERE] Thank you! :)17:33
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-235317:33
*** jdpaniagua has joined #idempiere18:57
*** jdpaniagua has quit IRC23:08
*** a42niem has quit IRC23:51

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