Jasperreports plugin: Support adding custom additional JR properties through 
configuration
------------------------------------------------------------------------------------------

                 Key: MOJO-1188
                 URL: http://jira.codehaus.org/browse/MOJO-1188
             Project: Mojo
          Issue Type: New Feature
          Components: jasperreports
            Reporter: Geoffrey De Smet


For example when you've defined your own QueryExceturFactory you should be able 
to configure it like so:

  <additionalJRProperties>
   
<net.sf.jasperreports.query.executer.factory.funnelql>ggg.JRFunnelJpaQueryExecuterFactory</net.sf.jasperreports.query.executer.factory.funnelql>
 </additionalJRProperties>

which would result into this code:

        
JRProperties.setProperty("net.sf.jasperreports.query.executer.factory.funnelql",
                "ggg.JRFunnelJpaQueryExecuterFactory");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to