Re: Question on passing clojure objects in OSGI

2013-07-01 Thread Rama Shenai
Laurent, Thanks for the pointers. This is helpful and reinforces what I was wondering to do (repackage clojure or use serialization) I'll evaluate the different approaches Thanks, Rama On Monday, July 1, 2013 10:00:07 AM UTC-7, Laurent PETIT wrote: > > 2013/7/1 Rama Shenai

Question on passing clojure objects in OSGI

2013-07-01 Thread Rama Shenai
Hi, I have an OSGI (Karaf) setup where I have two isolated instances of Clojure deployed & running in two bundles (within the same JVM), and I am seeing a problem where passing Clojure Objects (such as PersistentArrayMaps) from one clojure bundle to another, breaks clojure interfaces at the