[
https://jira.jboss.org/jira/browse/JBBOOT-115?page=com.atlassian.jira.plu...
]
Andrew Lee Rubinger updated JBBOOT-115:
---------------------------------------
Fix Version/s: impl-as-2.0.0-alpha-5
Affects Version/s: impl-as-2.0.0-alpha-4
AS ServerConfig should use the specification version of ASVersion
-----------------------------------------------------------------
Key: JBBOOT-115
URL:
https://jira.jboss.org/jira/browse/JBBOOT-115
Project: JBoss Bootstrap
Issue Type: Bug
Components: impl-as
Affects Versions: impl-as-2.0.0-alpha-4
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: impl-as-2.0.0-alpha-5
Current logic is:
public BasicJBossASServerConfig()
{
super(JBossASServerConfig.class);
// Set specification version
final Package thisPackage = getClass().getPackage();
specificationVersion = thisPackage.getSpecificationVersion();
}
...which assumes the package structure from AS proper (from where this was moved). Use
the ASVersion to get consistency.
--
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