UnitOfWork closed inconsistently

2017-06-23 Thread Tibor Mlynarik
Hi folks, After UoW is closed, traversal through association is not possible. So there is no way how access associated data if I have only reference to root of graph. (also toValue() will not help) I think it is too restrictive, see

Re: Default assemblers (Re: Issue with null association)

2017-05-23 Thread Tibor Mlynarik
aulmer...@apache.org> wrote: > > Addendum: > > - s/polygene-runtime/polygene-support > - Tibor, you could try the branch with your application, I hope it'll fix > your IdentityGenerator issue > > > Le 2017-05-22 17:38, Paul Merlin a écrit : >> Gang, >> Le 2017-

Issue with null association

2017-05-21 Thread Tibor Mlynarik
Hi , I am trying to port my 2.0 based application to latest 3.0 develop branch. It seems that Association.set() is not allowing null. ( quick look at AssociationInstance.set() shows possible NPE at line 67 ) thanks, - Tibor

Re: Issue with null association

2017-05-21 Thread Tibor Mlynarik
hierarchy inheritance. I have custom IdentityGenerator declared in BottomLayer but used in UpperLayer. thanks, - Tibor > On May 21, 2017, at 5:45 PM, Paul Merlin <paulmer...@apache.org> wrote: > > Hi Tibor, > > Le 2017-05-21 17:11, Tibor Mlynarik a écrit : >> Hi

Re: JOOQ EntityStore

2017-06-19 Thread Tibor Mlynarik
Hi Niclas, your correction put me in doubt if I understand db model correctly. What happens to ENTITIES._value_id and related TestEntity*._identity when entity updates ? It has to be updated to new value across all 3 tables, right ? ( and such value has to be globally unique) Tibor

Re: Close PR?

2017-12-21 Thread Tibor Mlynarik
Hi Niclas, thanks for merging this PR/8. I see it as closed on github. I have deleted original branch, maybe it will help. cheers, Tibor > On Dec 21, 2017, at 8:40 AM, Niclas Hedhman wrote: > > If anyone knows (or can figure out) how to close a PR, let us know.

Re: Initializable, Invariants in invaluable inspection

2017-12-25 Thread Tibor Mlynarik
Merry Christmas to all, > On Dec 25, 2017, at 1:27 AM, Niclas Hedhman wrote: > > Merry Christmas everyone, > > > Invariant checking is about ensuring that an Entity Aggregate is never > accessible in a incoherent state. Transactions/UnitOfWork takes care of the >

Re: library-restlet to be removed?

2018-03-06 Thread Tibor Mlynarik
Hi Niclas, I would like to help with documenting library-rest-server. I am user of it, but not exactly in current form, so I would like to hear where you see it evolve. One change I did is I have removed interactive mode (xhtml) as for non interactive clients it adds too much overhead to

Re: Zookeeper entity store

2018-04-25 Thread Tibor Mlynarik
Hi Niclas, it would be nice addition to entity stores. I am in need for securing some part of my configs and your comment in jira inspired me to try multiple entity stores for it. cheers, Tibor > On Apr 25, 2018, at 3:57 PM, Niclas Hedhman wrote: > > Gang, > >

[jira] [Created] (POLYGENE-308) Possible corrupted composite method invocation

2018-05-02 Thread Tibor Mlynarik (JIRA)
Tibor Mlynarik created POLYGENE-308: --- Summary: Possible corrupted composite method invocation Key: POLYGENE-308 URL: https://issues.apache.org/jira/browse/POLYGENE-308 Project: Polygene