<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><base href="x-msg://4304/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>The words I used were "explicit bean archive" and "implicit bean archive" - explicit because it has a beans.xml so is explicitly a bean archive, and implicit as the inverse of this.</div><div><br></div><div>If you've got other suggestions, I would love to hear them, but as usual, this is the best *I* was able to come up with, and so complaining without providing alternative ideas won't actually result in any improvement ;-)</div><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>From: </b></span><span style="font-family:'Helvetica'; font-size:medium;">"Mark Struberg (JIRA)" &lt;<a href="mailto:jira-events@lists.jboss.org">jira-events@lists.jboss.org</a>&gt;<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>Subject: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>[JBoss JIRA] (CDI-346) Unclear relation between bean discovery and @WithAnnotations</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>Date: </b></span><span style="font-family:'Helvetica'; font-size:medium;">11 March 2013 08:08:41 GMT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1.0);"><b>To: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><a href="mailto:pmuir@bleepbleep.org.uk">pmuir@bleepbleep.org.uk</a><br></span></div><br><div style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div id="email-body"><table id="email-wrap" align="center" border="0" cellpadding="0" cellspacing="0" style="background-color: rgb(240, 240, 240); width: 824px; "><tbody><tr valign="top"><td id="email-page" style="padding: 16px !important; "><table align="center" border="0" cellpadding="0" cellspacing="0" style="background-color: rgb(255, 255, 255); border: 1px solid rgb(187, 187, 187); width: 790px; "><tbody><tr valign="top"><td bgcolor="#3b4d64" style="background-color: rgb(59, 77, 100); color: rgb(255, 255, 255); font-family: Arial, FreeSans, Helvetica, sans-serif; font-size: 12px; line-height: 1; "><img src="https://issues.jboss.org/s/en_US-ue5mgr-418945332/850/58/_/jira-logo-scaled.png" alt="" style="vertical-align: top; "></td></tr><tr valign="top"><td id="email-banner" style="padding: 32px 32px 0px; "><table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 726px; "><tbody><tr valign="top"><td style="color: rgb(80, 80, 80); font-family: Arial, FreeSans, Helvetica, sans-serif; padding: 0px; "><img id="email-avatar" src="https://community.jboss.org/people/struberg/avatar/16.png" alt="" height="48" width="48" border="0" align="left" style="padding: 0px; margin: 0px 16px 16px 0px; "><div id="email-action" style="padding: 0px 0px 8px; font-size: 12px; line-height: 18px; "><a class="user-hover" rel="struberg" id="email_struberg" href="https://issues.jboss.org/secure/ViewProfile.jspa?name=struberg" style="color: rgb(50, 108, 166); ">Mark Struberg</a><span class="Apple-converted-space">&nbsp;</span>commented on<span class="Apple-converted-space">&nbsp;</span><img src="https://issues.jboss.org/images/icons/issuetypes/bug.png" height="16" width="16" border="0" align="absmiddle" alt="Bug"><span class="Apple-converted-space">&nbsp;</span><a href="https://issues.jboss.org/browse/CDI-346" style="color: rgb(50, 108, 166); text-decoration: none; ">CDI-346</a></div><div id="email-summary" style="font-size: 16px; line-height: 20px; padding: 2px 0px 16px; "><a href="https://issues.jboss.org/browse/CDI-346" style="color: rgb(50, 108, 166); text-decoration: none; "><strong>Unclear relation between bean discovery and @WithAnnotations</strong></a></div></td></tr></tbody></table></td></tr><tr valign="top"><td id="email-fields" style="padding: 0px 32px 32px; "><table border="0" cellpadding="0" cellspacing="0" width="100%" style="padding: 0px; text-align: left; width: 726px; "><tbody><tr valign="top"><td id="email-gutter" style="width: 64px; white-space: nowrap; "></td><td><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr valign="top"><td colspan="2" style="font-family: Arial, FreeSans, Helvetica, sans-serif; font-size: 12px; padding: 0px 0px 16px; width: 662px; "><div class="comment-block" style="background-color: rgb(237, 245, 255); border: 1px solid rgb(221, 221, 221); padding: 12px; "><p>Agree. Plus it's also not possible in an Extension to know from which 'kind' of bean archive the current PAT did come from. We e.g. cannot make this depending on any previously fired ProcessModule event as CDI containers might run the discovery in parallel threads.</p><p>If some Extension gets a PAT with a class without any scope, should it handle this class? Well, that depends whether this BDA is an 'automatic' or a 'non-pickup' (whatever non-intuitive wording got chosen finally) bean archive.</p></div><div style="color: rgb(80, 80, 80); padding: 4px 0px 0px; "></div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr valign="top"><td style="color: rgb(80, 80, 80); font-family: Arial, FreeSans, Helvetica, sans-serif; font-size: 10px; line-height: 14px; padding: 0px 16px 16px; text-align: center; ">This message is automatically generated by JIRA.<br>If you think it was sent incorrectly, please contact your JIRA administrators<br>For more information on JIRA, see:<span class="Apple-converted-space">&nbsp;</span><a href="http://www.atlassian.com/software/jira" style="color: rgb(50, 108, 166); ">http://www.atlassian.com/software/jira</a></td></tr></tbody></table></div></div></blockquote></div><br></body></html>