Re: ava.lang.SecurityException: class "org.apache.poi.POIXMLDocumentPart"'s signer information does not match signer information of other classes in the same package

2016-12-11 Thread Dusan
Looks like poi-ooxml is a signed jar, so you can't include it in uberjar. Just add the :uberjar-exclusions[#"^org.apache.poi"] in your project.clj and add the required poi jar files to the classpath when running the app On Sunday, December 11, 2016 at 9:15:47 AM UTC+4, larry google groups wrote:

Re: Clojurescript long polling questions

2012-05-04 Thread Dusan Miloradovic
Thanks for great answers Daniel and Zach Dusan On Fri, May 4, 2012 at 3:28 PM, Zach Tellman wrote: > That documentation is for the Lamina library, and describes how > full-duplex client connections are represented. If you created a TCP > client, all that would be true. > > H

Re: Clojurescript long polling questions

2012-05-02 Thread Dusan Miloradovic
ESTABLISHED tcp4 0 0 localhost.51638localhost.4005 ESTABLISHED Also I dont see why this: (defn longpoll-new [ch request] (siphon k ch) ) closes the connection, I thought it should safely redirect all the messages from k. What do I miss here? Thanks for the help Dusan As

Re: Clojurescript long polling questions

2012-05-01 Thread Dusan Miloradovic
and 'when' > evaluate the body in an implicit 'do' themselves. > > The overall approach to reuse the connection looks fine otherwise. > > -Gijs > > On Apr 30, 12:00 pm, Dusan wrote: > > I am trying to figure out how to setup the long polling from the >

Re: Macro not working - newbie question

2011-10-19 Thread Dusan
alues... On Oct 18, 8:25 pm, "Marshall T. Vandegrift" wrote: > Dusan writes: > > (symbol(str "(str (:" % " " vv "))")) > > This expression is the (immediate) problem child.  You are producing a > symbol which contains literal space and p

Re: Macro not working - newbie question

2011-10-19 Thread Dusan
On Oct 18, 9:25 am, "Marshall T. Vandegrift" > wrote: > > > > > > > > > Dusan writes: > > > (symbol(str "(str (:" % " " vv "))")) > > > This expression is the (immediate) problem child.  You are producing a > >

Macro not working - newbie question

2011-10-18 Thread Dusan
.parse(Compiler.java:2591) 6: clojure.lang.Compiler.analyze(Compiler.java:5192) 7: clojure.lang.Compiler.analyze(Compiler.java:5151) 8: clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3057) 9: clojure.lang.Compiler.analyzeSeq(Compiler.java:5371) 10: clojure.lang.Compiler.analyze(Compiler.java