discoverDomain is missing JMS resource details
See original GitHub issueI did export WDT template using discoverDomain
, from 12.1.3.0.0
, it worked without issues.
However, after analysing the template, I noticed that the details of JMS resource was missing.
the original resource file contains
<foreign-server name="UMSAQJMSForeignServer">
<default-targeting-enabled>true</default-targeting-enabled>
<foreign-destination name="OraSDPM/Queues/OraSDPMAppDefRcvQ1">
<local-jndi-name>OraSDPM/Queues/OraSDPMAppDefRcvQ1</local-jndi-name>
<remote-jndi-name>Queues/OraSDPMAppDefRcvQ1</remote-jndi-name>
</foreign-destination>
...
but the exported WDT template is missing foreign-destination / ForeignDestination
details
ForeignDestination:
OraSDPM/Queues/OraSDPMAppDefRcvQ1:
OraSDPM/Queues/OraSDPMAppDefRcvErrorQ1:
...
as far as I know, the expected output should be
OraSDPM/Queues/OraSDPMAppDefRcvQ1:
LocalJNDIName: OraSDPM/Queues/OraSDPMAppDefRcvQ1
RemoteJndiName: Queues/OraSDPMAppDefRcvQ1
...
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Missing JMS folder when creating default domain template in ...
We are using the Domain Creation Wizard to create a default domain template in Weblogic 12 c on Windows.
Read more >weblogic-deploy-tooling/wlsdeploy_rb.properties at main
WLSDPLY-01051=WebLogic PSU description has an unexpected number of matching groups {0}: {1} ... WLSDPLY-06481=Adding Template {0} to JMS System Resource {1}.
Read more >Discover Domain Tool :: WebLogic Deploy Tooling
The Discover Domain Tool provides a bootstrapping mechanism to creating a model and archive file by inspecting an existing domain and gathering ...
Read more >Middleware Snippets
Information to install and configure WebLogic can be found here. ... Untarget the JMS system resource that contains the foreign server, ...
Read more >WebLogic - JMS - Middleware Magic
What information do we need to configure in Weblogic to connect to the JMS Queue in ... 4) CReated the JMS resources QUeue/topic/CF...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We have a model to recreate the problem now, so no need to post yours. Looking into a solution for the slash names in 12.1.3.
many thnx for helping so far, yes plz this can be closed.
apologies for my late reply (new year’s period…)