<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Daniel,<div><br></div><div>Yes, the javax.ws.rs.core.Response object is not GWT-translatable. We could try and workaround this by overriding the type (we already did this for various other but simpler EE classes). Nobody requested this yet but it might be worth doing.&nbsp;GWT's Response type is somewhat similar from a client's point of view and can be used in a callback (see&nbsp;<a href="https://docs.jboss.org/author/display/ERRAI/Handling+Responses">https://docs.jboss.org/author/display/ERRAI/Handling+Responses</a>)</div><div><br></div><div>The second problem seems to imply that the CDI Decorators have to be dependent-scoped. Did you see this conversation:</div><div><a href="http://transcripts.jboss.org/channel/irc.freenode.org/#weld-dev/2011/#weld-dev.2011-10-17.log">http://transcripts.jboss.org/channel/irc.freenode.org/%23weld-dev/2011/%23weld-dev.2011-10-17.log</a></div><div><br></div><div>Can you share more information about your beans? You can also post it to the errai or the weld forums, of course.</div><div><br></div><div>Cheers,</div><div>Christian</div><div><br><div><div>On 2012-11-05, at 6:50 AM, Daniel Sachse &lt;<a href="mailto:sachsedaniel@gmail.com">sachsedaniel@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font face="Arial">Hey guys,</font><div><font face="Arial"><br></font></div><div><font face="Arial">I wanted to sum up some problems I ran into while using Errai and JAX-RS.</font></div><div><font face="Arial"><br></font></div><div><ol class="MailOutline"><li><font face="Arial">I normally use the&nbsp;<i>javax.ws.rs.core.Response</i>&nbsp;Object in my REST services to return different Status codes depending on custom conditions. Unfortunately I get compiler errors telling me : "</font><i>No source code is available for type javax.ws.rs.core.Response; did you forget to inherit a required module?". </i>Any ideas about that?</li><li>Using Interfaces with&nbsp;JAX-RS annotations like @Path, @GET, etc. with "normal" Object responses work fine so far. BUT, as soon as I try to attach CDI decorators to such an Interface, Weld complains with: &nbsp;"<i>org.jboss.weld.exceptions.UnproxyableResolutionException: WELD-001306 Attempting to inject an unproxyable normal scoped bean Decorator….</i>", although the implementation is perfectly proxyable. Did anybody experience something similar?</li></ol><div><br></div></div><div>Some technical infos:</div><div>I am using JBoss 7.1.1.Final and Errai 2.1.1.Final.</div><div><br></div><div>Hope somebody knows anything :)</div><div><br></div><div>Regards,</div><div><br></div><div>Daniel (w0mbat)</div></div>_______________________________________________<br>errai-dev mailing list<br><a href="mailto:errai-dev@lists.jboss.org">errai-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/errai-dev<br></blockquote></div><br></div></body></html>