Thank you
Could you please provide more tecnical comments how Mihail should change MR on you mind?
Sorry guys, do yuo plan review that?
MR for https://sourceforge.net/p/art/discussion/352129/thread/ba41bf5a16/
https://sourceforge.net/p/art/code/merge-requests/13/
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?
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?
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.
Hello. Is there chance it will be implemented in near future? Do you accept PR with this implementation?
UniqueIdGenerator for track visited object uses HashMap instead of IdentityHashMap
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!
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!
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)...
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?
Yes, it I try to do now. But should it run then if test fails?
I already have such case! Please look at screenshots.
I already have such case! Please look at screenshots:!
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?
No! I test with parameter, but in test it failed, but work (incorrectly filter, but without error) on regular run.
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?
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...
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...
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...
Thank you very much
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...
Thanks. Could you please release new art version then?
ART 4.0 fir 2 SQL errors: non-unique index name on ART_DESTINATIONS table creation and index al_ix_qid incorrect syntax
Sure. Without subreports it works.
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?
Thank you
It will not work first time because we upload only x.jrxml
Only with that ugly workaround. It does not work correctly.
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.
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)...
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)...
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)...
Where wisard store it? Can I make such settings manually?
Do you have plans implement something similar in near releases? Or will you plan accept such contribution?
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/
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?
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.
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.
Is there option to insist search in devices for find?
Thank you!
Thank you very much!
Yes! If I turn off "Parameters In Output" in report configuration checkbox on report...
I want say what if query correct, something wrong in ART to execute it?
I've made docker image (https://hub.docker.com/r/hubbitus/docker-art/) now updated...
Thats fully correct query! Please look at SQLFiddle
Thank you very much! I've update docker image to beta3. Now fo dynamic queries it...
I think understood it correctly. Please look at screenshots: http://pasteboard.co/7qfoanqGW.png...
I think understood it correctly. Please look at screenshots: http://pasteboard.co/7qfoanqGW.png...
No-no! It works over JDBC connection.
It just do nothing - parameters always shown.
It works if I rephrase query like: SELECT i+1 as month_no, to_char(CAST('2016-01-01'...
I use next query in LOV: SELECT to_char('2016-01-01'::date + (i || ' month')::interval,...
Sure. But it usefull to check it provided correct. And also it is usefull fo dynamic...
Hello. I've does not have rights create tickets, so write here. On try to run LOV...
find ignores device
Fedora 24 have antlr3-C++ version 3.5.2 and antlr3-C version 3.4. Is such versions...
Application icon is too small to be used in the software center
INTERMEDIATE SVN commit to migrate from sf.net+...