[jboss-jira] [JBoss JIRA] Updated: (AS7-1239) Don't WARN about files in WEB-INF/classes/META-INF
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Sat Jul 9 09:11:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai updated AS7-1239:
------------------------------
Forum Reference: http://lists.jboss.org/pipermail/seam-dev/2011-July/003953.html
> Don't WARN about files in WEB-INF/classes/META-INF
> --------------------------------------------------
>
> Key: AS7-1239
> URL: https://issues.jboss.org/browse/AS7-1239
> Project: Application Server 7
> Issue Type: Task
> Components: EE
> Affects Versions: 7.0.0.CR1
> Reporter: jaikiran pai
> Assignee: jaikiran pai
>
> Currently we log a WARN message if we find any files, other than persistence.xml, in .war/WEB-INF/classes/META-INF folder. We need to get rid of the WARN since Weld looks for beans.xml in that location, although CDI doesn't mandate it, but as per the folks on seam-dev mailing list, all application servers look for beans.xml in this location (including previous version on AS). From what I understand, even AS7 looks for beans.xml in this location currently. So this WARN message is misleading and unnecessary. Let's just allow the individual techs to pick up files from this location, as they wish and get rid of this WARN.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list