Capabilities and Limits of (bean ...)?

2008-12-04 Thread Randall R Schulz
Hi, I have a fairly elaborate library for representing roughly JSON-like data. It has the ability to create JavaBean counterparts to any of its values, whether atomic or structured. In order to see how this might interact with (bean ...), I tried this: user= (bean (new Boolean true))

Re: Capabilities and Limits of (bean ...)?

2008-12-04 Thread Rich Hickey
On Dec 4, 8:01 pm, Randall R Schulz [EMAIL PROTECTED] wrote: Hi, I have a fairly elaborate library for representing roughly JSON-like data. It has the ability to create JavaBean counterparts to any of its values, whether atomic or structured. In order to see how this might interact with

Re: Capabilities and Limits of (bean ...)?

2008-12-04 Thread Randall R Schulz
On Thursday 04 December 2008 17:01, Randall R Schulz wrote: Hi, ... user= (bean (new Boolean true)) java.lang.NoClassDefFoundError: clojure/core$bean__4456$fn__4458 In fact, I've yet to find an invocation of (bean ...) that produces anything other than a NCDFE. ... OK. Here's the