[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-1059) JGroups backend should not serialize custom objects

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Mar 9 11:45:49 EST 2012


    [ https://hibernate.onjira.com/browse/HSEARCH-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45890#comment-45890 ] 

Emmanuel Bernard commented on HSEARCH-1059:
-------------------------------------------

A quick look at the code only shows the class BackendMessage to be transferred. Is that the culprit? It should be easy to work around that as it only contains a String and a byte[] (serialized by Avro already)

> JGroups backend should not serialize custom objects
> ---------------------------------------------------
>
>                 Key: HSEARCH-1059
>                 URL: https://hibernate.onjira.com/browse/HSEARCH-1059
>             Project: Hibernate Search
>          Issue Type: Bug
>    Affects Versions: 4.0.0.Final
>            Reporter: Sanne Grinovero
>            Assignee: Sanne Grinovero
>            Priority: Critical
>             Fix For: 4.1.0.Final
>
>
> The JGroups Channel should be served with a stream of bytes rather than a custom serializable object, or we get classloader problems at the receiving side in modular environments.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list