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

maciej.mac

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by maciej.mac

  1. Hello, I have had the same problem recently, when I've forgot to make some changes in applicationContext.xml file. All you have to do is to change the dialect from MySQL to Oracle; here is the place where this has to be made: ... <property name="hibernateProperties"> <props> <prop key="hibernate.dialect">org.hibernate.dialect.OracleDialect</prop> <prop key="hibernate.show_sql">false</prop> <prop key="hibernate.generate_statistics">true</prop> </props> ... That's all, after this change everything works fine... Greetings, Maciej. Post edited by: maciej.mac, at: 2007/05/20 18:56
  2. maciej.mac

    JI1.2.0

    Lucian, You are right. It works, but only when I run "simple" reports, however when I'm trying to run reports with subreports the problem appears again... What do You think about that...? Thanks. Post edited by: maciej.mac, at: 2007/02/21 11:59
×
×
  • Create New...