1

Hi I'm trying to find a way to create birt reports with datasets based on a hibernate data source. However, I downloaded eclipse report designer and related plugins, but can't seem to find an option for hibernate data source. Was this functionality taken out?

I have gone through a couple of links and either they are old libraries or the integration is done via seam. The only reasonable examples i found are using Scripted data source to access hibernate POJOs. But nothing on how to access hibernate entities directly from the report at least in the latest versions of birt.

Or is there something that I'm missing?

patty
  • 58
  • 6
  • 1
    https://www.google.com/search?q=reporting+hibernate+data+source&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=sb&gfe_rd=cr&ei=rSxrVNCrOaWo8wfkwYDoAQ#rls=org.mozilla:en-US:official&channel=sb&q=birt+reporting+hibernate+data+source – Miki Nov 18 '14 at 11:26
  • I have gone through a couple of links and either they are old libraries or the integration is done via seam. The only reasonable examples i found are using Scripted data source to access hibernate POJOs. But nothing on how to access hibernate entities directly from the report at least in the latest versions of birt. – patty Nov 18 '14 at 12:53
  • If I where you I would update the question with these details. – Miki Nov 18 '14 at 13:29

1 Answers1

1

You can check my approach based on POJO data source (without using scripting data source). I finally found some time today to describe it here.

Lukasz Frankowski
  • 2,955
  • 1
  • 31
  • 32