Closed ghost closed 8 years ago
When try to render a report with the Demoiselle Reports API, sometimes comes the error Socket Closed, this error can be resolved by changing the
@Inject private HttpServletResponse response;
for
HttpServletResponse response = (HttpServletResponse) FacesContext.getCurrentInstance().getExternalContext().getResponse();
in the FileRendererImpl class
Hi, i will close this issue. If the situation mentioned above don't was resolved, please reopen.
Tks.
When try to render a report with the Demoiselle Reports API, sometimes comes the error Socket Closed, this error can be resolved by changing the
@Inject private HttpServletResponse response;
for
HttpServletResponse response = (HttpServletResponse) FacesContext.getCurrentInstance().getExternalContext().getResponse();
in the FileRendererImpl class