[jboss-jira] [JBoss JIRA] Created: (JBBOOT-115) AS ServerConfig should use the specification version of ASVersion
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed Oct 28 16:53:06 EDT 2009
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
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
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
More information about the jboss-jira
mailing list