[
https://issues.jboss.org/browse/JBSEAM-4830?page=com.atlassian.jira.plugi...
]
Marek Novotny resolved JBSEAM-4830.
-----------------------------------
Resolution: Done
I added new logic for getting version from Seam jar META-INF/Manifest.mf. JBoss AS7 uses
module class loading, which doesn't set package fields from WEB-INF/lib/ jars.
Seam version is not displayed on JBoss AS 7
-------------------------------------------
Key: JBSEAM-4830
URL:
https://issues.jboss.org/browse/JBSEAM-4830
Project: Seam 2
Issue Type: Bug
Components: Core
Affects Versions: 2.2.2.Final
Reporter: Marek Novotny
Assignee: Marek Novotny
Fix For: 2.3.0.BETA1
While testing seam examples on JBoss AS 7, i noticed that Seam version is displayed as:
INFO [javax.servlet.ServletContextListener] (MSC service thread 1-1) Welcome to Seam
null
This should give a version from jboss-seam.jar META-INF/Manifest.MF file like:
INFO [javax.servlet.ServletContextListener] (MSC service thread 1-1) Welcome to Seam
2.3.0-SNAPSHOT
--
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