Self generated elements
See original GitHub issueHello,
I am working with BAM and BPM domains and after adjusting my models it works. However, I can see these elements.
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:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top 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 >
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
To be reviewed for enhancement
@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.