Unknown Protocol: servicebus error in Oracle SOA 12.1.3
I started getting this error while deploying simple OSB project on integrated SOA server. Initially i thought its an error with my WSDL file, but in actual it a bug. Based on the posts online, applied the below two solution which worked for me.
Error:
Solution 1:
1. Login to weblogic console.
2. Click on Services ->OSGi Frameworks
3. Click on "bac-svnserver-osgi-framework"
4. Click on targets
5. Remove Default server from the target.
6. Click on SAVE.
Solution 2:
1. Click on "bac-svnserver-osgi-framework"
2. Click on configuration
3. Under Init properties insert this property "felix.service.urlhandlers=false"
Post this, Restart the Integrated Server.
Thanks