[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:02:36 EDT 2013


Fab Mars created RF-13266:
-----------------------------

             Summary: 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


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