[jboss-cvs] JBossAS SVN: r86211 - branches/JBPAPP_4_2_0_GA_CP/webservices/src/main/org/jboss/wsf/container/jboss42.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 23 11:13:31 EDT 2009


Author: darran.lofthouse at jboss.com
Date: 2009-03-23 11:13:31 -0400 (Mon, 23 Mar 2009)
New Revision: 86211

Modified:
   branches/JBPAPP_4_2_0_GA_CP/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java
Log:
[JBPAPP-991] JBossWS - Review deployment failures preventing redeployment.

Modified: branches/JBPAPP_4_2_0_GA_CP/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java	2009-03-23 15:12:01 UTC (rev 86210)
+++ branches/JBPAPP_4_2_0_GA_CP/webservices/src/main/org/jboss/wsf/container/jboss42/ArchiveDeployerHook.java	2009-03-23 15:13:31 UTC (rev 86211)
@@ -93,9 +93,9 @@
             dep = createDeployment(unit);
             dep.addAttachment(DeploymentInfo.class, unit);
          }
-
+         
+         unit.context.put(Deployment.class, dep);
          getDeploymentAspectManager().deploy(dep);
-         unit.context.put(Deployment.class, dep);
       }
    }
 




More information about the jboss-cvs-commits mailing list