| At line 12 changed 1 line. |
| * Step 2 is required by the JBI runtime so that an instance is updated with the service assembly deployment status. If we skip step 2 for deploy we will not be able to sperform any lifecycle operations on the assembly and cannot undeploy the service assembly since the instance will not have a record of the service assembly. |
| * Step 2 is required by the JBI runtime so that an instance is updated with the service assembly deployment status. If we skip step 2 for deploy we will not be able to perform any lifecycle operations on the assembly and cannot undeploy the service assembly since the instance will not have a record of the service assembly. |
| At line 26 changed 1 line. |
| *%%(color:red) __Case 4__ %%: Service assembly with two service units both targeted to the JavaEE SE, step 1 succeeds for both service units and step two fails only for the second service unit. %%(color:blue) What is the correct solution, undeploy only the failed service unit from the JavaEE Deployer MBean ? OR undeploy the service unit which succeed step 1 and 2 from the instance and JavaEE Deployer MBean, in addition to undeploying the failed service unit %% |
| *%%(color:red) __Case 4__ %%: Service assembly with two service units both targeted to the JavaEE SE, step 1 succeeds for both service units and step two fails only for the second service unit. Only the failed service unit is undeployed from the JavaEE Deployer MBean, so we have a partially deployed service unit. |