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:
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
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
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
>
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
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
> >
.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