[ 
https://issues.apache.org/jira/browse/KARAF-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukas Roedl updated KARAF-2480:
-------------------------------

    Attachment: KARAF-2480-20130923.patch

I managed to solve the problem:
The "DynamicImport-Package" is set "javax.*,org.w3c.*,org.xml.*" and so the 
additional classes which should be serialized can't be found.
If a "*" is added then the problem is solved.

See the atteched patch...
                
> cellar-event throws a HazelcastSerializationException caused by a 
> ClassNotFoundException when an event has an instance of a class stored in the 
> event properties
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-2480
>                 URL: https://issues.apache.org/jira/browse/KARAF-2480
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core, cellar-dosgi
>    Affects Versions: cellar-2.3.2
>            Reporter: Lukas Roedl
>         Attachments: KARAF-2480-20130923.patch
>
>
> When an event contains an instance of a POJO in its event properties and is 
> sent via cellar-event and Hazelcast a HazelcastSerializationException is 
> thrown.
> In the stacktrace a ClassNotFoudException is posted as cause of the problem.

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

Reply via email to