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
This looks like a bug. WDT needs to know that ODL is installed and currently, it looks at the specified -domain_type argument to make sure it was either JRF or RestrictedJRF (which is not right since it is missing the JRF-Compact domain type).
Probably a better way to accomplish this is to look at the typedef's rcuSchemas filed to make sure the list is not empty. We will get this fixed and into the 3.3.1 release...
thanks for your feedback @robertpatrick
Looking fwd for a fix.
fyi. as you might recall from my previous ticket, we are in process of upgrade to WDT3 across all MW components (for our customer), therefore making things work properly is an important factor.
@zeusbaba I would advise against that. I am pretty sure that Oracle Access Management Suite likely already depends on Oracle JRF so putting the Restricted JRF template may do bad things... Just add Oracle JRF instead
thnx @robertpatrick
i must say it loud; your team is doing an exemplary good job.
fast response, good collaboration, and quick resolutions.
thanks for your efforts
Activity
robertpatrick commentedon Oct 26, 2023
This looks like a bug. WDT needs to know that ODL is installed and currently, it looks at the specified
-domain_type
argument to make sure it was eitherJRF
orRestrictedJRF
(which is not right since it is missing theJRF-Compact
domain type).Probably a better way to accomplish this is to look at the typedef's
rcuSchemas
filed to make sure the list is not empty. We will get this fixed and into the 3.3.1 release...zeusbaba commentedon Oct 26, 2023
thanks for your feedback @robertpatrick
Looking fwd for a fix.
fyi. as you might recall from my previous ticket, we are in process of upgrade to
WDT3
across all MW components (for our customer), therefore making things work properly is an important factor.zeusbaba commentedon Oct 26, 2023
fyi. as a temporary workaround, I did update one of our custom
typedef
s to include"Oracle Restricted JRF"
, see snippet belowit resolves the issue for now, as you shared, we'll be waiting for new release with a proper fix
robertpatrick commentedon Oct 26, 2023
@zeusbaba I would advise against that. I am pretty sure that
Oracle Access Management Suite
likely already depends onOracle JRF
so putting the Restricted JRF template may do bad things... Just addOracle JRF
insteadMerge branch 'issue-#1506-check-jrf' into 'main'
zeusbaba commentedon Oct 31, 2023
as you suggested; using
Oracle JRF
while waiting forWDT v3.3.1
the current
typedef
robertpatrick commentedon Nov 10, 2023
Fixed in 3.4.0
zeusbaba commentedon Nov 10, 2023
thnx @robertpatrick
i must say it loud; your team is doing an exemplary good job.
fast response, good collaboration, and quick resolutions.
thanks for your efforts