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

ivan.bolcina

Members
  • Posts

    1
  • Joined

  • Last visited

ivan.bolcina's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi. I have an report and I render it using library, not server. If I add static image on it, flower.png, and put flower.png in jar, it will be accesible via classpath and will be rendered OK. If I don't have image in classpath, it will throw exception. I would like register an resource (repository or something like this) provider with Jasper, so that when Jasper would need flower.png, it would ask my provider for this resource (flower.png),my provider would go to my repository, fetch image from it, and feed it back to Jasper. I guess this has to do something with StreamRepositoryService,but i can not register it correctly. Thanks!
×
×
  • Create New...