[jboss-jira] [JBoss JIRA] Closed: (JBAS-5803) Fix the -beans.xml usage in META-INF for jboss deployments
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Tue Jul 29 09:11:53 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Brock closed JBAS-5803.
------------------------------
Resolution: Done
This has been done.
You can revert to the old behaviour by changing the suffix property on BeanDeployer
in conf/deployers.xml, e.g.
<bean name="BeanDeployer" class="org.jboss.deployers.vfs.deployer.kernel.BeanDeployer">
<property name="suffix">-beans.xml</property>
</bean>
> Fix the -beans.xml usage in META-INF for jboss deployments
> ----------------------------------------------------------
>
> Key: JBAS-5803
> URL: https://jira.jboss.org/jira/browse/JBAS-5803
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: MicroContainer bus
> Reporter: Adrian Brock
> Assignee: Adrian Brock
> Fix For: JBossAS-5.0.0.CR2
>
>
> Fix our standard deployments, e.g. bsh.deployer, ejb.deployer, etc.
> to use a jboss-beans.xml file in META-INF so as not to get confused with spring-beans.xml
> JBDEPLOY-55 will change the suffixes accepted by default.
> In fact, these don't really need to be in META-INF, they could be "subdeployments" by
> putting them root .deployer folder, that way their name wouldn't change
> and the config would be easier to find.
--
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