<div dir="ltr"><div>Why do you need to make a rest call while startup is taking place?<br><br></div>Stuart<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 14, 2016 at 9:22 AM, Gytis Trikleris <span dir="ltr">&lt;<a href="mailto:gtrikler@redhat.com" target="_blank">gtrikler@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is there a way to make sure I&#39;m making the service call not too early?<br>
<br>
Also, ControlledProcessStateService methods which are used in that<br>
commit are deprecated. That&#39;s why I wasn&#39;t sure if it&#39;s OK for me to use<br>
them.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 13/12/2016 22:34, Brian Stansberry wrote:<br>
&gt; That commit you linked shows the mechanism for getting a notification of process state changes (inject ControlledProcessStateService and register a property change listener.)<br>
&gt;<br>
&gt; But, that commit is opening up the listener when it gets the notification, so if you listen for the same notification and make a call it’s going to be racy.<br>
&gt;<br>
&gt;&gt; On Dec 13, 2016, at 3:26 PM, Gytis Trikleris &lt;<a href="mailto:gtrikler@redhat.com">gtrikler@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m wondering if there is a way to register a listener which would be<br>
&gt;&gt; invoked when server status has changed. More specifically when<br>
&gt;&gt; application server completed start-up.<br>
&gt;&gt;<br>
&gt;&gt; The reason for that is that after [1] commit was introduced our rest<br>
&gt;&gt; transaction tests started to fail. The cause seems to be rest service<br>
&gt;&gt; call during the start of one of our services. That call doesn&#39;t<br>
&gt;&gt; necessarily have to be executed during the service start. However, the<br>
&gt;&gt; sooner it&#39;s done the better and if it would be possible to register some<br>
&gt;&gt; sort of callback to be invoked once start-up was done, that would be great.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt;<br>
&gt;&gt; Gytis<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; [1]<br>
&gt;&gt; <a href="https://github.com/wildfly/wildfly/commit/d56cd18137d3acbcb5027744d5ce57f3ebc46d8e" rel="noreferrer" target="_blank">https://github.com/wildfly/<wbr>wildfly/commit/<wbr>d56cd18137d3acbcb5027744d5ce57<wbr>f3ebc46d8e</a><br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; wildfly-dev mailing list<br>
&gt;&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/wildfly-dev</a><br>
<br>
______________________________<wbr>_________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/wildfly-dev</a></div></div></blockquote></div><br></div>