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.

Self generated elements

See original GitHub issue

Hello,

I am working with BAM and BPM domains and after adjusting my models it works. However, I can see these elements.

image

These elements are not part of my model and I know I can delete it from them by using

    JMSServer:
        # TO DELETE JMS SERVERS CREATED BY DEFAULT
        '!BamReportCacheJmsServer_auto_1':
        '!BamReportCacheJmsServer_auto_2':
        '!BamPersistenceJmsServer_auto_1':
        '!BamPersistenceJmsServer_auto_2':
        '!BamAlertEngineJmsServer_auto_1':
        '!BamAlertEngineJmsServer_auto_2':

However, suffixes such as auto_[9,10,11,12,13] look totally random for my domain whose BAM cluster only has two servers.

Is there any way to delete elements by using wildcards or regular expressions? For example,

    JMSServer:
        # TO DELETE JMS SERVERS CREATED BY DEFAULT
        '!BamReportCacheJmsServer_auto_*':
        '!BamPersistenceJmsServer_auto_*':
        '!BamAlertEngineJmsServer_auto_*':

Best regards, TAM

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
CarolynRountreecommented, Jul 6, 2021

To be reviewed for enhancement

0reactions
robertpatrickcommented, Mar 22, 2022

@textanalyticsman The system-elements section of the typedef files support the use of regular expressions for filtering out “system components,” which is primarily used for excluding model definitions of these components during discovery since these components are created by the WLST domain extension templates applied to a JRF domain. See https://github.com/oracle/weblogic-deploy-tooling/blob/main/core/src/main/typedefs/JRF.json for examples.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Generating set of a group - Wikipedia
In abstract algebra, a generating set of a group is a subset of the group set such that every element of the group...
Read more >
Five Elements - Chinese Customs - Nations Online Project
The Generating Cycle: one element (serving as parent) enriches, nourishes, strengthens, promotes growth and development of the following element (serving as ...
Read more >
Using custom elements - Web Components | MDN
High-level view · Autonomous custom elements are standalone — they don't inherit from standard HTML elements. You use these on a page by ......
Read more >
Self-Authorship Theory | TLC | UTHSC
Key Elements of Self-Authorship · Trusting the internal voice. Control over to think about and respond to events · Building an internal foundation....
Read more >
Configuring Elements Connector as a proxy using self ...
WithSecure Elements Connector : Instructions on how to configure Elements Connector as a proxy using a self-generated certificate.
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