[weld-issues] [JBoss JIRA] Updated: (WELD-392) weld-se handles only one beans.xml.
Koichi Kobayashi (JIRA)
jira-events at lists.jboss.org
Wed Jan 20 07:23:48 EST 2010
[ https://jira.jboss.org/jira/browse/WELD-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koichi Kobayashi updated WELD-392:
----------------------------------
Attachment: URLScanner.java.patch
Just a small patch I currently use.
> weld-se handles only one beans.xml.
> -----------------------------------
>
> Key: WELD-392
> URL: https://jira.jboss.org/jira/browse/WELD-392
> Project: Weld
> Issue Type: Bug
> Environment: weld-se-1.0.0-CR2
> Reporter: Koichi Kobayashi
> 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