You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/2.0/content/userguide/tools-config/domain_def.md
+132-1Lines changed: 132 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,5 +183,136 @@ weight: 2
183
183
}
184
184
}
185
185
```
186
+
The `targeting` attribute is not valid for WebLogic Server versions 12.2.1 and later.
186
187
187
-
The `targeting` attribute is not valid for WebLogic Server versions 12.2.1 and up.
188
+
189
+
#### Using the typedef file to exclude template installed resources from the model and archive
190
+
191
+
The Discover Domain Tool attempts to provide a sparse model by employing strategies such as not including attributes that are default values. It is important to not install template resources through the model. First, the templates will install the same resources in the target domain. Second, if you install resources from a on-premises domain into a target domain that is a later WebLogic version, it could cause conflicts.
192
+
The `system-elements` section of the typedef file is used to assist the Discover Domain Tool. The `system-elements` section comprises a list that tells the tool what to exclude from the model and archive files.
193
+
194
+
The list contains an entry for the type of resource to exclude along with a name or a regexp and name.
195
+
196
+
The different types of resources are as follows:
197
+
198
+
| Resource name |
199
+
| --- |
200
+
|`apps`|
201
+
|`coherence-clusters`|
202
+
|`datasources`|
203
+
|`file-stores`|
204
+
|`jms`|
205
+
|`jms-servers`|
206
+
|`shared-libraries`|
207
+
|`startup-classes`|
208
+
|`wldf`|
209
+
210
+
The following example is the `system-elements` list in the `JRF.json` typedef file.
0 commit comments