[jboss-jira] [JBoss JIRA] Resolved: (JBBOOT-115) AS ServerConfig should use the specification version of ASVersion
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Oct 30 11:10:06 EDT 2009
[ https://jira.jboss.org/jira/browse/JBBOOT-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: 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