Re: [hibernate-dev] Datomic OGM implementation

2015-04-27 Thread Davide D'Alto
Hi Josiah, thank you very much, that looks like great news. Usually before changing the existing modules we discuss the requirements on this mailing list, on the JIRA or on the forum. Sending a pull request with the description of the problem is probably the fastest way to have feedback, just ke

Re: [hibernate-dev] Multitenancy Per Schema Fails With NPE

2015-04-27 Thread Steve Ebersole
You are trying to use auto schema validation. That is not yet supported for multi-tenancy. None of the auto schema tools are. If you need to run any of the schema tools, you will need to do so manually. On Mon, Apr 27, 2015 at 12:35 AM, amit shah wrote: > I did log a blocker issue >

[hibernate-dev] Quick question about PostCommitInsertEventListener

2015-04-27 Thread Haswell, Josiah D
Hi folks, In Datomic, when you create an entity, you must give the entity a temporary ID before you insert it. After the transaction completes, each entity in the transaction is given an actual persistence ID back from the database. My initial approach was to generate the temporary identifie