<div dir="ltr"><div><div>Hi guys,<br><br></div>I&#39;m trying to set the contents of a FileResource with an unNamed array, example:<br><br></div>FileResource&lt;?&gt; fileResource = root.getChild(&quot;test&quot;).reify(FileResource.class);<br><br><br clear="all"><div><div><div><div><div><div>fileResource.setContents(&quot;[]&quot;); //same as Json.createArrayBuilder().build().toString()<br><br></div><div>here it throws the exception:<br><br>org.jboss.forge.addon.resource.ResourceException: Error while setting the Json contents<br>    at org.jboss.forge.addon.parser.json.resource.JsonResourceImpl.setContents(JsonResourceImpl.java:98)<br>    at org.jboss.forge.addon.parser.json.resource.JsonResourceImpl.setContents(JsonResourceImpl.java:29)<br><br><br>I think the error is because JsonResource tries to read an object (instead of an array in the case) in set contents(JsonResourceImpl line 93):<br><br><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:&quot;Source Code Pro&quot;;font-size:10.5pt">setContents(reader.readObject())<span style="color:rgb(204,120,50)">;</span></pre><br><br></div><div>is this a bug or intended behaviour?  <br></div><div><br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><a href="http://www.advancedit.com.br/" target="_blank"><span style="color:black;text-decoration:none"></span></a><span></span><span><span style="color:rgb(192,192,192)">Att,</span></span></div><div dir="ltr"><span><span style="color:rgb(192,192,192)"><br></span></span></div><div dir="ltr"><span><span style="color:rgb(192,192,192)">Rafael M. Pestano</span><br style="color:rgb(192,192,192)"><br style="color:rgb(192,192,192)"><span style="color:rgb(192,192,192)">Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul</span><br></span><div><font color="#c0c0c0"><a href="http://rpestano.wordpress.com/" target="_blank">http://rpestano.wordpress.com/</a></font><div><div><a href="https://twitter.com/realpestano" target="_blank"><span style="color:rgb(192,192,192)">@realpestano</span></a></div></div></div></div></div></div></div></div></div></div></div>
</div></div></div></div></div></div></div>