Question Luis-Ángel Pére... · Aug 1, 2019 Jasper Reports + IRIS JDBC connection Hi! I am creating a Jasper Report using IRIS like DB, I've created my Data Adapter to connect with my DB configuring the JDBC connector and it works perfectly:But when I try to create a report connecting to my DB I am getting this error:This is the error in detail: #Eclipse #JDBC #InterSystems IRIS 0 1 0 594
Question Luis-Ángel Pére... · Jun 21, 2019 Licenses in Docker image of IRIS (store/intersystems/iris:2019.2.0.107.0-community) Hi! I am working in a java project (Spring Boot+ Maven + Hibernate) using jpa/hibernate to manage the persistance with the IRIS database from the Docker image (store/intersystems/iris:2019.2.0.107.0-community) and I've found an issue using the IRIS instance, when I define tables with relationships OneToMany, ManyToOne or ManyToMany and I try to fetch all the rows of the tables using the default method findAll (JpaRepository implements that method to get all the rows by default) the query automatically exceeds the limit of licenses availables. #Java #JDBC #InterSystems IRIS 0 11 1 612
Question Luis-Ángel Pére... · Jun 17, 2019 Intersystems IRIS Dialect for HIBERNATE Good morning!I am developing a Java project (Spring Boot + Maven + Hibernate) but I've a big issue when I try to define the Hibernate Dialect org.hibernate.dialect.InterSystemsIRISDialect... that dialect is neither in the Hibernate library nor in the IRISDriver class com.intersystems.jdbcHow should I define the IRISDialect in my project?Thank you in advance! #Java #JDBC #InterSystems IRIS 0 5 0 792