<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.cdi.weld.issues">
    <title>gmane.comp.java.cdi.weld.issues</title>
    <link>http://blog.gmane.org/gmane.comp.java.cdi.weld.issues</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5190"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5188"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5187"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5184"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5183"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5182"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5181"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5180"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5179"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5178"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5177"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5176"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5175"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5174"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5173"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5172"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5171"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5190">
    <title>[JBoss JIRA] (WELD-1141) Bean proxy class has non-varargs method for original varargs method</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5190</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Michalik updated WELD-1141:
--------------------------------

    Component/s: Proxies
                 Reflection layer

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Adam Michalik (JIRA</dc:creator>
    <dc:date>2012-05-24T11:07:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5189">
    <title>[JBoss JIRA] (WELD-1090) Dependent objects not destroyed after calling release() on CreationalContext after obtaining contextual reference via BeanManager#getReference()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5189</link>
    <description>&lt;pre&gt;
    [ https://issues.jboss.org/browse/WELD-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=12695368#comment-12695368 ] 

Jozef Hartinger commented on WELD-1090:
---------------------------------------

The issue only occurs when BeanManager#getReference() is used to create a new instance of a normal-scoped bean (it works as expected for &amp;lt; at &amp;gt;Dependent beans). Making this work for normal-scoped beans introduces problems:

* a normal-scoped instance may already exist in a context - in that case, the provided CreationalContext will not be used
* normal-scoped bean instances are created lazily - it would be necessary to propagate the provided CreationalContext instance until the bean instance is actually created, which is IMHO not worth it
* the CreationalContext instance would not be used even if a bean instance does not exist yet but a BeanManager#getReference() has been called previously for the given bean
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-24T07:31:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5188">
    <title>[JBoss JIRA] (WELD-1090) Dependent objects not destroyed after calling release() on CreationalContext after obtaining contextual reference via BeanManager#getReference()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5188</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger resolved WELD-1090.
-----------------------------------

    Resolution: Won't Fix

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-23T20:41:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5187">
    <title>[JBoss JIRA] (WELD-1054) Parameterized bean type with actual type argument is assignable to a raw required type</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5187</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger resolved WELD-1054.
-----------------------------------

        Labels: backport_weld1x  (was: )
    Resolution: Done

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-23T15:38:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5186">
    <title>[JBoss JIRA] (WELD-1094) BeanManager#createInjectionTarget - IllegalArgumentException not thrown if there is a definition error associated with any injection point</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5186</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1094:
----------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T14:29:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5185">
    <title>[JBoss JIRA] (WELD-1094) BeanManager#createInjectionTarget - IllegalArgumentException not thrown if there is a definition error associated with any injection point</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5185</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger resolved WELD-1094.
-----------------------------------

      Assignee: Jozef Hartinger
    Resolution: Done

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T14:29:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5184">
    <title>[JBoss JIRA] (WELD-1103) EJB using CMT demarcation with an injection point of type UserTransaction is not detected as definition error</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5184</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger resolved WELD-1103.
-----------------------------------

      Assignee: Jozef Hartinger
    Resolution: Done

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:52:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5183">
    <title>[JBoss JIRA] (WELD-1103) EJB using CMT demarcation with an injection point of type UserTransaction is not detected as definition error</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5183</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1103:
----------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:50:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5182">
    <title>[JBoss JIRA] (WELD-975) Programmatic lookup with &lt; at &gt;New qualifier not working</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5182</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-975:
---------------------------------

    Fix Version/s:     (was: 1.1.8.Final)
           Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:41:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5181">
    <title>[JBoss JIRA] (WELD-991) Incorrect check of bean type when obtaining contextual reference via BeanManager#getReference()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5181</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-991:
---------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:39:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5180">
    <title>[JBoss JIRA] (WELD-992) Event of type ProcessObserverMethod not fired while adding observer method via AfterBeanDiscovery</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5180</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-992:
---------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:39:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5179">
    <title>[JBoss JIRA] (WELD-993) Cannot declare web service resource using &lt; at &gt;WebServiceRef</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5179</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-993:
---------------------------------

       Fix Version/s: 1.1.8.Final
    Git Pull Request: https://github.com/weld/core/pull/190  (was: https://github.com/weld/core/pull/190)

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:37:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5178">
    <title>[JBoss JIRA] (WELD-975) Programmatic lookup with &lt; at &gt;New qualifier not working</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5178</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-975:
---------------------------------

    Fix Version/s: 1.1.8.Final

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:37:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5177">
    <title>[JBoss JIRA] (WELD-1088) Resource definition which specifies an EL name should be definition error</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5177</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1088:
----------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:37:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5176">
    <title>[JBoss JIRA] (WELD-1071) &lt; at &gt;Specialized disposer method not recognized as a definition error</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5176</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1071:
----------------------------------

    Labels: backport_weld1x  (was: )

    


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:37:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5175">
    <title>[JBoss JIRA] (WELD-1117) Disposer method check toostrict</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5175</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1117:
----------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:35:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5174">
    <title>[JBoss JIRA] (WELD-1138) Interceptor bindings defined on stereotype not working for session beans</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5174</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1138:
----------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5173">
    <title>[JBoss JIRA] (WELD-1139) Business method interceptor bindings do not include bindings declared as meta-annotations of other interceptor bindings recursively</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5173</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1139:
----------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:33:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5172">
    <title>[JBoss JIRA] (WELD-1140) Dependent scoped instances injected into observer method parameters are not destroyed for non-dependent reciever</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5172</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated WELD-1140:
----------------------------------

    Labels: backport_weld1x  (was: )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T12:31:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5171">
    <title>[JBoss JIRA] (WELD-1089) Resource type is not checked against matching object in the Java EE component environment</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5171</link>
    <description>&lt;pre&gt;
    [ https://issues.jboss.org/browse/WELD-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=12694602#comment-12694602 ] 

Jozef Hartinger commented on WELD-1089:
---------------------------------------

Partially handled by https://github.com/weld/core/commit/ba1932a75ee29c4a984432838a76d2f912dfe89f
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T08:44:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5170">
    <title>[JBoss JIRA] (WELD-1138) Interceptor bindings defined on stereotype not working for session beans</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.weld.issues/5170</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/WELD-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger resolved WELD-1138.
-----------------------------------

    Resolution: Done

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Jozef Hartinger (JIRA</dc:creator>
    <dc:date>2012-05-22T08:02:30</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.cdi.weld.issues">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.cdi.weld.issues</link>
  </textinput>
</rdf:RDF>

