<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://globalqss.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IDempiere%2FFullMeeting20141015</id>
	<title>IDempiere/FullMeeting20141015 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://globalqss.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IDempiere%2FFullMeeting20141015"/>
	<link rel="alternate" type="text/html" href="https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20141015&amp;action=history"/>
	<updated>2026-04-05T19:30:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20141015&amp;diff=446&amp;oldid=prev</id>
		<title>CarlosRuiz: drop JIRA notifications from log</title>
		<link rel="alternate" type="text/html" href="https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20141015&amp;diff=446&amp;oldid=prev"/>
		<updated>2014-10-16T02:37:22Z</updated>

		<summary type="html">&lt;p&gt;drop JIRA notifications from log&lt;/p&gt;
&lt;a href=&quot;https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20141015&amp;amp;diff=446&amp;amp;oldid=445&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>CarlosRuiz</name></author>
		
	</entry>
	<entry>
		<id>https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20141015&amp;diff=445&amp;oldid=prev</id>
		<title>CarlosRuiz: full meeting</title>
		<link rel="alternate" type="text/html" href="https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20141015&amp;diff=445&amp;oldid=prev"/>
		<updated>2014-10-16T02:36:41Z</updated>

		<summary type="html">&lt;p&gt;full meeting&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- breadcrumb --&amp;gt;&lt;br /&gt;
&amp;lt;font size=-2&amp;gt;&lt;br /&gt;
&amp;amp;lArr;&lt;br /&gt;
[[IDempiere|Table of Contents]] |&lt;br /&gt;
[[IDempiere/Full Meeting Minutes|Full Meeting Minutes]] |&lt;br /&gt;
Full Meeting 2014-10-15&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''CarlosRuiz''''': Good Morning&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': Bonjour&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': hi all. and the late worm lives longer... ;)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Daarestiet!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': i have a question concerning IDEMPIERE-1817 Window Customization Cache Issue&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': looks like the session is deleted and therefor your cache as well when you log out&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': but not when you change role&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': any thoughts about that&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I would expect a role change to reset all caches. I use this often during development. It should be implemented in that way.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': changing role should reset cache but keep the session&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': hm, the session is also a cache entry, so resetting the whole cache may as well remove the session&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': Sorry some how disconnected&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': Regarding IDEMPIERE-1817, After looking comments and kind of issue we faced related with translation in Adempiere in past. I suggest we need to store AD related data into cache valid for session only&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': And need to reset that cache when user change role or language&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': you can only change role by logging out. then your session is removed and this seems to clear the cache&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': sorry - change language i mean&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': a42niem, agree. But current cache is not associated with session&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': how come then it is cleared when you log out?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': I have one question regarding bitbucket. How can we create pull request for single commit? Currently pull request try to include all non synchronized changes from local repository to remote repository.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''smartjsp''''': Good Morning/Afternoon everyone..&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': Deepak, i think it's imposible with pull command.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': but you can get just nearest patch by add -r ver to pull&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': a42niem, I am stating that cache is not linked to session based on what I looked in Adempiere, Not sure if iDempiere has improved anything, So trying to find out where it is adding in cache&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': heiplq, I am creating a pull request and it is including my old commit which was in another pull request too&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Deepak, I create a head for every change I do. All these heads are based on the main trunk. I can create a pull request from this head that can be entered in another repository and it contains only this head (this one feature). My &amp;quot;production&amp;quot; branch is a merge of all these feature branches. I use the mercurial bookmark feature to identify these feature branches.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': The secret is that you change does belong on the older change because you integrated it in your production branch. You have to do your commits based on the main trunk. Then you have to merge them later together for your production branch.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Deepak''''': tbayen, this may help&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': Hi guys, do you know how to customize login screen? I am looking in *.zul files in /opt/idempiere-server/plugins/org.adempiere.ui.zk_2.0.0.v20140728-0509/theme/default/zul/login with no luck&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': I want to hide versionInfoBox div&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': edit the version-info.zul and put related code in comment&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': arriving a little late to the conversation from a42niem  :-)  but I think the change role is actually like a logout+login - this is, it must clear the cache session and the session&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': but there are some caches that are global, not attached to session&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': that could be the case of the window customization issue?  (haven't reviewed)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': TurkerTunali, the idea is that you create your theme and you decide what to put in the version-info.zul - nmicoud has a wiki page about how to create a theme&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I think is this one -&amp;gt; http://wiki.idempiere.org/en/Add_your_theme&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': yes it is&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': except the wiki seems down&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': ah no, got a strange errror&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': and then i refresh and it was ok&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': thank you Carlos&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': I am checking it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': guys, How can I translate toolbar tooltip descriptions?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': such as Grid tOggle&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': you have to change the translatrion of the related message&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': Multi&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': is the message search key&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': nmicoud_ I didnt understand&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': Log in System  Open the Message window  Search for a message with Search Key = Multi&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': And change its translation&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': ok I am trying&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': thanks nmicoud_&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': do you have any idea about other toolbar items such as undo?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': the same&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': just change the related message&amp;lt;br&amp;gt;&lt;br /&gt;
'''''nmicoud_''''': for finding it, you can :   1 - ask here (but could be boring)   2 - look into the code (ADWindowToolbar.java)   3 - open the Translation Check window which display all things that are translated. On the message tab, search the translation of 'Undo'. You will then be able to zoom to the message window and make the translation&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] globalqss c0633a9 - IDEMPIERE-1817 Window Customization Cache Issue&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1817 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Carlos Antonio Ruiz Gomez&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1817&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': tbayen, now it seems the english wiki is gone&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': http://wiki.idempiere.org/en/Main_Page&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': mom&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': No space left on device&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I really have to migrate that to a bigger machine. But I do not find the time atm.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': machine is rebooting. Will be back in two minutes.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''TurkerTunali''''': thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2120 priority set to &amp;quot;Minor&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2120&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2120 Version set to &amp;quot;None&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2120&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2120 Component set to &amp;quot;None&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2120&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2120&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] Issue is reproducible in dev and also in zk branch where felix console was upgraded. The error shown is: dev branch {code} HTTP Status 500 - Invalid LDAP filter specified type Status report message Invalid LDAP filter specified description The server encountered an internal error (Invalid LDAP filter specified) that prevented it from fulfilling this request. Apache Tomcat/7.0.21 {code} zk branch {code} The request failed: HTTP ERROR 500 P&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2120&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2123 labels set to &amp;quot;+Patch&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2123&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2198 labels set to &amp;quot;+Patch&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2198&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2156&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] In the window &amp;quot;ASP Modules&amp;quot; there is a button that calls org.adempiere.process.ASPGenerateLevel With this button you select a menu node and it generates the acceses to all the objects below (windows, processes, forms, tasks and workflows). Every time I show this feature people say a similar approach would be worthful for role access, so maybe that can be a start point to develop it easily.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2156&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2154&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] worthy to check on https://demo.idempiere-erp.org/webui/ - zk was upgraded there&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2154&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2080&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] haven't tested, but from the screenshots it seems like the lists are entered as texts? (action, and/or, operation ... etc) if that's the case maybe is better to implement the corresponding list in the form.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2080&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2080 labels set to &amp;quot;+Patch&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2080&amp;lt;br&amp;gt;&lt;br /&gt;
'''''aguerra''''': hi everybody!!!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''aguerra''''': Somebody have made done any integration with retail pro and  idempiere ??&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Hi aguerra &amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': don't know what is retail pro&amp;lt;br&amp;gt;&lt;br /&gt;
'''''aguerra''''': Hi carlos,&amp;lt;br&amp;gt;&lt;br /&gt;
'''''aguerra''''': http://www.retailpro.com/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] a42niem updated IDEMPIERE-2074 assignee set to &amp;quot;Carlos Antonio Ruiz Gomez&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2074&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': CarlosRuiz can you please take care of IDEMPIERE-2074 as well. Thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] hieplq updated IDEMPIERE-2154&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] still can reproduce at https://demo.idempiere-erp.org/webui/. ZK-2447 is fixed at zk 7.0.4 (unrelease)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2154&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2074 Attachment set to &amp;quot;IDEMPIERE-2074_v2.patch&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] Dirk, following your same idea I'm attaching a patch that can be littler and use the cached information from MRole, can you please test it and see if it works the same as your patch?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2074&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] hie...@hasuvimex.vn bc9f888 - IDEMPIERE-2154:IndexOutOfBoundsException when match PO1line with multiple lines MR&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2074 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;hieplq&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2074&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2074 status set to &amp;quot;Reopened&amp;quot; -assignee set to &amp;quot;Dirk Niemeyer&amp;quot; -resolution set to &amp;quot;None&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2074&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2154 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;hieplq&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2154&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': a42niem, attached a similar patch&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': great if you have the env to test it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] hie...@hasuvimex.vn 5176edd - IDEMPIERE-1665:matching PO-receipt error make session break&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1665 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;hieplq&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1665&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] globalqss 93f4d8d - IDEMPIERE-1999 Adding support for over shipment / based on attached patch (MInOut.patch) from hengsin&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1999 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Heng Sin Low&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1999&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2199&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] A good contribution can a 2pack (or CSV) creating the UoM defined in that page.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2199&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2202&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] in zk branch we're moving from tomcat to jetty - maybe this ticket can be closed&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2202&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2203 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Carlos Antonio Ruiz Gomez&amp;quot; -resolution set to &amp;quot;Incomplete&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2203&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': Guten arbend tbayen&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': hi to the southiest end of the world&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': Two matters: 1. Your JasperReport is been tested by me right now.. 2. There is a white South African who runs successful BeerHouse business with different ERP considering your experience as distributor as he intends to distribute too.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Yes, he contacted me via fb. He wanted to call me but did not yet. I am waiting... :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': His photo with me is in Facebook (if you want to see, i can tag u in comment) and he will google gravitiy you and send my photo with his logo on the car as proof that he met me&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': oh thats what i meant&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': alles gute&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': I told him a lot about you but insisted to him that i am not an iDempiere sales man&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': neither are you (he understand when i told u were not around this noon due to Oktoberfest)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': haha&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': He is using another cloud ERP very happily and so i do not want to burst his cloud happiness.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': but the story that someone in Krefeld is seriously using iDempiere for distributing beer intriques him&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': He gave me the link. I have to admit it looks like a good deal - if the standard works for you.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i am worried how to solve some old ADempiere issues here right now in South Africa - an ore mine, an auditing firm..&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': they asking if iDempiere can save them&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i met Ntier people including Neil Gordon who works for them.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': His name is Randolph, and he does not waste time.. he was an Apple business before.. very enterprising white in black Africa&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': From Apple to beer house, i asked him why...&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': But i think we Asians cannot understand white people.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': he will at least trust a German with real beer than me.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': Now my apprentice in the office is serving me coffee.. a mix of Colombian, Malawi and Java.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Colombian and Java mixes well in our experience. :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': Now your Jasperreports, so do we do any setting?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': just check your plugin i think..&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I think it is smart to switch away from the apple business. The business model of apple is not about letting someone earn money instead of apple.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I can quick upload my newest repository.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': But there should not be much changes.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': needed&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': no need Classname but just Jasperreport name in the Reports &amp;amp; Process window?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i am migrating an old ADempiere 360 with jasperreports to iDempiere 2.0&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i copy the JRXML files to &amp;lt;iD_Home&amp;gt;/reports/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': your instructions ask to check SYSTEMCONFIG&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I am not sure if my plugin will find them there.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': If you only want to use the old adempiere files you better begin with the standard plugin.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Why are you trying my plugin? What is your motivation?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': the old jaspers are attached to the Report window&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': to stand on your shoulders&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': and when it is working then i can document that your plugin works well&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': My plugin should work with plugins in both places. You do not have to use a tag for that. It just looks at both places.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': u mean it is either attachement or link?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': no need for both?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I am not really sure if my plugin is ready for the world. But if you want to look into it it would be a big step in this direction. :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': You mean it is an incomplete work?!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': So you do need my help.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': The plugin looks in different places. There is nothing like an &amp;quot;attachment:...&amp;quot; syntax. It takes whatever it finds.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': ok i will study your code then&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': from what i read here http://wiki.idempiere.org/en/JasperReportsFreiBier&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': it supposed to do few things extra&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': It works well for me. But JasperReports has so many usecases. Up to now it works in my usecase.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': There are three main reasons:&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': 1) I use the most actual libraries&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': 2) The code should be much cleaner. The old code is ugly. (You have to decide If my code is better - but that's the goal)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': 3) My code allows modularity. You can use a report that is hardcoded in the classpath but it uses a footer that you &amp;quot;overloaded&amp;quot; in the file system.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': where is the old code?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': The last reason is the main idea. If it works we can create modular reports for everything and create a library of them for everyone.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': or it is just yours in iDempiere?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': The old code is in idempiere. My plugin is in bitbucket.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': ah.. ok.. so the one in iDempiere is not yours.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Now I understand what you are talking about! :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': and no one testing it is documenting it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': You can use the code in trunk. It should be the easiest for your adempiere installation.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': it be a waste if yours is just left there&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': since u try to do it better.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': When I find the time to document my new plugin and to do some good examples for the modularity idea I will let you hear that.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': the world is drinking more beer, i dont think that gives you time.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': if u can motivate me why yours is better and if i can further improve it then i will spend more time as a separate project&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Think about a module that creates reports on-the-fly from the PrintFormat definition. That may be a kind of compatibility to the idempiere standard report generator. And it allows to mix both worlds.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': u mean a JR that is generated from PrintFormat?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': that be so brilliant.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': how come i do not know about it?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': That is just an idea.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': wait, i am switching to a better broadband.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': But it is possible in my architecture because there is an abstraction layer between JR and the file storage.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': .&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': the broadband here is now 150Mb p.s.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': its an ISP office&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Angeber!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': Africa has been a land of extremes&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I see that the other line was much too slow for an irc chat. :-p&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': last week i got no internet..&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': this friend is preparing a Docker for iDempiere&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': he wants to learn Java, i asked him not to&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': fine! Tell him that we do not need a docker but a documentation how to create a docker. So it will be of worth for a longer time!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': he will be sad&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': he wants to be a contributor very much&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] globalqss d1acf1d - IDEMPIERE-2207 Use of virtual column in search is broken&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2207 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Carlos Antonio Ruiz Gomez&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2207&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2208&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] reference http://supercsv.sourceforge.net/preferences.html The sysconfig must be tenant configurable - maybe a better way would be to define it in the templates suggested at IDEMPIERE-2113&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2208&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2211 status set to &amp;quot;Open&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2211&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2022 labels set to &amp;quot;+Patch&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2022&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2221 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Nicolas Micoud&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2221&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] nmicoud 33cb7b0 - IDEMPIERE-2221 Method Tax.get should be public&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1784&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] A better approach that we have commented is about implementing the ability to set context variables in webservices and the filter can use the context variable as a constant. Another approach commented was to use a read-only connection for this query, but I think the first is better. The validateParameter will always be short (or potentially short) for example oracle has the statements MERGE, RENAME. Or a call to a function that executes t&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1784&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] nmicoud 21a9cf2 - IDEMPIERE-2225 Show number of active sessions and maintenance mode in monitor console&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2225 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Nicolas Micoud&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2225&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': what files can be deleted in large iDempiere DB?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': you can check https://idempiere.atlassian.net/browse/IDEMPIERE-1509&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±12] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] globalqss b9d661d - IDEMPIERE-2088 Remove useless code&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2088 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Carlos Antonio Ruiz Gomez&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2088&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-612 status set to &amp;quot;Reopened&amp;quot; -resolution set to &amp;quot;None&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] Jan, can you please provide a comment about the reason of closing the ticket, or we can tag it as &amp;quot;Potential Idea&amp;quot; and then close it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-612&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1385 status set to &amp;quot;Reopened&amp;quot; -resolution set to &amp;quot;None&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] Jan, can you please provide a comment about the reason of closing the ticket, or we can tag it as &amp;quot;Potential Idea&amp;quot; and then close it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1385&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2247 status set to &amp;quot;Resolved&amp;quot; -assignee set to &amp;quot;Nicolas Micoud&amp;quot; -resolution set to &amp;quot;Fixed&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2247&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] nmicoud 91698d3 - IDEMPIERE-2247 Reports : Process Info summary is not translated&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2248&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] Just adding an idea, what if we add a couple of sysconfig keys: * &amp;quot;FileUtil.getTempMailName.suffix&amp;quot; where we can fill something like &amp;quot;@#AD_User_ID@&amp;quot; * &amp;quot;FileUtil.getTempMailName.dateformat&amp;quot; where we can fill something like &amp;quot;yyyyMMddHHmmss&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2248&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': tbayen: this Housekeeping https://idempiere.atlassian.net/browse/IDEMPIERE-1509&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': what does it really work?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': it seems to be just copying into H_ files&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': it deletes records by the age of the record.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': If you created a backup table before it backups them.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': You can adjust your system to have the backup tables on another physical harddisk and not use them in your daily backup.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Most of the housekeeping data can just be deleted - the backup tables are only for the fearful.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I use the standard config for many months and it seems to work well.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': so i can just go into the T_tables and delete them?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i have a 1.5gigs DB from ADempiere&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': or i use a more powerful CPU?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': the housekeeping is intended to be scheduled&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': you can delete the T_ tables but is maybe a good idea to keep at least the more recent records - there can be users running reports at that moment&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': ok now i understand&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': tbayen: now it is running ..&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': 21:59:15.883 Trx.commit: **** POSaveR_RequestProcesso_c6a91367-d4a6-4451-a696-bbfe232e14e1 [89] 21:59:15.905 Trx.commit: **** POSaveR_RequestProcesso_ead13c26-c984-4397-8d69-e3a6a5782f68 [14] 21:59:15.905 RequestProcessor.run:  Next run: 1970-01-01 02:00:00.0 sleep -1413403155905 [14]&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': is that healthy to be running non-stop?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': CarlosRuiz: do i leave it to run? It seems non stop&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': I use the standard configuration. afair it runs once a week&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': How do you see that it does not stop?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': in the terminal window it keeps logging that&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i tried before to stop via the Monitor and nothing stops&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i stopped all processors in ServerMonitor&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': It is a process that runs one time if you start it. Nothing special to every other scheduled process afais.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': but it kept running for 10 minutes till now&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': it may run an hour&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i got a big question what makes it run?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': If you really have a long running adempiere system with much rubbish it may take a while. I don't know really&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': When I remember right it is the normal scheduler who runs it.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': its a 360LTS ADempiere that i just upgraded to iDempiere&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': perhaps its cleaning old rubbish&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': or some DB change not correct?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i could login&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen''''': Look into the housekeeping and into the scheduler tables.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': does &amp;quot;DBExecuteError:ERROR: value too long for type character varying(255)&amp;quot; rings any bell?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': this happens often during login&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': i must have missed a script?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''red1''''': tbayen: in the Scheduler, are the records as expected.. AD_Housekeeping&amp;lt;br&amp;gt;&lt;br /&gt;
'''''a42niem''''': CarlosRuiz: will test later and update you. thanx&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] hieplq updated IDEMPIERE-2202 status set to &amp;quot;Closed&amp;quot; -resolution set to &amp;quot;Won't Fix&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2202&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Not-7116''''': [iDempiere] globalqss b4659b2 - IDEMPIERE-2207 Use of virtual column in search is broken&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>CarlosRuiz</name></author>
		
	</entry>
</feed>