[jboss-cvs] JBossAS SVN: r99627 - branches/vfs3-int/profileservice/src/main/java/org/jboss/profileservice/management/upload/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 19 19:24:19 EST 2010


Author: johnbailey
Date: 2010-01-19 19:24:19 -0500 (Tue, 19 Jan 2010)
New Revision: 99627

Modified:
   branches/vfs3-int/profileservice/src/main/java/org/jboss/profileservice/management/upload/remoting/AbstractDeployHandler.java
Log:
[JBAS-7348] - Fixes

Modified: branches/vfs3-int/profileservice/src/main/java/org/jboss/profileservice/management/upload/remoting/AbstractDeployHandler.java
===================================================================
--- branches/vfs3-int/profileservice/src/main/java/org/jboss/profileservice/management/upload/remoting/AbstractDeployHandler.java	2010-01-20 00:22:24 UTC (rev 99626)
+++ branches/vfs3-int/profileservice/src/main/java/org/jboss/profileservice/management/upload/remoting/AbstractDeployHandler.java	2010-01-20 00:24:19 UTC (rev 99627)
@@ -35,7 +35,8 @@
 import org.jboss.deployers.spi.management.deploy.DeploymentID;
 import org.jboss.deployers.spi.management.deploy.DeploymentManager;
 import org.jboss.logging.Logger;
-import org.jboss.mx.server.Invocation;
+import org.jboss.aop.joinpoint.Invocation;
+import org.jboss.aop.joinpoint.InvocationResponse;
 import org.jboss.profileservice.management.client.upload.SerializableDeploymentID;
 import org.jboss.profileservice.remoting.SecurityContainer;
 import org.jboss.profileservice.spi.DeploymentRepository;
@@ -44,7 +45,6 @@
 import org.jboss.profileservice.spi.ProfileKey;
 import org.jboss.profileservice.spi.ProfileRepository;
 import org.jboss.remoting.InvocationRequest;
-import org.jboss.remoting.InvocationResponse;
 import org.jboss.remoting.ServerInvoker;
 import org.jboss.remoting.callback.InvokerCallbackHandler;
 import org.jboss.remoting.stream.StreamInvocationHandler;




More information about the jboss-cvs-commits mailing list