[
https://issues.jboss.org/browse/SEAMINTL-54?page=com.atlassian.jira.plugi...
]
Ken Finnigan commented on SEAMINTL-54:
--------------------------------------
The conventional update policy is excluded.
Based on the Class Loading Precedence defined here:
https://docs.jboss.org/author/display/AS7/Class+Loading+in+AS7
Any Dependencies entry in the Manifest takes precedence over any libraries present in
WEB-INF/lib
Better integration with JBossAS 7
---------------------------------
Key: SEAMINTL-54
URL:
https://issues.jboss.org/browse/SEAMINTL-54
Project: Seam International
Issue Type: Enhancement
Affects Versions: 3.0.0.Final
Reporter: Juergen Zimmermann
Assignee: Ken Finnigan
Priority: Minor
JBossAS 7 upstream contains joda-time-1.6.2.jar which can be reused for Seam
International instead of doubling it in WEB-INF/lib. The solution is pretty simple:
In seam-international-VERSION.jar the file META-INF/MANIFEST.MF has to be extended by
just this line:
Dependencies: org.joda.time
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira