| At line 239 removed 1 line. |
| The following issues are in progress. |
| At line 241 changed 1 line. |
| ! Issue 2112: |
| !! Issue 2112: |
| At line 251 changed 1 line. |
| * ModuleDeploymentContexts: |
| ! ModuleDeploymentContexts: |
| At line 258 changed 1 line. |
| As a hack for this, we have the following line in FujiCompositeDeployer. |
| As a fix for this, we have the following hack in FujiCompositeDeployer. |
| At line 292 changed 1 line. |
| ! Issue 1839: |
| And the ExtendedDeploymentContext has to be retrieved from FujiCompositeDeployer instead of creating a new one. |
| At line 293 added 18 lines. |
| {{{ |
| Index: container/src/main/java/com/sun/jbi/glassfish/container/composite/FujiCompositeDeployer.java |
| =================================================================== |
| --- container/src/main/java/com/sun/jbi/glassfish/container/composite/FujiCompositeDeployer.java (revision 1119) |
| +++ container/src/main/java/com/sun/jbi/glassfish/container/composite/FujiCompositeDeployer.java (working copy) |
| @@ -360,6 +360,7 @@ |
| ExtendedDeploymentContext moduleContext = ((ExtendedDeploymentContext)context).getModuleDeploymentContexts().get(moduleUri); |
| if (moduleContext != null) { |
| //This is where I return the existing deployment context and not create a new one |
| return moduleContext; |
| } |
| }}} |
| !! Issue 1839: |