Jump to content
We've recently updated our Privacy Statement, available here ×
  • About Usage of "JIRepositoryCache" Table


    asimkin
    • Features: Cache, Reports, Repository Version: v7.2 Product: JasperReports® Server

    Issue Description

    Customer noticed that repository table JIRepositoryCache is always empty in the latest versions of TIBCO JasperReports® Server.

    He is wondering what the purpose of the table is and why it has no records.


    Resolution

    In older versions of the product, compiled JapserReports Library resources were cached in the JIRepositoryCache table for increased efficiency at runtime.

    Since v.6.4.0, compiled resources are stored in memory cache (ehCache) instead of JIRepositoryCache table.

    That's why the table is empty.

    There is a configuration option to store objects in the table, if it is required for some reason:

    WEB-INFapplicationContext.xml

    config file, property

    <property name="isEnabledRepositoryCaching" value="false"/>

    If you set it to true , compiled reports will be stored in the table.


    Ref. Case 01767755


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...