User: cgjung
Date: 02/03/08 09:51:13
Modified: src/main/org/jboss/deployment MainDeployer.java
Log:
Why did someone remove the web service
archive (.wsr) sub-package deployment, again?
I know that jboss.net is not yet a standard-module, but it never will be
if I need 4 hours to get it running week by week. Annoying.
Okay, I do not like this dependency by myself, but then we
need a mechanism to register name extensions (which would some kind of
redundant to the accept-interface of the deployers, isn�t it?).
Revision Changes Path
1.17 +3 -2 jboss-system/src/main/org/jboss/deployment/MainDeployer.java
Index: MainDeployer.java
===================================================================
RCS file:
/cvsroot/jboss/jboss-system/src/main/org/jboss/deployment/MainDeployer.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- MainDeployer.java 5 Mar 2002 05:35:37 -0000 1.16
+++ MainDeployer.java 8 Mar 2002 17:51:12 -0000 1.17
@@ -58,7 +58,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Scott Stark</a>
* @author <a href="mailto:[EMAIL PROTECTED]">David Jencks</a>
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
* @jmx:mbean name="jboss.system:service=MainDeployer"
* extends="org.jboss.system.ServiceMBean"
*/
@@ -737,7 +737,8 @@
|| name.endsWith(".sar")
|| name.endsWith(".ear")
|| name.endsWith(".rar")
- || name.endsWith(".zip"))
+ || name.endsWith(".zip")
+ || name.endsWith(".wsr"))
{
try
{
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development