Dietmar Aust

Results 46 comments of Dietmar Aust

Using https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringSubstitutor.html for substituting each attribute value seems to be good idea.

Here are two more pointers: * https://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/lookup/StrSubstitutor.html * https://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/lookup/StrLookup.html

Interesting. This use case was never intended. The main use case is to use an Oracle database connection. But you can also connect to any JNDI data source, here you...

Hi Santiago, - do you have enabled the setting in the ``application.properties`` file? This is turned off by default for security reasons. ``` #==================================================================== # Direct printing #==================================================================== [directPrinting] isEnabled=true...

>Thanks a lot for the fast reply! You were just lucky ;) I finally finished up so many things that kept me busy. Now I can spend some more time...

Thank you for providing this feedback and log file. The printer is installed locally on the same machine as Tomcat is running, right? It can be a network printer but...

Hi @rv8470, typically, when I submit the page, I use a simple trick. I submit the page using a dynamic action, then I simply activate "show processing". This will handle...

Hi @ShadiMansi, I have just checked again ... and it works for me. It seems like you have deployed it as a library ... I have deployed it as an...

Did you enable it on the server as well? Do you see anything in the log files?

Do you still have this issue? Are you calling a subreport from a main report? Do you get the same issue when running one of the test or demo reports?...