Re: can't connect with Datomic transactor

2014-09-08 Thread Josh Lehman
Wilker, It seems that you haven't actually started the transactor. For developing, I'd recommend using lein-datomic . Hope that helps, -Josh On Sunday, September 7, 2014 8:06:55 PM UTC-7, Wilker wrote: > > Hi, > > I was using Datomic in memory for

[ANN] ring-transit 0.1.1 released

2014-07-27 Thread Josh Lehman
I've just thrown together a ring middleware for transit with an api like that of ring-json . You can check it out here: ring-transit . -Josh -- You received thi

Re: Uberjar woes

2014-04-11 Thread Josh Lehman
I've come up with a fix after lots of fiddling, and I cannot quite explain it -- but it works! The component library involves creating records that implement the Lifecycle protocol. In every namespace where I implemented that protocol, I added a (:gen-class) to the namespace declaration. I also

Re: Uberjar woes

2014-04-11 Thread Josh Lehman
Tom, Not sure if you every figured this out, but I'm having the same issue. In my case, the error points to the Lifecycle protocol in https://github.com/stuartsierra/component (com/stuartsierra/component/Lifecycle). It's a pretty barebones configuration. https://gist.github.com/jalehman/104