[richfaces-issues] [JBoss JIRA] (RF-13266) mediaOutput not working anymore on Glassfish3

Fab Mars (JIRA) jira-events at lists.jboss.org
Tue Oct 15 16:59:35 EDT 2013


    [ https://issues.jboss.org/browse/RF-13266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12814402#comment-12814402 ] 

Fab Mars commented on RF-13266:
-------------------------------

Reproducer: git at github.com:fabmars/RF13266.git

Run both examples highlighted above with:
http://localhost:8080/RF13266/mediaHref.jsf
http://localhost:8080/RF13266/mediaImg.jsf
                
> mediaOutput not working anymore on Glassfish3
> ---------------------------------------------
>
>                 Key: RF-13266
>                 URL: https://issues.jboss.org/browse/RF-13266
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.3.4
>         Environment: Glassfish 3.1.2.2 patched with Weld 1.1.14 (the problem appears also on earlier Weld builds) and JDK 1.7.0_45
>            Reporter: Fab Mars
>              Labels: glassfish_v3, mediaOutput
>
> This is a followup to https://issues.jboss.org/browse/RF-13098 focusing on Glassfish3.
> I have 2 mediaOutput in my code, none works.
> The first one passes a Long as the value to the createContent method and the expected output is a PDF. I get
> SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; org.jboss.weld.util.el.ForwardingMethodExpression
> The second one passes an array of 3 bytes (a color code) and the expected result is an image. I get
> SEVERE: Input error for deserialize data java.io.InvalidClassException: Unauthorized deserialization attempt; [B
> I'm preparing a reproducer on guthub and will share the url in the next comment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list