Jump to content
  • How to add content resources to the Library


    ghudson_1
    • Version: v6.3 Product: JasperReports® Server

    Issue Description

    Out of box, JasperReports Server does not list content resources in the Library. Fortunately this is configurable.


    Resolution

    • -Edit WEB-INFapplicationContext-search-pro.xml

    • -Find  <util:list id="libraryResourceTypeFilterOptionsPro">   (line 132 in 6.3.0)

    • - note the property name="id".   Then check out the entry list for  key resourceTypeFilter-reports-views-dashboards on line 85  .  It lists several types but is missing content resources.

    • - So clone this entry list to create a new key containing all the required types in addition to content resources and update the name="id" in libraryResourceTypeFilterOptionsPro with your new key.

      The value for content resources is:

      <value>com.jaspersoft.jasperserver.api.metadata.common.domain.ContentResource</value>
      
    • - Backup the orig file, save, then restart.


    Ref. Case 01475063


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...