• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Report Generation With EJB 3.0

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
ranchars

i am facing problem in configuring jasper i Report with EJB QL. Any body can tell me that how we can make configuration for EJB 3.0 for Jasper. Where we should place the persistence.xml and how we should configure the persistence unit with Entity Manager. Please help me.



With Regards
Amar Deep Singh
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's kind of a large question to ask. I'd suggest you go on google and search for Jasper tutorials to get the basic setup going, then come back when you have a more specific question in mind.

Besides I'm not even sure you can directly tie directly Jasper into EJB QL, you might need to write a module that handles that yourself.
 
reply
    Bookmark Topic Watch Topic
  • New Topic