]
Andrew Lee Rubinger resolved JBBOOT-115.
----------------------------------------
Resolution: Done
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: