[jboss-jira] [JBoss JIRA] Created: (JBAS-5804) Remove the setting of the "types" property in the appserver config
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Mon Jul 28 10:03:45 EDT 2008
Remove the setting of the "types" property in the appserver config
------------------------------------------------------------------
Key: JBAS-5804
URL: https://jira.jboss.org/jira/browse/JBAS-5804
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Deployers
Reporter: Adrian Brock
Assignee: Ales Justin
Fix For: JBossAS-5.0.0.CR2
Remove the
<property name="type">
from the deployers config in JBossAS, e.g.
<bean name="AppClientParsingDeployer" class="org.jboss.ejb3.deployers.AppClientParsingDeployer">
<property name="type">car</property>
The type should be set through the managed deployment api.
Remove any use of Deployment[Context|Unit].get/setType() from the JBossAS code
(creating JIRA issues where necessary for replacement).
--
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