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

maciej.mac

Members
  • Posts

    2
  • Joined

  • Last visited

maciej.mac's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  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...