Re: Action is not working on deployment

2016-09-23 Thread Dan Haywood
no worries On 23 September 2016 at 04:22, Stephen Cameron wrote: > Oh dear, this was working all along. Its much slower on the production > system for some reason. > > Sorry for wasting peoples precious time (incliding my own). > > On Sat, Sep 17, 2016 at 9:21 AM, Stephen Cameron < > steve.camer

Re: Action is not working on deployment

2016-09-22 Thread Stephen Cameron
Oh dear, this was working all along. Its much slower on the production system for some reason. Sorry for wasting peoples precious time (incliding my own). On Sat, Sep 17, 2016 at 9:21 AM, Stephen Cameron wrote: > Thanks for the suggestions, I'll have time to get into this properly, > figure out

Re: Action is not working on deployment

2016-09-16 Thread Stephen Cameron
Thanks for the suggestions, I'll have time to get into this properly, figure out the details of Wicket etc., later in the coming week. On Fri, Sep 16, 2016 at 6:44 PM, Dan Haywood wrote: > Hi Steve, > > Hmm, thanks for your work on this so far. > > Unfortunately, I haven't been able to reproduce

Re: Action is not working on deployment

2016-09-16 Thread Dan Haywood
Hi Steve, Hmm, thanks for your work on this so far. Unfortunately, I haven't been able to reproduce. I've run up the kitchensink on one dev box, and then accessed it from another, with kitchensink running in SERVER rather than prototype mode. On the "semantics" menu it will return an object tha

Re: Action is not working on deployment

2016-09-14 Thread Stephen Cameron
This is the HTML DOM from Chrome for the Add Next (Scheduled Activity) button. Add Next This is what is present for the single arg Action

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 /chats/wicket/entity?14-1.IBehaviorListener.0-theme-entityPageContainer-entity-rows-1-rowContents-1-col-entityHeaderPanel-entityActions-additionalLinkList-additionalLinkItem-0-additio

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 parameters(

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 Hav

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] http://blog.trifork.com/2014/07/14/how-to-remotely-debug-application-running-on-tomcat-from-within-intellij-id

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; eff