-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'custom-resource-alias-test' into 'main'
Add custom resource to alias test for online verification See merge request weblogic-cloud/weblogic-deploy-tooling!1742
- Loading branch information
Showing
4 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+33.1 KB
(180%)
integration-tests/alias-test/generate/src/test/resources/alias-test-archive.zip
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
integration-tests/alias-test/generate/src/test/resources/alias-test-model.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
domainInfo: | ||
AdminUserName: weblogic | ||
AdminPassword: welcome1 | ||
domainLibraries: | ||
- wlsdeploy/domainLibraries/DemoCustomResource.jar | ||
topology: | ||
Name: 'system_test_domain' | ||
AdminServerName: 'AdminServer' | ||
Server: | ||
AdminServer: | ||
ListenPort: 7001 | ||
resources: | ||
# CustomResource has to be created with legitimate class references | ||
# to a resource jar in domain/lib (DemoCustomResource.jar above) | ||
# for the domain to start cleanly. | ||
CustomResource: | ||
CustomResource-1: | ||
DescriptorBeanClass: 'demo.customresource.DemoBean' | ||
ResourceClass: 'demo.customresource.DemoResource' | ||
appDeployments: | ||
Library: | ||
'jstl#[email protected]': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters