Skip to content

Commit 4bc8f66

Browse files
committed
Merge branch 'wdt-945' into 'main'
Adding note about WDT model delete ordering to the limitations page See merge request weblogic-cloud/weblogic-deploy-tooling!1838
2 parents 8a4ba86 + ab7e622 commit 4bc8f66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

documentation/4.0/content/userguide/limitations/limitations.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,13 @@ updateDomain.sh failed (exit code = 2)
149149
**ACTION**: This is caused by WebLogic Server Bug 37443991. To resolve this issue, please file an SR with Oracle Support
150150
and ask for a patch for Bug 37443991. The only known workarounds are to either split these two updates into separate
151151
online Update Domain calls or use offline Update Domain.
152+
153+
### Online Update Domain with Deletes Requiring Ordering
154+
155+
**ISSUE**: WDT Update Domain does not support any ordering for deleting existing folders. As such, online updates where
156+
the model is deleting MBeans that are referenced by other MBeans--even ones marked for deletion--may fail due to the
157+
lack of support for ordered deletions. This is a complex problem to address generically, as discussed in
158+
[GitHub Issue 1664](https://github.com/oracle/weblogic-deploy-tooling/issues/1664#issuecomment-3456974575).
159+
160+
**ACTION**: Create a sparse model with a single folder marked for deletion and run the Update Domain tool. Repeat this
161+
process until all desired objects are deleted.

0 commit comments

Comments
 (0)