Flow designs in OSB servicebus.sboverview is not showing or loading issue:
Solution:
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.
Wow Great !
ReplyDeleteIt worked for me, Thanks a lot :)