Index: appserv-core/src/java/com/sun/enterprise/deployment/phasing/AssociationPhase.java =================================================================== RCS file: /cvs/glassfish/appserv-core/src/java/com/sun/enterprise/deployment/phasing/AssociationPhase.java,v retrieving revision 1.5.6.1 diff -c -r1.5.6.1 AssociationPhase.java *** appserv-core/src/java/com/sun/enterprise/deployment/phasing/AssociationPhase.java 17 Jan 2008 01:43:56 -0000 1.5.6.1 --- appserv-core/src/java/com/sun/enterprise/deployment/phasing/AssociationPhase.java 27 Apr 2009 00:22:24 -0000 *************** *** 213,220 **** newAppRef.setDisableTimeoutInMinutes(savedAppRefInfo.appRef().getDisableTimeoutInMinutes()); } postPhaseNotify(getPostPhaseEvent(req)); - sendAssociateEvent(req); } phaseCtx.getDeploymentStatus().setStageStatus(DeploymentStatus.SUCCESS); } catch(DeploymentTargetException dte) { --- 213,220 ---- newAppRef.setDisableTimeoutInMinutes(savedAppRefInfo.appRef().getDisableTimeoutInMinutes()); } postPhaseNotify(getPostPhaseEvent(req)); } + sendAssociateEvent(req); phaseCtx.getDeploymentStatus().setStageStatus(DeploymentStatus.SUCCESS); } catch(DeploymentTargetException dte) {