Wednesday, August 21, 2019

SOA 12c Jedeveloper - Flow designs in OSB servicebus.sboverview is not showing or loading issue.

Flow designs in OSB servicebus.sboverview is not showing or loading  issue:

Solution:


In the JPR-file, there is a part called technologyScope:
   <hash n="oracle.ide.model.TechnologyScopeConfiguration">
      <list n="technologyScope">
         <string v="SOA"/>
         <string v="ServiceBusTechnology"/>
         <string v="WSDL"/>
         <string v="WSPolicy"/>
         <string v="XML"/>
         <string v="XML_SCHEMA"/>
      </list>
   </hash>

We just need to delete the part “<string v="SOA"/>” from the technologyScope and restart the jdeveloper tool and its started showing the flows/diagrams in design view.

1 comment:

Featured Post

OIC - Extract Microsoft 365 Outlook Email Attachments and upload them to OCI Object storage

Use Case: A client has a requirement to automate the processing of email attachments received in their Microsoft 365 Outlook inbox. Currentl...