<div>Hi All,</div>
<div>&nbsp;</div>
<div>I have encountered a strange update/refresh behavior while using write&nbsp;queries (to the sandbox)&nbsp;from a Java application. Not sure if that is a bug or some problem with my app...</div>
<div>&nbsp;</div>
<div>Here is what&nbsp;my application is doing: I am sending a write query which adds a new property to a topic. e.g. adding a new &quot;produced_by&quot; property to a movie like this:</div>
<div>{<br>&nbsp; &quot;query&quot; : {<br>&nbsp;&nbsp;&nbsp; &quot;/film/film/produced_by&quot; : {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;connect&quot; : &quot;insert&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;id&quot; : &quot;personID&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;type&quot; : {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;connect&quot; : &quot;insert&quot;,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;id&quot; : &quot;/film/producer&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; },<br>&nbsp;&nbsp;&nbsp; &quot;id&quot; : &quot;movieID&quot;<br>&nbsp; }<br>}</div>
<div>&nbsp;</div>
<div>when I am using this query in the MQL query editor, it works. When I am sending it with my java application it also seems to work: I get the 200 status response with the confirmation that the property has been inserted. </div>

<div>&nbsp;</div>
<div>Now the problem is that&nbsp;the changes&nbsp;don&#39;t show up in the freebase UI! Also when I query the properties of that movie, the updates don&#39;t show:</div>
<div>{<br>&nbsp; &quot;query&quot; : [<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;id&quot; : &quot;movieID&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;produced_by&quot; : [],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;type&quot; : &quot;/film/film&quot;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp; ]<br>}</div>
<div>the returned list of producers doesn&#39;t show the new one (personID)</div>
<div>&nbsp;</div>
<div>The strange thing is this: When I send a further&nbsp;(arbitrary) write query through the MQL query editor (or edit something directly in the UI), then the changes of the first write request suddenly show up in the freebase UI. What is going on there? Does the MQL query editor send some kind of refresh command that is not send from other applications?</div>

<div>&nbsp;</div>
<div>Thanks,</div>
<div>Christian</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>