Fork me on GitHub
#datomic
<
2016-07-16
>
isaac04:07:32

@stuarthalloway: Many times, We just want to save some presenting data (some additional info of an entity, it's normally is a Map). Just now, we save via serialize it to bytes. BTW: Does your team has plan to let fulltext of Datomic support customize analysis? We want fulltext support chinese. our company in China.

jonsharratt11:07:05

So was just trying to spike something with Datomic and the SSE endpoint, enabled CORS as per docs to #{/*/} for testing. In Chrome still get:

EventSource cannot load . No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '' is therefore not allowed access.

jonsharratt11:07:24

for now just proxying them through but wondered if I am doing something daft (more than likely :D)

cap10morgan13:07:38

Just upgraded my transactors to 0.9.5385, now trying a 0.9.5385 peer against them (DynamoDB storage, so I added [com.amazonaws/aws-java-sdk-dynamodb "1.11.6"] to deps). Now I'm getting this error from datomic.api/connect: CompilerException java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.JavaType.isReferenceType()Z, compiling:(form-init2275309853874966894.clj:1:16) Anyone seen that or have ideas how to fix it?

cap10morgan13:07:53

ah, looks like another dep is bringing in a different version of com.fasterxml.jackson.core. so probably just some exclusions I need to add