Jump to content
We've recently updated our Privacy Statement, available here ×

dmaheshwarareddy

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by dmaheshwarareddy

  1. Hi ,

    I am not able to integrate visualize.js with polymer. in polymer webcomponent it is not able to find the DOM container.

    Error Message: [bi/report/Report] [visualize.js:50] [ERROR] - container.not.found.error : Container was not found in DOM

     

    does visualize.js have any problems piercing the shadow in web components and write to a container inside the shadow dom?

    Please  suggest if there is any alternative way to integrate polymer with visualize.js.

    Thanks,

    Mahesh

  2. Environment : Jasper Server 6.3

    Data Base: PostgresSQL 9.6

    Question:   Enable SSL for JNDI Data source

    Currently  I am facing issue when i add SSL enable parameter for my JNDI connection URL.

    /META-INF/Context.xml

    <Resource name="jdbc/XXXX" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="XXXXX" password="XXXXX" driverClassName="org.postgresql.Driver" accessToUnderlyingConnectionAllowed="true" validationQuery="SELECT 1" testOnBorrow="true" url="jdbc:postgresql://localhost:5432/databse1?ssl=true&amp;sslfactory=org.postgresql.ssl.NonValidatingFactory" factory="com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory"/>

    Please suggest the way to enable SSL in JNDI data source.

    Thanks,

    Mahesh

  3. Environment : Jasper Server 6.3

    Data Base: PostgresSQL 9.6

    Question:  I am able to preview the report in Jasper studio with Postgres stored functions however , the same report is throwing exception in Jasper server. I have used JDBC data source in Jasper server.

    It seems JDBC data source in Jasper server is not supporting stored functions.

    Please suggest better way to use stored functions in Jasper server.

     

    Thanks for your support.

     

    Thanks,

    Mahesh

×
×
  • Create New...