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

ivan.bolcina

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by ivan.bolcina

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