<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">No it's not a CP : I don't have Weld in my app and I used JBoss 6 out of the box.<div>It comes from the conjunction of using</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(119, 119, 119); "><span style="color: #000000">&nbsp;&nbsp;&nbsp;</span>@Inject</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(119, 119, 119); "><span style="color: #000000">&nbsp;&nbsp; </span>@Any</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">&nbsp;&nbsp; <span style="color: #941965">private</span> Instance&lt;OAuthServiceHandler&gt; <span style="color: #102bc3">serviceHandlerInstances</span>;</div><div><br class="webkit-block-placeholder"></div><div>to build list of OAuthServiceHandler beans available. And&nbsp;</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(119, 119, 119); ">&nbsp;&nbsp; @Produces</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(119, 119, 119); "><span style="color: #000000">&nbsp;&nbsp; </span>@Named</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(119, 119, 119); "><span style="color: #000000">&nbsp;&nbsp; </span>@RequestScoped</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">&nbsp;&nbsp; <span style="color: #941965">public</span> OAuthServiceHandler getCurrentServiceHdl()</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">&nbsp;&nbsp; {</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(16, 43, 195); "><span style="color: #000000">&nbsp; &nbsp; &nbsp; </span><span style="color: #941965">return</span><span style="color: #000000"> </span>currentServiceHdl<span style="color: #000000">;</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">&nbsp;&nbsp; }</div></div><div><br class="webkit-block-placeholder"></div><div>which creates a null OAuthServiceHandler bean. This Null bean goes into <i>serviceHandlerInstances</i> and as my code is not secured yet against null Bean in the Instance&lt;&gt; iterator I've got a NPE.</div><div>When this NPE is thrown in the @Postconstruct method it creates some kind of stack overflow (trying to recreate the bean again and again after each exception in @Postconstruct) and in the end, the system throws the strange exception : "<span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">java.lang.NoClassDefFoundError: org/jboss/weld/exceptions/WeldException"</span></div><div><br></div><div>Sot I've got the following question :</div><div><br></div><div>1) How can I avoid produce null bean (abort bean producing when the value returned by producer method is null) ?</div><div>2) Is there a way to use @Any with a restriction (all qualifier except this one)) ?</div><div>3) Shouldn't the exception be a bit more explicit on this issue ;-) ?</div><div><br></div><div>Thanks</div><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div><br class="Apple-interchange-newline">Antoine SABOT-DURAND<br></div></div></div></div></div></span></div></div><br class="Apple-interchange-newline">
</div>
<br><div><div>Le 4 avr. 2011 à 22:22, Jason Porter a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div bgcolor="#FFFFFF"><div>That looks to me like you're having CP issues. Do you have the weld jars in your archive as well as the app server?</div><div><br></div><div>WRT the @Out question if you want the same kind of functionality you have to create a wrapper component and play the scope game with it that way (Conversation scoped wrapper with a setter for the actual instance).<br><br></div><div>Hope that helps.&nbsp;</div><div><br>Sent from my iPhone</div><div><br>On Apr 4, 2011, at 15:42, Antoine Sabot-Durand &lt;<a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><div>Hi Dan and Team,</div><div><br></div><div>Sorry to go back to this subject but I don't get the expected result from @produces.</div><div>In Seam social Web client example, I tried to outject currentServiceHdl in SocialClient bean &nbsp;like this :</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(119, 119, 119); ">@Produces</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(119, 119, 119); "><span style="color: #000000">&nbsp;&nbsp; </span>@Named</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">&nbsp;&nbsp; <span style="color: #941965">public</span> OAuthServiceHandler getCurrentServiceHdl()</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">&nbsp;&nbsp; {</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(16, 43, 195); "><span style="color: #000000">&nbsp; &nbsp; &nbsp; </span><span style="color: #941965">return</span><span style="color: #000000"> </span>currentServiceHdl<span style="color: #000000">;</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">&nbsp;&nbsp; }</div></div><div><br></div>and I get the following exception when Social client is initialized (apparently in the @Postconstruct callback) from JSF call (notice that currentServiceHdl is not in the JSF view that triggers the exception only socilaClient) :<div><br></div><div><br></div><div><pre><code>java.lang.NoClassDefFoundError: org/jboss/weld/exceptions/WeldException
        at org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:595)
        at org.jboss.weld.bean.ManagedBean$ManagedBeanInjectionTarget.postConstruct(ManagedBean.java:200)
        at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:340)
        at org.jboss.weld.context.AbstractContext.get(AbstractContext.java:121)
        at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:99)
        at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:87)
        at org.jboss.seam.social.example.webclient.org$jboss$weld$bean-jboss$classloader:id="vfs:$$$Users$antoine$Documents$Eclipse_workspaces$seam-social$$metadata$$plugins$org$jboss$ide$eclipse$as$core$JBoss_6$0_Runtime_Server1295753022377$deploy$seam-social-web-client$war"-ManagedBean-class_org$jboss$seam$social$example$webclient$SocialClient_$$_WeldClientProxy.getServiceHandlers(org$jboss$weld$bean-jboss$classloader:id="vfs:$$$Users$antoine$Documents$Eclipse_workspaces$seam-social$$metadata$$plugins$org$jboss$ide$eclipse$as$core$JBoss_6$0_Runtime_Server1295753022377$deploy$seam-social-web-client$war"-ManagedBean-class_org$jboss$seam$social$example$webclient$SocialClient_$$_WeldClientProxy.java)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</code></pre><div><br></div><div>removing @Produces @Named make the exception disappears.</div><div><br></div><div>Any clue ?</div><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br class="Apple-interchange-newline">Antoine SABOT-DURAND</div></span></div></div><br class="Apple-interchange-newline">
</div>
<br><div><div>Le 16 mars 2011 à 23:09, Antoine Sabot-Durand a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div bgcolor="#FFFFFF"><div>Thanks for the douse I'm going to test this right away.<br><br><div>Antoine Sabot-Durand</div></div><div><br>Le 16 mars 2011 à 18:29, Dan Allen &lt;<a href="mailto:dan.j.allen@gmail.com"></a><a href="mailto:dan.j.allen@gmail.com">dan.j.allen@gmail.com</a>&gt; a écrit&nbsp;:<br>
<br></div><div></div><blockquote type="cite"><div>You can create a producer that aliases a name to a property, like this:<div><br></div><div>@Produces @Named</div><div>public Hotel getHotel() { return booking.getHotel(); }</div>
<div><br></div><div>#{hotel}</div><div><br></div>

<div>You can also use a producer field, like so:</div><div><br></div><div>@Produces @Named</div><div>private Hotel hotel;</div><div><br></div><div>#{hotel}</div><div><br></div><div>Produces sort of turns outjection on it's head. But if you think about it, it's a better way to go about it because it's more robust to read the state of the model as it is, then try to shift the information around into variables from which to read them, as outjection did.</div>


<div><br></div><div>What you can't do is use the same variable name to refer to state on two different models, unless of course your producer method does some conditional logic (saying if this screen, give this result, if this screen, give a different result). But again, that's a good thing because then tooling can actually tell you where the data is coming from.</div>


<div><br></div><div>This is a key topic for the migration guide. Feel free to contribute examples of how you might solve an outjection scenario with produces. It's a good exercise anyway.</div><div><br></div><div>-Dan<br>


<br><div class="gmail_quote">On Wed, Mar 16, 2011 at 13:03, Ken Finnigan <span dir="ltr">&lt;<a href="mailto:ken@kenfinnigan.me"></a><a href="mailto:ken@kenfinnigan.me"></a><a href="mailto:ken@kenfinnigan.me">ken@kenfinnigan.me</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<div bgcolor="#FFFFFF"><div>If you want the result of @Produces to be EL accessible just throw a @Named on it.</div><div><br></div><div>Ken<br><br>Sent from my iPhone</div><div><div></div><div class="h5"><div><br>On Mar 16, 2011, at 13:02, Antoine Sabot-Durand &lt;<a href="mailto:antoine@sabot-durand.net" target="_blank"></a><a href="mailto:antoine@sabot-durand.net"></a><a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt; wrote:<br>


<br></div><div></div><blockquote type="cite"><div>For what I understand, it's not quite the same. I think it's more like @Factory, but I agree it's nearly the same and I could use it was possible to "Named" the "outjected" property in order to use it in EL...<br>


<div>
<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">


<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">


<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">


<br>Antoine&nbsp;</div><br><br></span><br></div></span><br></div></span><br></span><br>
</div>
<br><div><div>Le 16 mars 2011 à 17:54, Ken Finnigan a écrit :</div><br><blockquote type="cite">Antoine,<br><br>I'm pretty sure the equivalent for CDI is to use @Produces.<br><br>Ken<br><br><br><div class="gmail_quote">


On Wed, Mar 16, 2011 at 12:47 PM, Antoine Sabot-Durand <span dir="ltr">&lt;<a href="mailto:antoine@sabot-durand.net" target="_blank"></a><a href="mailto:antoine@sabot-durand.net" target="_blank"></a><a href="mailto:antoine@sabot-durand.net"></a><a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">Hi all,<br>
<br>
I try to shorten my Expression language code and don't want to create delegate methods in my controller to access &nbsp;propertir of a business component.<br>
<br>
I didn't found something like @Out. Does it exists ?<br>
<br>
Thanks,<br>
<br>
Antoine<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org" target="_blank"></a><a href="mailto:seam-dev@lists.jboss.org" target="_blank"></a><a href="mailto:seam-dev@lists.jboss.org"></a><a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank"></a><a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank"></a><a href="https://lists.jboss.org/mailman/listinfo/seam-dev"></a><a href="https://lists.jboss.org/mailman/listinfo/seam-dev">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>

</blockquote></div><br>
</blockquote></div><br></div></blockquote></div></div></div><br>_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org"></a><a href="mailto:seam-dev@lists.jboss.org"></a><a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank"></a><a href="https://lists.jboss.org/mailman/listinfo/seam-dev"></a><a href="https://lists.jboss.org/mailman/listinfo/seam-dev">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div>Dan Allen</div>Principal Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><div><a href="http://www.google.com/profiles/dan.j.allen#about" target="_blank"></a><a href="http://www.google.com/profiles/dan.j.allen#about"></a><a href="http://www.google.com/profiles/dan.j.allen#about">http://www.google.com/profiles/dan.j.allen#about</a><br>


<a href="http://mojavelinux.com/" target="_blank"></a><a href="http://mojavelinux.com/"></a><a href="http://mojavelinux.com/">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction" target="_blank"></a><a href="http://mojavelinux.com/seaminaction"></a><a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br>
</div><br>
</div>
</div></blockquote></div>
</blockquote></div><br></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>seam-dev mailing list</span><br><span><a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a></span><br><span><a href="https://lists.jboss.org/mailman/listinfo/seam-dev">https://lists.jboss.org/mailman/listinfo/seam-dev</a></span><br></div></blockquote></div></blockquote></div><br></div></body></html>