[weld-issues] [JBoss JIRA] (WELD-1484) Injection of @Singleton bean into @SessionScoped bean fails with error WELD-001413

2015-02-05 Thread Arne Limburg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arne Limburg commented on  WELD-1484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Injection of @Singleton bean into @SessionScoped bean fails with error WELD-001413  
 
 
 
 
 
 
 
 
 
 
Hi Jozef, it is ok, to reject this bug, but you should update your doc, as it suggests, that the scenario, that is described here, is valid: http://docs.jboss.org/weld/reference/latest/en-US/html_single/#_the_singleton_pseudo_scope 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-437) org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.testLifecycleCallbacks assumes that no Proxy is used for decoration

2014-09-04 Thread Arne Limburg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arne Limburg commented on  CDITCK-437 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.testLifecycleCallbacks assumes that no Proxy is used for decoration  
 
 
 
 
 
 
 
 
 
 
Seems to be ok. Other way would be to add a method getId() or something like that to Foo that would be proxied and could return getClass(). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.1#6329-sha1:7df76f1) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-437) org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.testLifecy

2014-09-03 Thread Arne Limburg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arne Limburg created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 CDI TCK /  CDITCK-437 
 
 
 
  org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.testLifecycleCallbacks assumes that no Proxy is used for decoration  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 1.2.0.Final 
 
 
 

Assignee:
 
 Tomas Remes 
 
 
 

Created:
 

 03/Sep/14 6:05 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Arne Limburg 
 
 
 

Security Level:
 

 Public (Everyone can see) 
 
 
 
 
 
 
 
 
 
 
org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.testLifecycleCallbacks assumes that no Proxy is used for decoration, but this is not required by the spec. 
The test assumes that the instance that is obtained via Bean#create is of the same class as the instance that is received via InvocationContext#getTarget()#getClass() which is not required by the spec. 
 
 
 
 
 
 
 
 
 
 
 
 

[weld-issues] [JBoss JIRA] (CDITCK-428) org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.InterceptorLifeCycleTest.testInterceptorInstanceCreatedWhenTargetInstanceCreated assumes that

2014-06-30 Thread Arne Limburg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arne Limburg created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 CDI TCK /  CDITCK-428 
 
 
 
  org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.InterceptorLifeCycleTest.testInterceptorInstanceCreatedWhenTargetInstanceCreated assumes that interception is implemented via subclassing  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Tomas Remes 
 
 
 

Created:
 

 30/Jun/14 3:12 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Arne Limburg 
 
 
 

Security Level:
 

 Public (Everyone can see) 
 
 
 
 
 
 
 
 
 
 
The test accesses a field of Warrior directly, which fails, if interception is implemented by proxying. But the spec nowhere states explicitely that interception must be implemented by subclassing. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 

[weld-issues] [JBoss JIRA] (CDITCK-427) NormalSelfConsumingDependentProducer is illegal

2014-06-30 Thread Arne Limburg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arne Limburg commented on  CDITCK-427 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NormalSelfConsumingDependentProducer is illegal  
 
 
 
 
 
 
 
 
 
 
Where in the spec we can read, that the incomplete instance should be used? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2.6#6264-sha1:ee76422) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-393) QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()

2014-01-29 Thread Arne Limburg (JIRA)















































Arne Limburg
 resolved  CDITCK-393 as Duplicate Issue


QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()
















Change By:


Arne Limburg
(30/Jan/14 2:57 AM)




Status:


Reopened
Resolved





Resolution:


Duplicate Issue



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-393) QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()

2014-01-29 Thread Arne Limburg (JIRA)














































Arne Limburg
 reopened  CDITCK-393


QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()
















Change By:


Arne Limburg
(30/Jan/14 2:56 AM)




Resolution:


Duplicate Issue





Status:


Resolved
Reopened



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-392) QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()

2014-01-29 Thread Arne Limburg (JIRA)















































Arne Limburg
 resolved  CDITCK-392 as Duplicate Issue


QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()
















Change By:


Arne Limburg
(29/Jan/14 4:08 PM)




Status:


Open
Resolved





Resolution:


Duplicate Issue



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-393) QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()

2014-01-29 Thread Arne Limburg (JIRA)















































Arne Limburg
 resolved  CDITCK-393 as Duplicate Issue


QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()
















Change By:


Arne Limburg
(29/Jan/14 4:06 PM)




Status:


Open
Resolved





Resolution:


Duplicate Issue



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-393) QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()

2014-01-29 Thread Arne Limburg (JIRA)












































Arne Limburg
 created  CDITCK-393


QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()















Issue Type:


Bug



Affects Versions:


1.1.2.Final



Assignee:


Martin Kouba



Components:


Tests



Created:


29/Jan/14 2:34 PM



Description:


org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.qualifier.QualifierEquivalenceTest assumes that the @Monster qualifier is the first qualifier in Bean#getQualifiers(), but Bean#getQualifiers() also contains the @Any qualifier, since EVERY Bean has the @Any qualifier applied.




Project:


CDI TCK



Priority:


Major




Reporter:


Arne Limburg



Security Level:


Public (Everyone can see) 




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-392) QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()

2014-01-29 Thread Arne Limburg (JIRA)












































Arne Limburg
 created  CDITCK-392


QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()















Issue Type:


Bug



Affects Versions:


1.1.2.Final



Assignee:


Martin Kouba



Components:


Tests



Created:


29/Jan/14 2:32 PM



Description:


org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.qualifier.QualifierEquivalenceTest assumes that the @Monster qualifier is the first qualifier in Bean#getQualifiers(), but Bean#getQualifiers() also contains the @Any qualifier, since EVERY Bean has the @Any qualifier applied.




Project:


CDI TCK



Priority:


Major




Reporter:


Arne Limburg



Security Level:


Public (Everyone can see) 




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-391) QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()

2014-01-29 Thread Arne Limburg (JIRA)












































Arne Limburg
 created  CDITCK-391


QualifierEquivalenceTest makes wrong assumption about Bean#getQualifiers()















Issue Type:


Bug



Affects Versions:


1.1.2.Final



Assignee:


Martin Kouba



Components:


Tests



Created:


29/Jan/14 2:31 PM



Description:


org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.qualifier.QualifierEquivalenceTest assumes that the @Monster qualifier is the first qualifier in Bean#getQualifiers(), but Bean#getQualifiers() also contains the @Any qualifier, since EVERY Bean has the @Any qualifier applied.




Project:


CDI TCK



Priority:


Major




Reporter:


Arne Limburg



Security Level:


Public (Everyone can see) 




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-346) NonPassivationCapableProducerMethodTest is broken

2013-06-17 Thread Arne Limburg (JIRA)














































Arne Limburg
 commented on  CDITCK-346


NonPassivationCapableProducerMethodTest is broken















From reading 6.6.5 I agree with you. Will discuss this on the list.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-346) NonPassivationCapableProducerMethodTest is broken

2013-06-15 Thread Arne Limburg (JIRA)














































Arne Limburg
 created  CDITCK-346


NonPassivationCapableProducerMethodTest is broken















Issue Type:


Bug



Affects Versions:


1.1.0.Final



Assignee:


Martin Kouba



Created:


15/Jun/13 3:51 PM



Description:


This test expects a DeploymentException also just the producer bean violates the spec. So due to section 2.9 it should expect a DefinitionException.




Project:


CDI TCK



Priority:


Major




Reporter:


Arne Limburg



Security Level:


Public (Everyone can see) 




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-280) NonPassivationCapableProducerFieldTest broken

2013-06-15 Thread Arne Limburg (JIRA)














































Arne Limburg
 commented on  CDITCK-280


NonPassivationCapableProducerFieldTest broken















This test expects a DeploymentException also just the producer bean violates the spec. So due to section 2.9 it should expect a DefinitionException



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-280) NonPassivationCapableProducerFieldTest broken

2013-06-15 Thread Arne Limburg (JIRA)












































  
Arne Limburg
 edited a comment on  CDITCK-280


NonPassivationCapableProducerFieldTest broken
















This test expects a DeploymentException also just the producer bean violates the spec. So due to section 2.9 it should expect a DefinitionException.
Shall I open a new issue for this?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues