*** mhernandezve has joined #idempiere | 00:03 | |
*** mhernandezve has quit IRC | 00:35 | |
Not-604a | [iDempiereDaily] jenkins built #429 completed (success) http://ci.idempiere.org/job/iDempiereDaily/429/ | 02:45 |
---|---|---|
*** PabloValdivia1 has quit IRC | 03:19 | |
*** PabloValdivia has joined #idempiere | 03:30 | |
*** norbertbede has joined #idempiere | 04:53 | |
Not-604a | [iDempiere2.1Daily] jenkins built #104 completed (success) http://ci.idempiere.org/job/iDempiere2.1Daily/104/ | 05:10 |
*** norbertbede has quit IRC | 05:21 | |
*** a42niem has joined #idempiere | 05:29 | |
*** norbertbede has joined #idempiere | 05:40 | |
*** norbertbede has quit IRC | 06:30 | |
Not-604a | [IDEMPIERE] d_ruiz updated IDEMPIERE-2684 | 06:43 |
Not-604a | [IDEMPIERE] HI, thanks for replying. I see a problem here and it's that in the AbstractProcessCtl class, when the classname of the report is different to the hard coded one, the report is run twice if it is successful, once by the line 234 "if (!startProcess())" which calls the new process class using the method you described above. And a second one by if (isJasper) { m_pi.setReportingProcess(true); | 06:43 |
Not-604a | m_pi.setClassName(ProcessUtil.JASPER_STARTER_CLASS); startProcess(); ..... That second one it's always called through the standard because of the hard coded class name as you can see. It doesn't happen when you use the normal one because in line 219 the classname is set to null when is the standard Jasper class the one being used. We managed to trick this behavior in two ways. 1 - In a different Jasper plugin, do | 06:43 |
Not-604a | everything what you say before using the name of the standard jasper class (org.adempiere.report.jasper.ReportStarter). I tried to avoid that because my goal was to be able to use both plugins, and choose which one to use in which cases, not breaking any retro compatibility with previous Jaspers reports configured. 2 - Returning false in our own ReportStarter class when everything success, so I can trick the | 06:43 |
Not-604a | AbstractProcessCtl to not duplicate the call by entering into the if (!startProcess()) { unlock(); return; } segment. It works like that but it is really strange to return false when everything works, and I don't think that's a clean code to share with a lot of people. In any case I still think that the hard coded classes are not a good way to let idempiere to be "plugable" as it is intended to be, and it can be | 06:43 |
Not-604a | useful not only for our particular case scenario (as we already managed it to work without it). Regards, Diego Ruiz Bx Service GmbH | 06:43 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2684 | 06:43 |
*** norbertbede has joined #idempiere | 06:50 | |
Not-604a | [IDEMPIERE] tsvikruha created IDEMPIERE-2686 Missing OK and Cancel buttons in Find Window | 07:03 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2686 | 07:03 |
*** a42niem has quit IRC | 07:35 | |
*** a42niem has joined #idempiere | 07:38 | |
*** norbertbede has quit IRC | 09:18 | |
*** norbertbede has joined #idempiere | 10:27 | |
Not-604a | [IDEMPIERE] david_jayadi created IDEMPIERE-2687 Void a Document on Closed Period | 10:56 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2687 | 10:56 |
*** norbertbede has quit IRC | 11:19 | |
*** norbertbede has joined #idempiere | 11:34 | |
*** norbertbede has quit IRC | 12:17 | |
*** norbertbede has joined #idempiere | 12:31 | |
Not-604a | [IDEMPIERE] alan.lesc1 updated IDEMPIERE-2676 | 13:09 |
Not-604a | [IDEMPIERE] [~carlosruiz_globalqss], IDEMPIERE-2676_v3_CalloutOnNavigate.patch is working fine, setting M_PriceList_Version_ID context variable properly. Please, could you add a query also for C_Invoice_ID in the sql scripts? | 13:09 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2676 | 13:09 |
*** CarlosRuiz has joined #idempiere | 13:28 | |
*** ChanServ sets mode: +o CarlosRuiz | 13:28 | |
*** CarlosRuiz has quit IRC | 13:28 | |
*** CarlosRuiz has joined #idempiere | 13:29 | |
*** ChanServ sets mode: +o CarlosRuiz | 13:29 | |
*** norbertbede has quit IRC | 13:42 | |
*** a42niem has quit IRC | 13:54 | |
*** norbertbede has joined #idempiere | 14:00 | |
*** a42niem has joined #idempiere | 14:09 | |
*** norbertbede has quit IRC | 14:11 | |
*** norbertbede has joined #idempiere | 14:11 | |
*** PabloValdivia has left #idempiere | 14:14 | |
*** norbertbede has quit IRC | 14:34 | |
*** CarlosRuiz is now known as CarlosRuiz_away | 14:36 | |
*** norbertbede has joined #idempiere | 14:52 | |
*** norbertbede has quit IRC | 15:12 | |
*** mhernandezve has joined #idempiere | 15:15 | |
*** a42niem has quit IRC | 15:18 | |
*** CarlosRuiz_away has quit IRC | 15:20 | |
*** a42niem has joined #idempiere | 15:22 | |
*** norbertbede has joined #idempiere | 15:29 | |
*** norbertbede has quit IRC | 15:49 | |
*** norbertbede has joined #idempiere | 16:00 | |
*** jfrodriguez has joined #idempiere | 16:22 | |
jfrodriguez | Hi community | 16:22 |
jfrodriguez | I am trying run idempiere on eclipse indigo | 16:22 |
jfrodriguez | but when I run it show next error message: | 16:23 |
jfrodriguez | !SESSION Thu Jun 18 10:14:36 CST 2015 ------------------------------------------ !ENTRY org.eclipse.equinox.launcher 4 0 2015-06-18 10:14:36.134 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessCont | 16:23 |
jfrodriguez | any suggestion? | 16:24 |
*** CarlosRuiz_away has joined #idempiere | 16:38 | |
jfrodriguez | I am trying run idempiere on eclipse indigo | 16:39 |
jfrodriguez | but when I run it show next error message: | 16:39 |
jfrodriguez | !SESSION Thu Jun 18 10:14:36 CST 2015 ------------------------------------------ !ENTRY org.eclipse.equinox.launcher 4 0 2015-06-18 10:14:36.134 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessControl | 16:39 |
jfrodriguez | any suggestion? | 16:39 |
*** jfrodriguez has quit IRC | 16:43 | |
*** CarlosRuiz_away is now known as CarlosRuiz | 16:47 | |
*** norbertbede has quit IRC | 16:51 | |
*** norbertbede has joined #idempiere | 16:54 | |
*** mhernandezve has quit IRC | 17:01 | |
*** mhernandezve has joined #idempiere | 17:02 | |
Not-604a | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2687 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Incomplete" | 18:15 |
Not-604a | [IDEMPIERE] xref -> https://groups.google.com/d/msg/idempiere/piHadnxt-K0/pCEvh4gSJVYJ http://wiki.idempiere.org/en/NF1.0_ReverseAccrual | 18:15 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2687 | 18:15 |
Not-604a | [IDEMPIERE] alan.lesc1 created IDEMPIERE-2688 Add scrollbar to WGraph data table | 18:26 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2688 | 18:26 |
Not-604a | [IDEMPIERE] alan.lesc1 updated IDEMPIERE-2688 Attachment set to "None" | 18:27 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2688 | 18:27 |
Not-604a | [IDEMPIERE] alan.lesc1 updated IDEMPIERE-2688 Attachment set to "IDEMPIERE-2688.patch" | 18:28 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2688 | 18:28 |
Not-604a | [IDEMPIERE] alan.lesc1 updated IDEMPIERE-2688 labels set to "+Patch" | 18:35 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2688 | 18:35 |
*** norbertbede has quit IRC | 18:54 | |
*** norbertbede has joined #idempiere | 19:41 | |
*** orlando_ has joined #idempiere | 19:51 | |
*** orlando_ has left #idempiere | 19:51 | |
*** norbertbede has quit IRC | 21:20 | |
*** norbertbede has joined #idempiere | 21:33 | |
Not-604a | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2653 status set to "Resolved" -resolution set to "Won't Fix" | 21:48 |
Not-604a | [IDEMPIERE] Closing with no feedback - please reopen if you think is still necessary | 21:48 |
Not-604a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2653 | 21:48 |
*** mhernandezve has quit IRC | 22:36 | |
*** tbayen has quit IRC | 22:55 | |
*** tbayen_ has quit IRC | 22:55 | |
*** CarlosRuiz has quit IRC | 22:55 | |
*** banym has quit IRC | 22:55 | |
*** norbertbede has quit IRC | 22:55 | |
*** Not-604a has quit IRC | 22:55 | |
*** a42niem has quit IRC | 22:55 | |
*** posde has quit IRC | 22:55 | |
*** ChanServ has quit IRC | 22:55 | |
*** norbertbede has joined #idempiere | 23:07 | |
*** CarlosRuiz has joined #idempiere | 23:07 | |
*** a42niem has joined #idempiere | 23:07 | |
*** tbayen_ has joined #idempiere | 23:07 | |
*** posde has joined #idempiere | 23:07 | |
*** Not-604a has joined #idempiere | 23:07 | |
*** tbayen has joined #idempiere | 23:07 | |
*** banym has joined #idempiere | 23:07 | |
*** ChanServ has joined #idempiere | 23:07 | |
*** weber.freenode.net sets mode: +o ChanServ | 23:07 | |
*** a42niem has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!