Skip to content

Commit a193f7c

Browse files
authored
Merge pull request #820 from oracle/sit-cfg-sometimes-needs-domain-name-fix
Fix problem with pull 797.
2 parents 0842d68 + 34a7461 commit a193f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/src/main/resources/scripts/introspectDomain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ def addSitCfgXml(self):
787787
self.writeln("<?xml version='1.0' encoding='UTF-8'?>")
788788
self.writeln("<d:domain xmlns:d=\"http://xmlns.oracle.com/weblogic/domain\" xmlns:f=\"http://xmlns.oracle.com/weblogic/domain-fragment\" xmlns:s=\"http://xmlns.oracle.com/weblogic/situational-config\">")
789789
self.indent()
790+
self.writeln("<s:expiration> 2099-07-16T19:20+01:00 </s:expiration>")
790791
self.writeln("<d:name>" + self.env.DOMAIN_NAME + "</d:name>")
791792
self.customizeNodeManagerCreds()
792793
self.customizeDomainLogPath()

0 commit comments

Comments
 (0)