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

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...