question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

discoverDomain is missing JMS resource details

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rakillencommented, Nov 30, 2020

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.

0reactions
zeusbabacommented, Jan 6, 2021

many thnx for helping so far, yes plz this can be closed.
apologies for my late reply (new year’s period…)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found