From: <sco...@jb...> - 2005-08-11 00:17:43
|
It should be done by editing the org.jboss.deployment.SARDeployer-xmbean.xml Suffixes attribute, but the SARDeployer.accepts method is still using hard-coded values. This needs to be replaced with a traversal through the suffixes, and moved to the SubDeployerSupport base class where the suffixes attribute actually lives. All of the deployers using simple suffix matching need to be updated to delegate to the SubDeployerSupport.accepts method for at least that part of the testing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889359#3889359 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889359 |