Bug in org.jboss.jsr299.tck.tests.context.NormalContextTest # 
testSameNormalScopeBeanInjectedEverywhere
-------------------------------------------------------------------------------------------------------

                 Key: CDITCK-165
                 URL: https://jira.jboss.org/browse/CDITCK-165
             Project: CDI TCK
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 1.0.2.CR1
            Reporter: Gurkan Erdogdu


In this method, this tests tries to compare the session context instance 
equality. I think this is not correct.

Normal scoped beans returns "Proxy" for actual instances. In SimpleBeanA and 
SimpleBeanB bean instances, @Inject SimpleBeanZ z, may return a different proxy 
instances that represents the same SimpleBeanZ contextual instance.

In OWB, we return different proxy instances for normal scoped beans, therefore 
instanceOfA.getZ() == instanceOfB.getZ( ) --> False, because we return 
different proxy instances for instanceOfA.getZ() and instanceOfB.getZ() that 
both of them represents the same z instance.

Test may be updated to compare some instance variables of z instance.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to