[ 
https://issues.apache.org/jira/browse/CAMEL-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136997#comment-15136997
 ] 

ASF GitHub Bot commented on CAMEL-9576:
---------------------------------------

GitHub user LienDeboosere opened a pull request:

    https://github.com/apache/camel/pull/830

    CAMEL-9576: fix deserializing proxies with mixed JDK&non-JDK interfaces

    This is a pull request with a fix for the issue: 
https://issues.apache.org/jira/browse/CAMEL-9576


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/LienDeboosere/camel CAMEL-9576

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/830.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #830
    
----
commit 75cac5eb14cc86180f54959d11f0caa816ed43a9
Author: Lien Deboosere <[email protected]>
Date:   2016-02-08T14:29:47Z

    CAMEL-9576: fix deserializing proxies with mixed JDK & non-JDK interfaces

----


> ClassLoadingAwareObjectInputStream cannot handle deserializing proxies with 
> mixed JDK & non-JDK interfaces
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-9576
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9576
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-sql
>    Affects Versions: 2.16.2
>            Reporter: Lien Deboosere
>            Priority: Minor
>             Fix For: 2.16.3, 2.17.0
>
>
> The camel-sql component contains a class called 
> ClassLoadingAwareObjectInputStream, which is a copy from a class from the 
> apache activeMQ project.
> There was a bug in this class that was fixed in the activeMQ project but was 
> not updated in the camel-sql component.
> I face the same issue as in: https://issues.apache.org/jira/browse/AMQ-3537
> where I cannot deserialize an object that contains a mix of jdk and non-jdk 
> classes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to