NPE on unmarshalling new-style "user"-marshalled class ------------------------------------------------------
Key: JRUBY-1139 URL: http://jira.codehaus.org/browse/JRUBY-1139 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Reporter: Anders Bengtsson Attachments: user-unmarshal-npe.patch When unmarshalling from a user-marshalled class done with the newer "marshal_dump"-method style, you get a NPE if the class is unknown. (I fixed the exact same problem for the older-style user marshalling back in November, in JRUBY-287 ... doh!) The patch fixes this, and unifies the class finding for the two styles of user-marshalling. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email