[weld-issues] [JBoss JIRA] (WELD-2233) CDI Implicit bean archive not supported in Java SE

2016-09-15 Thread Antoine Sabot-Durand (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Sabot-Durand closed an issue as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Weld /  WELD-2233 
 
 
 
  CDI Implicit bean archive not supported in Java SE  
 
 
 
 
 
 
 
 
 

Change By:
 
 Antoine Sabot-Durand 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Won't Fix 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

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

[weld-issues] [JBoss JIRA] (WELD-2233) CDI Implicit bean archive not supported in Java SE

2016-09-15 Thread Antoine Sabot-Durand (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Sabot-Durand commented on  WELD-2233 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: CDI Implicit bean archive not supported in Java SE  
 
 
 
 
 
 
 
 
 
 
Sorry, I missed section 15.1 in the spec... So it's not Weld related and is more a clarification needed between core and SE in the spec. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

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

[weld-issues] [JBoss JIRA] (WELD-2233) CDI Implicit bean archive not supported in Java SE

2016-09-15 Thread Martin Kouba (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Kouba commented on  WELD-2233 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: CDI Implicit bean archive not supported in Java SE  
 
 
 
 
 
 
 
 
 
 
Antoine Sabot-Durand Do you have "implicit scan" enabled? AFAIK this functionlity should be disabled by default (due to potential performance problems). In Weld, you could either use org.jboss.weld.se.scan.classpath.entries (as described in http://docs.jboss.org/weld/reference/latest/en-US/html/environments.html#_implicit_bean_archive_support_2) or javax.enterprise.inject.scan.implicit (as described in https://docs.jboss.org/cdi/spec/2.0.EDR2/cdi-spec.html#bean_archive_se) to enabled this functionality. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

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

[weld-issues] [JBoss JIRA] (WELD-2233) CDI Implicit bean archive not supported in Java SE

2016-09-15 Thread Antoine Sabot-Durand (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Sabot-Durand created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Weld /  WELD-2233 
 
 
 
  CDI Implicit bean archive not supported in Java SE  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 3.0.0.Alpha17 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Java SE Support 
 
 
 

Created:
 

 15/Sep/16 6:40 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Antoine Sabot-Durand 
 
 
 
 
 
 
 
 
 
 
When using an implicit bean archive (without beans.xml but with classes having bean defining annotation), those beans are not discovered. This is either a bug in Weld or in CDI spec, since implicit bean archive is defined in core part of the spec and should work in SE as in EE. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment