Re: Action is not working on deployment

2016-09-13 Thread Stephen Cameron
Network activity with no args Action: none! Network activity with 1-parameter Action: some, see request below GET

Re: Action is not working on deployment

2016-09-13 Thread Stephen Cameron
Hi Oscar, I am setting both sides, setParentActivity(this); is where the child->parent object reference is created. I added the code simply to show its just a very simple method (that works just fine on my laptop). It seems that the problem does in fact relate to the action having no

Re: Action is not working on deployment

2016-09-13 Thread Óscar Bou - GOVERTIS
Hi, Steve. You’re not setting both sides of the relationship (only adding to the collection, but not setting the property on the other side, assuming it’s a 1-n relationship). This is managed through 2 DN properties: - datanucleus.manageRelationships - datanucleus.manageRelationshipsChecks

Re: Action is not working on deployment

2016-09-13 Thread Jeroen van der Wal
My first step would be to watch the network activity in Chrome developer tools [1]. Secondly you can set up remote debugging of your app [2]. [1] https://developer.chrome.com/devtools [2]

Action is not working on deployment

2016-09-13 Thread Stephen Cameron
Hi, I have an unusual situation where the behaviour of what is apparently the same configuration of my app differs on two different systems. When I deploy my app to a clients server there is one action that produces no effects whereas on my development machine it works as expected. The norma;