Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-10-02 Thread James Dailey
Just giving this issue a +1 This is now connected to https://issues.apache.org/jira/browse/FINERACT-1127 Plugable reporting jar file https://github.com/vorburger/fineract-pentaho @jdailey On Thu, Aug 13, 2020 at 12:30 PM Ed Cable wrote: > Luis and Francis, I wanted to check in to see if you ha

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-13 Thread Ed Cable
Luis and Francis, I wanted to check in to see if you had made any progress with the issues being faced. I want to ensure this Fineract-level fix gets included in the release as it's a show-stopper for Mifos X release which must support Pentaho reports. On Mon, Aug 10, 2020, 09:33 Petri Tuomola wr

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-10 Thread Petri Tuomola
Hi You can list classes / files to exclude from the ClasspathHell check in the following method: org.apache.fineract.infrastructure.classdupes.ClasspathHellDuplicatesChecker.isHarmlessDuplicate() Have you tried adding e.g. endsWith(“overview.html”) to that? Regards Petri > On 10 Aug 2020, at

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-10 Thread Francis Guchie
Yes Petri, I agree with you but i am limited a little on how gradle effectively does the exclusions in the following branches, i still get the same error even if i think in one of them the pentaho reports have completely different path (in my view) This one below is my approach to adding pentaho

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-10 Thread Petri Tuomola
Hi At least based on the error message, it seems that the different jar files from Pentaho contain the same files (eg overview.html). If all these jar files are needed and there is no version available that would not have these duplicate files, then the only solution I can see is to add these to t

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-10 Thread Bharath Gowda
Hi Luis and Francis, @Luis Alberto Alegría de los Santos Thank you for your great effort in fixing the issue and narrowing down the other related issues. @Francis Guchie Appreciate your assistance in taking this issue forward and Providing all the details of the issue which you are facing. @

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-10 Thread Francis Guchie
Welcome Ed My Kind Regards Francis Guchie Kirago *Skype:* francisguchie *Whatsapp: *232 79 19 44 07 *LINKEDIN:* https://www.linkedin.com/in/francis-guchie-kirago-a4379617/ twitter: @FrancisGuchie On Mon, Jul 20, 2020 at 4:57 PM Ed Cable wrote: > Thanks Luis, Bharat, and Francis. A gre

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-09 Thread Luis Alberto Alegría de los Santos
Hi Francis Maybe you need upgrade gradle versión, Im think 5 or later. Please could you try it? Best regards El dom., 9 ago 2020 5:47 p. m., Francis Guchie escribió: > Dear Luis, > > I still get this error > > ClasspathHellDuplicatesCheckRuleTest > > testIfThereAreAnyDuplicatesOnTheClasspath()

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-09 Thread Francis Guchie
Dear Luis, I still get this error ClasspathHellDuplicatesCheckRuleTest > testIfThereAreAnyDuplicatesOnTheClasspath() FAILED org.opentest4j.AssertionFailedError: 3 Classpath duplicates detected: overview.html jar:file:/C:/Users/Guchie/.gradle/caches/modules-2/files-2.1/org.mnode.ical4j/ic

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-09 Thread Francis Guchie
Dear All, Please note that for the sql injection error, not only "(" and a few others mentioned All key characters used in mySQL (e.g * , %, -, + ) All keywords used in mySQL (e.g. and) If these are used in the report names, you will see the sql injection error while creating and adding any rep

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-08-09 Thread Francis Guchie
Dear Luis, This is a great help, i have an amount of experience on Pentaho Reports. (3.9.1-GA). I will look into this starting 17hrs GMT. Sql-injection, report names etc these we can look into them all My Kind Regards Francis Guchie Kirago *Skype:* francisguchie *Whatsapp: *232 79 19 44 07 *LIN

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-07-20 Thread Ed Cable
Thanks Luis, Bharat, and Francis. A great team effort! Ed On Mon, Jul 20, 2020 at 5:53 AM Bharath Gowda wrote: > Hi All, > > Thanks to Luis Efforts in fixing the issue, 19.12 source code is now > updated with the Pentaho support. > Kindly check the updated source code here >

Re: [Mifos-developer] [Mifos-users] Tables Created but field is not active

2020-07-20 Thread Bharath Gowda
Hi All, Thanks to Luis Efforts in fixing the issue, 19.12 source code is now updated with the Pentaho support. Kindly check the updated source code here And updated war file here