DeploymentContext manager = DeploymentContextFactory.deploymentContext();
Context theContext = manager.context();
System.out.println("Context: " + theContext);
ua.cancel();
System.out.println("Cancelled");
System.out.println("Context: " + theContext);