Some new features are added in fault policy in SOA 12c. Now you can send JMS, Email, and log alerts also using fault policy. The scope of this blog is limited to JMS alert using fault policy. Follow the below steps to send a JMS alert: Prerequisite: 1. Create a JMS Queue/Topic in weblogic console. 2. Create a JMS connection Factory to send a message to JMS queue. Steps: 1. Create a SOA composite "FaultPolicyTesting". 2. Right click on the project. Choose New -> From Gallery -> Choose Faults option under SOA Tier and select Fault Policy Document to create new fault policy file. Give an appropriate name. 3. Open the fault policy document, go to design view. Choose fault name and corresponding action. 4. Go to Alert section and click on + button, choose JMS. 5. JMS properties window will pop up. Click on Create Required properties. Enter property name, JMS Destination (this should ...
While working on our local systems we will have some scenario in which we want to connect to SOAINFRA database of IntegratedWeblogicServer. In this post I will explain you how to login to SOAINFRA database of default domain coming with Integrated weblogic server in JDeveloper 12c. SOAINFRA database of IntegratedWeblogicServer runs on Derby server. Prerequisite : IntegratedWeblogicServer must be up and running before proceeding further. Follow the below steps to connect to SOAINFRA database: 1. To connect to weblogic server connection details are required. These connection details can be found from the SOADataSource. For this login to weblogic admin console using url http://localhost:7101/console. 2. After login, click on Data Sources. 3. Open SOADataSource and click on Connection Pool. Copy the connection URL. URL will be like jdbc:derby://localhost:1527/soainfra;ServerName=localhost;databaseName=soainfra Description of URL : HostName : localh...