This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-13
Channels
- # beginners (17)
- # boot (16)
- # cider (13)
- # cljs-dev (26)
- # cljsrn (5)
- # clojure (155)
- # clojure-belgium (2)
- # clojure-spec (19)
- # clojure-uk (4)
- # clojurescript (32)
- # community-development (16)
- # core-async (12)
- # cursive (3)
- # datomic (7)
- # hoplon (14)
- # lambdaisland (1)
- # lumo (16)
- # microservices (1)
- # off-topic (3)
- # om (5)
- # onyx (4)
- # protorepl (1)
- # re-frame (1)
- # rum (1)
- # specter (6)
- # unrepl (32)
@souenzzo I think you might be talking about nested component entities? If so, see here for one: http://blog.datomic.com/2013/06/component-entities.html
I'm trying to connect to a transactor deployed to AWS (e.g. "datomic:<ddb://us-east-1/<system>/<db>...%22|ddb://us-east-1/<system>/<db>...">). When I do this in the repl located in my datomic folder it works, but when I do it in my local project folder in the repl I get this error:
CompilerException java.lang.NoClassDefFoundError: Could not initialize class datomic.ddb_cluster__init, compiling:(form-init1336530578825920965.clj:1:11)
My first thought was that there was something wrong with the datomic project imported into my project, but connecting to a dev transactor works just fine.Anyone have any thoughts?
I think you now need to manually include the lib for the storage you require @ezmiller77
much thanks @favila. that was it! http://docs.datomic.com/storage.html#sec-6-1