Patches item #505928, was opened at 2002-01-19 18:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=505928&group_id=22866

Category: JbossSOAP
Group: v3.0 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott McLaughlin (mclaugs)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fixed compile problem in jboss.net

Initial Comment:
Index: AxisService.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/jboss.net/src/main/org/jboss/net/axis/server/AxisService.java,v
retrieving revision 1.4
diff -u -r1.4 AxisService.java
--- AxisService.java    2001/12/05 11:00:26     1.4
+++ AxisService.java    2002/01/20 01:30:46
@@ -14,6 +14,7 @@
 
 import org.jboss.deployment.DeploymentException;
 import org.jboss.deployment.DeployerMBeanSupport;
+import org.jboss.deployment.ServiceDeploymentInfo;
 import org.jboss.web.WebApplication;
 
 import org.apache.log4j.Category;
@@ -454,7 +455,7 @@
          try
          {
             // copy the archive
-            URL copy=getLocalCopy(url,new
DeploymentInfo(url)).toURL();
+            URL copy=getLocalCopy(url,new
ServiceDeploymentInfo(url)).toURL();
             
             // and install new classloader apartment
             URLClassLoader newClassLoader=new
URLClassLoader(new URL[]
@@ -499,5 +500,4 @@
      }
    }
 
-
-}
\ No newline at end of file
+}



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=505928&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to