[jboss-jira] [JBoss JIRA] Created: (JBAS-5544) Rename metadata-beans.xml in deployers to metadata-deployer-beans.xml for consistency
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Thu May 22 15:43:02 EDT 2008
Rename metadata-beans.xml in deployers to metadata-deployer-beans.xml for consistency
-------------------------------------------------------------------------------------
Key: JBAS-5544
URL: http://jira.jboss.com/jira/browse/JBAS-5544
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: JBossAS-5.0.0.Beta4
Reporter: Anil Saldhana
Assigned To: Scott M Stark
Fix For: JBossAS-5.0.0.CR1
I also do not understand why metadata-beans.xml has two beans of the same name:
=================================
<!-- The old style reference metdata resolving deployer
<bean name="ReferenceMetaDataResolverDeployer"
class="org.jboss.deployment.ReferenceMetaDataResolverDeployer">
</bean>
-->
<!-- A reference metadata resolving deployer that creates and endpoint map
for the deployments
-->
<bean name="ReferenceMetaDataResolverDeployer"
class="org.jboss.deployment.MappedReferenceMetaDataResolverDeployer">
</bean>
=================================
Additionally, if you rename the file, there is an issue of AnnotationsMetaDataDeployer being already installed.
--
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