Activity for Hubbitus

  • Hubbitus Hubbitus posted a comment on merge request #13

    Thank you

  • Hubbitus Hubbitus posted a comment on merge request #13

    Could you please provide more tecnical comments how Mihail should change MR on you mind?

  • Hubbitus Hubbitus posted a comment on merge request #13

    Sorry guys, do yuo plan review that?

  • Hubbitus Hubbitus posted a comment on merge request #13

    MR for https://sourceforge.net/p/art/discussion/352129/thread/ba41bf5a16/

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    https://sourceforge.net/p/art/code/merge-requests/13/

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    Please let me known if you are willing I do pull request with it. Also, one question about how to support it for further releases. Did you considered use some online tools for translations like http://zanata.org or https://www.transifex.com which are popular for opensource projects?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Please let me known if you are willing I do pull request with it. Also, one question about how to support it for further releases. Did you considered use some online tools for translations like http://zanata.org or https://www.transifex.com which are popular for opensource project?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello! First thank you very much for the you great product and support. We use art for our needs and projects and made Russian translation for one of our customer. I will be glad to present it to community. Author of translation is Galina Seliverstova. Translation attached.

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello. Is there chance it will be implemented in near future? Do you accept PR with this implementation?

  • Hubbitus Hubbitus created ticket #41

    UniqueIdGenerator for track visited object uses HashMap instead of IdentityHashMap

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    For now I configure DateRange field createDateUrd with options (as a workaround): { "dateRange": { "format": "yyyy-MM-dd", "separator": " − " } } and use in query like (Postgres): AND data->>'urdDate' BETWEEN split_part(#createDateUrd#::text, ' − ', 1) AND split_part(#createDateUrd#::text, ' − ', 2) And all works as expected in saved query, but still failed on test!

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    For now I configure DateRange field createDateUrd with options (like a workaround): { "dateRange": { "format": "yyyy-MM-dd", "separator": " − " } } and use in query like (Postgres): AND data->>'urdDate' BETWEEN split_part(#createDateUrd#::text, ' − ', 1) AND split_part(#createDateUrd#::text, ' − ', 2) And all works as expected in saved query, but still failed on test!

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    I've add both as hidden parameters and now got NPE on report: An error occurred java.lang.NullPointerException at art.parameter.Parameter.getLocalizedDefaultValue(Parameter.java:665) at art.runreport.ParameterProcessor.setActualParameterValues(ParameterProcessor.java:399) at art.runreport.ParameterProcessor.process(ParameterProcessor.java:256) at art.runreport.ParameterProcessor.processHttpParameters(ParameterProcessor.java:198) at art.runreport.RunReportHelper.setSelectReportParameterAttributes(RunReportHelper.java:203)...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    I've create createDateUrd_from and createDateUrd_to parameters with type Date now, and createDateUrd as DateRange. In last for options provide: { "dateRange": { "fromParameter": "createDateUrd_from", "toParameter": "createDateUrd_to" } } Should I also add createDateUrd_from and createDateUrd_to to the report? As hidden?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Yes, it I try to do now. But should it run then if test fails?

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    I already have such case! Please look at screenshots.

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    I already have such case! Please look at screenshots:!

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    And if it absent in demo, could you please describe slightly more (ideally add it into documentation) how I should configure start and end additional parameters? Are you speaking about place JSON options in bottom textarea?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    No! I test with parameter, but in test it failed, but work (incorrectly filter, but without error) on regular run.

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hotestly I did not found range parameters in demo database. Could you please say its name? And what about I got test on test, but report run normally after save?

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    Hello. I have try use DateRange parameter in my query, but do not see fromParameter and toParameter how it described in manual. Futermore if I use it in query like: WHERE some_date >= #date_range_parameter# i got error like: org.postgresql.util.PSQLException: ERROR: syntax error at or near "," on report configuration (Test and Test Data buttons. Really I don't undestand differencies between them). If I save report despite error and try run it it almost work, but generate incorrect query like: AND...

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    Hello. I have try use DateRange parameter in my query, but do not see fromParameter and toParameter how it described in manual. Futermore if I use it in query like: WHERE some_date >= #date_range_parameter# i got error like: org.postgresql.util.PSQLException: ERROR: syntax error at or near "," on report configuration (Test and Test Data buttons. Really I don't undestand differencies between them). If I save report despite error and try run it it almost work, but generate incorrect query like: AND...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello. I have try use DateRange parameter in my query, but do not see fromParameter and toParameter options in settings: how it described in manual. Futermore if I use it in query like: WHERE some_date >= #date_range_parameter# i got error like: org.postgresql.util.PSQLException: ERROR: syntax error at or near "," on report configuration (Test and Test Data buttons. Really I don't undestand differencies between them). If I save report despite error and try run it it almost work, but generate incorrect...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Thank you very much

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello. I've try compile ART from your repo source code but got a bunch of errors like: Error:(18, 39) java: cannot find symbol symbol: class UserProvidedBoolean location: package net.sf.reportengine.util Error:(19, 38) java: cannot find symbol symbol: class CellProps location: package net.sf.reportengine.components You use artifact: <dependency> <groupId>net.sf.reportengine</groupId> <artifactId>reportengine</artifactId> <version>0.13.2</version> </dependency> But apparently http://central.maven.org/maven2/net/sf/reportengine/reportengine/0.13.2/reportengine-0.13.2.jar...

  • Hubbitus Hubbitus posted a comment on merge request #12

    Thanks. Could you please release new art version then?

  • Hubbitus Hubbitus created merge request #12

    ART 4.0 fir 2 SQL errors: non-unique index name on ART_DESTINATIONS table creation and index al_ix_qid incorrect syntax

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Sure. Without subreports it works.

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Yes, ART compiles, but do not load compiled version by referred x.jrxml! I try on fist trivial example and it does not work. So I do not create others. Do you want I upload it?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Thank you

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    It will not work first time because we upload only x.jrxml

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Only with that ugly workaround. It does not work correctly.

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Sure, its are. My assumption was correct. If I upload again main jrxml file where for sub-reports provide <subreportExpression><![CDATA["forestry.jasper"]]></subreportExpression> instead of <subreportExpression><![CDATA["forestry.jrxml"]]></subreportExpression> it works! But .jasper file appeared only after initially uploaded report with .jrxml. So, compilation happened, but then does not work in report.

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    Hello. I've try use trivial JasperReport on art 3.11, but got error: An error occurred net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: Error loading object from InputStream. at net.sf.jasperreports.repo.SerializedObjectPersistenceService.load(SerializedObjectPersistenceService.java:60) at net.sf.jasperreports.repo.SerializedReportPersistenceService.load(SerializedReportPersistenceService.java:40) at net.sf.jasperreports.repo.DefaultRepositoryService.getResource(DefaultRepositoryService.java:149)...

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    Hello. I've try use trivial JasperReport on art 3.11, but got error: An error occurred net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: Error loading object from InputStream. at net.sf.jasperreports.repo.SerializedObjectPersistenceService.load(SerializedObjectPersistenceService.java:60) at net.sf.jasperreports.repo.SerializedReportPersistenceService.load(SerializedReportPersistenceService.java:40) at net.sf.jasperreports.repo.DefaultRepositoryService.getResource(DefaultRepositoryService.java:149)...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello. I've try use trivial JasperReport on art 3.11, but got error: An error occurred net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: Error loading object from InputStream. at net.sf.jasperreports.repo.SerializedObjectPersistenceService.load(SerializedObjectPersistenceService.java:60) at net.sf.jasperreports.repo.SerializedReportPersistenceService.load(SerializedReportPersistenceService.java:40) at net.sf.jasperreports.repo.DefaultRepositoryService.getResource(DefaultRepositoryService.java:149)...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Where wisard store it? Can I make such settings manually?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Do you have plans implement something similar in near releases? Or will you plan accept such contribution?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello. I create docker-image of art (https://github.com/Hubbitus/Docker-art) and want configure database on run time, by providing environment variables, not interactively by UI. Is it possible now? Somewere related to https://sourceforge.net/p/art/discussion/352129/thread/933f4a4bf7/

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello. I build docker container with art (https://github.com/Hubbitus/Docker-art) and it is very cumbersome to provide DB update by you instructions and manual procedure (https://sourceforge.net/p/art/wiki/Upgrading/). Could you please provide automatic way to upgrade it if needed? I can suggest use flywaydb (https://flywaydb.org/) for that procedure on start of application. Does it willing to make pull request for that? Where? Do you have any contribution guidelines?

  • Hubbitus Hubbitus modified a comment on ticket #46

    I have never seen a /dev/mapper/astra-root on any linux. It is just LVM2 device! You may just try on /dev/sda or /dev/vda or so on.

  • Hubbitus Hubbitus posted a comment on ticket #46

    I have never seen a /dev/mapper/astra-root on any linux. It is just LVM2 device! You may just try on /dev/sda or /dev/vda or so on.

  • Hubbitus Hubbitus posted a comment on ticket #46

    Is there option to insist search in devices for find?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Thank you!

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Thank you very much!

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Yes! If I turn off "Parameters In Output" in report configuration checkbox on report...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    I want say what if query correct, something wrong in ART to execute it?

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    I've made docker image (https://hub.docker.com/r/hubbitus/docker-art/) now updated...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Thats fully correct query! Please look at SQLFiddle

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Thank you very much! I've update docker image to beta3. Now fo dynamic queries it...

  • Hubbitus Hubbitus modified a comment on discussion ART Help

    I think understood it correctly. Please look at screenshots: http://pasteboard.co/7qfoanqGW.png...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    I think understood it correctly. Please look at screenshots: http://pasteboard.co/7qfoanqGW.png...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    No-no! It works over JDBC connection.

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    It just do nothing - parameters always shown.

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    It works if I rephrase query like: SELECT i+1 as month_no, to_char(CAST('2016-01-01'...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    I use next query in LOV: SELECT to_char('2016-01-01'::date + (i || ' month')::interval,...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Sure. But it usefull to check it provided correct. And also it is usefull fo dynamic...

  • Hubbitus Hubbitus posted a comment on discussion ART Help

    Hello. I've does not have rights create tickets, so write here. On try to run LOV...

  • Hubbitus Hubbitus created ticket #46

    find ignores device

  • Hubbitus Hubbitus posted a comment on ticket #873

    Fedora 24 have antlr3-C++ version 3.5.2 and antlr3-C version 3.4. Is such versions...

  • Hubbitus Hubbitus created ticket #2

    Application icon is too small to be used in the software center

  • Hubbitus Hubbitus committed [r24]

    INTERMEDIATE SVN commit to migrate from sf.net+...

1
MongoDB Logo MongoDB