Mindblown: a blog about philosophy.
-
Inserting data using DB Adapter in BPEL SOA Suite
In this Post i am going to show how to insert data using DB Adapter in SOA Suite. This is a integration of Oracle Apps with Siebel CRM. First i will show you how to configure DB Adapter to insert data in it. I have two tables master and detail. I will show you only…
-
Store Procedure invocation using BPEL Process in SOA Suite
In this post i will show you how to call and get Data using DB Adapter that we have developed previous post. You can check it out here Store Procedure with Out Parameter. In this Post we will develop a BPEL Process to Invoke this stored Procedure. 1) Drag and Drop a BPEL Process in component…
-
Calling Stored Procedure in BPEL Process, Stored Procedure with Out Parameters
In this post i will show how to call a stored procedure with out parameters using DB Adapter. I have a package which consist of a procedure, this procedure has two output parameters one output parameter returns master data while the other return detail data. Actually i have created a table type structure which that…
-
Program to test Siebel CRM connectivity, Integration
package project1; import com.siebel.data.SiebelBusComp; import com.siebel.data.SiebelDataBean; import com.siebel.data.SiebelException; import com.siebel.data.*; import com.siebel.data.SiebelException; public class Class1 { public static void main (String args[]) { System.out.println(“This is a test”); SiebelDataBean m_dataBean=null; SiebelBusComp m_busObject=null; try { …
-
I will miss you
“I will miss you” i smiled after reading this statement on Facebook wall from one of recently graduated student. The same thing i asked to my friends but in different words, when i graduated. But what happens, a person comes to know when he steps in practical life. At very start everybody calls each other…
-
First experience of Elections 2013 in Pakistan
–> Before Elections 2013 in Pakistan I was very excited mainly because I was going to cast my vote first time and for change. I was thinking that my vote will be a decider of destiny of too many Politicians but i was wrong. Now i feel that it changed me a lot…
-
Enterprise Manager is not working http://localhost:7001/em
Case1 After installing and Creating domain for SOA server I was getting some problem while running my enterprise manager. the error was “Error 404–Not Found From RFC 2068 Hypertext Transfer Protocol — HTTP/1.1: 10.4.5 404 Not Found The server has not found anything matching the Request-URI. No indication is given of whether the condition is…
-
Could not initialize JCA Container
While connecting to JCA in Application Explorer I was getting the following error “Could not initialize JCA Container “ First i was starting Application Explorer i.e ae.cmd file from the following directory. C:OracleMiddlewareOracle_SOA1soathirdpartyApplicationAdapterstoolsiwaebin but this was creating above error. After this I started the setDomainEnv from the following directory C:OracleMiddlewareuser_projectsdomainsbase_domainbin by using Command prompt After running the…
-
Oracle Application Adapter for Weblogic Problem and solution
I was workign on Oracle Applicaton Adapter for Weblogic and I was getting the following error while connecting it. Basically I was using this Adpater for Integration with Siebel CRM. oracle/tip/adapter/api/exception/pcresourceexception The mistake that i was doing that I was not giving the correct home path in JCA config home this was default C:Oracle\MiddlewareOracle_SOA1soathirdpartyApplicationAdapterstoolsiwaebin………
-
Adding and Using Jar files in Oracle ADF Application/Project
In this project i will show how to add and use a Jar file of some other ADF Project in your ADF application. First create a Jar file which you want to use in your ADF application and then add them into your application by using following procedure. 1) In your Oracle ADF application go…
Got any book recommendations?