Re: can't deserialize proxy instance with non-jdk interface

2010-11-12 Thread Jim Newsham
Anyone have any idea whether this might be user error or a problem with ActiveMQ? If it's the latter I can open a JIRA issue. Thanks, Jim On 11/9/2010 5:19 PM, Jim Newsham wrote: P.S. ActiveMQ 5.3.2, Camel 2.4.0. I'm running both embedded (i.e., starting up in Java code), and no custom

Re: can't deserialize proxy instance with non-jdk interface

2010-11-09 Thread Jim Newsham
P.S. ActiveMQ 5.3.2, Camel 2.4.0. I'm running both embedded (i.e., starting up in Java code), and no custom class loaders (no osgi, spring, or anything fancy). As stated before, the classes (proxy, non-proxy, interfaces) are all in the same (global) classpath. Jim On 11/9/2010 5:15 PM, J