[weld-issues] [JBoss JIRA] Updated: (WELDX-72) weld-se handles only one beans.xml.
Pete Muir (JIRA)
jira-events at lists.jboss.org
Wed Jan 20 07:29:47 EST 2010
[ https://jira.jboss.org/jira/browse/WELDX-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated WELDX-72:
---------------------------
Component/s: Java SE
Fix Version/s: Java SE 1.0.0.CR3
Affects Version/s: Java SE 1.0.0.CR2
Assignee: Peter Royle
> weld-se handles only one beans.xml.
> -----------------------------------
>
> Key: WELDX-72
> URL: https://jira.jboss.org/jira/browse/WELDX-72
> Project: Weld Extensions
> Issue Type: Bug
> Components: Java SE
> Affects Versions: Java SE 1.0.0.CR2
> Environment: weld-se-1.0.0-CR2
> Reporter: Koichi Kobayashi
> Assignee: Peter Royle
> Fix For: Java SE 1.0.0.CR3
>
> Attachments: URLScanner.java.patch
>
>
> 1. make an interceptor and include it in Jar with beans.xml which defined it.
> <beans>
> <interceptors>...</interceptors>
> </beans>
> 2. other project has own beans.xml in META-INF directory, and add the Jar to CLASSPATH.
> <beans></beans>
> 3. weld-se handles only beans.xml in the direcotry, then Interceptor does not work.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list