[jboss-cvs] JBossAS SVN: r59762 - trunk/system-jmx/src/main/org/jboss/system/deployers.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Jan 18 07:21:38 EST 2007
Author: scott.stark at jboss.org
Date: 2007-01-18 07:21:38 -0500 (Thu, 18 Jan 2007)
New Revision: 59762
Modified:
trunk/system-jmx/src/main/org/jboss/system/deployers/ServiceXSLDeployer.java
Log:
Allow reparsing of the xsl
Modified: trunk/system-jmx/src/main/org/jboss/system/deployers/ServiceXSLDeployer.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/system/deployers/ServiceXSLDeployer.java 2007-01-18 12:04:46 UTC (rev 59761)
+++ trunk/system-jmx/src/main/org/jboss/system/deployers/ServiceXSLDeployer.java 2007-01-18 12:21:38 UTC (rev 59762)
@@ -62,6 +62,11 @@
this.suffix = suffix;
}
+ protected boolean allowsReparse()
+ {
+ return true;
+ }
+
protected ServiceDeployment parse(DeploymentUnit unit, VirtualFile file, Document document) throws Exception
{
ServiceDeploymentParser parser = new ServiceDeploymentParser(document);
More information about the jboss-cvs-commits
mailing list