[jboss-jira] [JBoss JIRA] Resolved: (JBMICROCONT-280) Move defaults from AbstractKernelDeployer to AbstractKernelDeployment
Ales Justin (JIRA)
jira-events at lists.jboss.org
Tue Apr 1 10:32:40 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMICROCONT-280?page=all ]
Ales Justin resolved JBMICROCONT-280.
-------------------------------------
Resolution: Done
Done.
All future default/check code should be added to AbstractKernelDeployment class.
> Move defaults from AbstractKernelDeployer to AbstractKernelDeployment
> ---------------------------------------------------------------------
>
> Key: JBMICROCONT-280
> URL: http://jira.jboss.com/jira/browse/JBMICROCONT-280
> Project: JBoss MicroContainer
> Issue Type: Task
> Components: Kernel
> Affects Versions: JBossMC-2.0.0.Beta12
> Reporter: Ales Justin
> Assigned To: Ales Justin
> Priority: Minor
> Fix For: JBossMC.2.0.0.CR1
>
>
> We originally had all the deployment defaults in AbstractKernelDeployer::deploybean(),
> but other defaults have been added in the AbstractKernelDeployment::getBeans().
> The AbstractKernelDeployment is the correct place for this code,
> so we should look at moving all the logic that is AbstractKernelDeployer::deployBean()
> into there.
> Especially since the AbstractKernelDeployer is not always used,
> e.g. the BeanMetaDeployer in the deployers project.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list