Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8RC1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:portals portlets
-
Affects:Sample App./Tutorial
Description
This exception is thrown when trying to download PDF files or the image.
java.lang.NullPointerException
org.icefaces.application.showcase.view.bean.examples.component.outputResource.OutputResourceBean.toByteArray(OutputResourceBean.java:77)
org.icefaces.application.showcase.view.bean.examples.component.outputResource.MyResource.open(OutputResourceBean.java:108)
java.lang.NullPointerException
org.icefaces.application.showcase.view.bean.examples.component.outputResource.OutputResourceBean.toByteArray(OutputResourceBean.java:77)
org.icefaces.application.showcase.view.bean.examples.component.outputResource.MyResource.open(OutputResourceBean.java:108)
The OutputResource bean of the Component Showcase is using non-portlet friendly logic to retrieve the resources as streams.