Jump to content
We've recently updated our Privacy Statement, available here ×
  • Columns do not appear in domain designer when Oracle synonym is used


    kcollins
    • Features: Domains Product: JasperReports® Server

    Issue:

    By default, the domain designer does not retrieve metadata for Oracle synonym tables.  The table will appear in the display tab, but the fields will not appear when the user attempts to expand the table:
     
    synonym_not_working.png.9380de9e4a70d2d1a68333c3a832572c.png

    Resolution:

    To make the domain designer retrieve synomym metadata, change the following setting to true in applicationContext-semanticLayer.xml:
    <property name="includeSynonymsForOracle">
        <!-- set 'true' if you use Oracle synonyms in Domains  -->
        <value>false</value>
    </property>
    
     
    The columns will then appear in domain designer:
     
    synonym_working(1).png.5b6b0992ca9e3c3016dc2dc75e4e1202.png

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...