Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #721 fix. When domain resource 'domainHome' is not set and 'domainHomeInImage' is 'true' look for a single WebLogic domain under '/u01/oracle/user_projects/domains', and use this as this location as the DOMAIN_HOME. #744

Merged
merged 3 commits into from
Jan 8, 2019

Conversation

tbarnes-us
Copy link

@tbarnes-us tbarnes-us commented Jan 6, 2019

Change Summary:

Fix for Issue #721.

When domain resource 'domainHome' is not set and 'domainHomeInImage' is 'true' look for a single WebLogic domain under '/u01/oracle/user_projects/domains', and use this as this location as the DOMAIN_HOME. Fail and report an error if no 'config/config.xml' is found among these locations, or more than one is found.

This mandate has been broadened slightly beyond "when domain resource 'domainHome' is not set and 'domainHomeInImage' is 'true'" to always hunt for a single domain among the subdirectories of 'domainHome' if 'domainHome' equals ''/u01/oracle/user_projects/domains' regardless of whether this value came from a default or was specifically set by the administrator.

Test status:

Jenkins, QUICKTEST, and some ad hoc testing passed (including a domain-in-image test).

@tbarnes-us tbarnes-us changed the title WIP: Issue #721 fix. When domain resource 'domainHome' not set and 'domainHomeInImage' is 'true' look for a single WebLogic domain under '/u01/oracle/user_projects/domains', and use this as this location as the DOMAIN_HOME. WIP: Issue #721 fix. When domain resource 'domainHome' is not set and 'domainHomeInImage' is 'true' look for a single WebLogic domain under '/u01/oracle/user_projects/domains', and use this as this location as the DOMAIN_HOME. Jan 6, 2019
@rjeberhard rjeberhard merged commit ebf39ea into develop Jan 8, 2019
@tbarnes-us tbarnes-us changed the title WIP: Issue #721 fix. When domain resource 'domainHome' is not set and 'domainHomeInImage' is 'true' look for a single WebLogic domain under '/u01/oracle/user_projects/domains', and use this as this location as the DOMAIN_HOME. Issue #721 fix. When domain resource 'domainHome' is not set and 'domainHomeInImage' is 'true' look for a single WebLogic domain under '/u01/oracle/user_projects/domains', and use this as this location as the DOMAIN_HOME. Jan 8, 2019
@rjeberhard rjeberhard deleted the domain-home-fix branch January 9, 2019 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants