[weld-issues] [JBoss JIRA] (CDITCK-466) AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine

2017-07-28 Thread Tomas Remes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Remes assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 CDI TCK /  CDITCK-466  
 
 
  AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine   
 

  
 
 
 
 

 
Change By: 
 Tomas Remes  
 
 
Assignee: 
 Tomas Remes  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.2.3#72005-sha1:73be91d)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (CDITCK-466) AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine

2017-01-18 Thread Tomas Remes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Remes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 CDI TCK /  CDITCK-466  
 
 
  AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine   
 

  
 
 
 
 

 
Change By: 
 Tomas Remes  
 
 
Fix Version/s: 
 TBD  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.2.3#72005-sha1:73be91d)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (CDITCK-466) AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine

2015-03-03 Thread Mark Struberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Struberg created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 CDI TCK /  CDITCK-466 
 
 
 
  AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 1.2.4.Final 
 
 
 

Assignee:
 
 Tomas Remes 
 
 
 

Created:
 

 03/Mar/15 10:14 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Mark Struberg 
 
 
 
 
 
 
 
 
 
 
AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine. There is nothing in the spec which says that a non-normalscope cannot be passivating.  
The practical use case for this is e.g. when bridging over to Spring. Those beans might need to get checked for Serializable BUT spring brings it's own proxies. So we do not need to wrap it into just another normalscoping proxy. 
Actually the test should come in 2 flavours: 1.) RomanEmpire being Serializable - all fine must work 2.) RomainEmpire not Serializable - DefinitionException 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment