[jboss-jira] [JBoss JIRA] (AS7-6172) Consolidate embedded server API
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Dec 14 03:18:17 EST 2012
Thomas Diesler created AS7-6172:
-----------------------------------
Summary: Consolidate embedded server API
Key: AS7-6172
URL: https://issues.jboss.org/browse/AS7-6172
Project: Application Server 7
Issue Type: Task
Components: Server
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.2.0.Alpha1
There are currently a number of duplicate code paths leading up to the EmbeddedServerFactory. This should be consolidated such that it is sufficient to do this
{code}
StandaloneServer server = EmbeddedServerFactory.create(jbossHome, modulePath, bundlePath, syspackages...);
{code}
The ARQ/EJB3 embedded container as well as the future FrameworkFactory integration benefit from this
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list