Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD4F61078C for ; Mon, 23 Sep 2013 13:26:51 +0000 (UTC) Received: (qmail 28365 invoked by uid 500); 23 Sep 2013 13:26:45 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 28218 invoked by uid 500); 23 Sep 2013 13:26:36 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 27968 invoked by uid 99); 23 Sep 2013 13:26:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 13:26:07 +0000 Date: Mon, 23 Sep 2013 13:26:07 +0000 (UTC) From: "Lukas Roedl (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (KARAF-2480) cellar-event throws a HazelcastSerializationException caused by a ClassNotFoundException when an event has an instance of a class stored in the event properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13774534#comment-13774534 ] Lukas Roedl edited comment on KARAF-2480 at 9/23/13 1:26 PM: ------------------------------------------------------------- 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 attached patch... was (Author: roedll): 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