<div dir="ltr"><div>I have subsystem model operation that removes a model node:</div><div><br></div><div>{</div><div> "address" => [</div><div> ("subsystem" => "transactions"),</div><div> ("log-store" => "log-store"),</div><div> ("transactions" => "0:ffffac11829d:83bb:57f3b02a:1e"),</div><div> ("participants" => "1")</div><div> ],</div><div> "operation" => "delete",</div><div> "operation-headers" => {</div><div> "caller-type" => "user",</div><div> "access-mechanism" => "NATIVE"</div><div> }</div><div>}</div><div><br></div><div>After removing the node (which can result in removing the participant and transaction) I need to add a step that will refresh the model. I cannot do the refresh from the current context (which will be the node I am deleting) so I need to refresh from a context that is "higher up the tree". Ideally I want to do</div><div><br></div><div> PathAddress logStoreAddress = context.getCurrentAddress().getParent().getParent();</div><div><br></div><div>and then do a refresh from logStoreAddress.</div><div><br></div><div>My question is how can I trigger a refresh when I am in the "wrong context"?</div><div><br></div><div>Mike</div><div><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Michael Musgrove</div><div>Transactions Team</div><div>e: <a href="mailto:mmusgrov@redhat.com" target="_blank">mmusgrov@redhat.com</a></div><div>t: +44 191 243 0870</div><div><br></div><div>Registered in England and Wales under Company Registration No. 03798903</div><div>Directors: Michael Cunningham (US), Paul Hickey (Ireland), Matt Parson</div><div>(US), Charles Peters (US)</div><div><br></div><div>Michael Cunningham (US), Charles Peters (US), Matt Parson (US), Michael O'Neill(Ireland)</div></div></div>
</div>