[
http://jira.jboss.com/jira/browse/JBMICROCONT-172?page=all ]
Ales Justin resolved JBMICROCONT-172.
-------------------------------------
Resolution: Done
Also added support for property replacement and PropertyEditor conversion:
<alias replace="true">X${alias.test.name}X</alias>
<alias class="java.lang.Integer">12345</alias>
Add support for explicit aliases to the BeanMetaData/XML
--------------------------------------------------------
Key: JBMICROCONT-172
URL:
http://jira.jboss.com/jira/browse/JBMICROCONT-172
Project: JBoss MicroContainer
Issue Type: Sub-task
Components: Deployment
Reporter: Adrian Brock
Assigned To: Ales Justin
Fix For: JBossMC_2_0_0_CR1
Now that the AbstractController supports aliases this should be available in the
BeanMetaData and xml,
e.g.
<bean name="Name1">
<alias>Alias1</alias>
<alias>Alias2</alias>
This should just be a case of "stealing" the aliases from the BeanMetaData when
creating the KernelControllerContext.
--
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