Search
-
Recent Posts
- Mac OSX 10.11 El Capitan under ESXi 6 – Accessing my Mac from anywhere May 20, 2016
- Community user self-registration process – How to overcome the MIXED_DML_OPERATION error in a single transaction ? April 24, 2016
- Changing Identity Provider without impacting the user experience April 3, 2016
- Tech – Seamless access to two applications SAML protected by openAM as IDP and Salesforce as IDP/ IDP Chaining / OpenAM->Salesforce April 2, 2016
- Tech – Seamless access to two applications SAML protected by Salesforce as IDP and openAM as IDP /IDP Chaining/ Salesforce->OpenAM March 28, 2016
Pages
- About Me
- AOP and SOA/BPEL … with XSLT Transformation !
- Certified Scrum Master – done :-)
- Hands On Labs : Configuring OpenAM/Salesforce as IDP and/or SP
- Hands On Labs : Seamless SSO between applications protected by different Identity Provider (Salesforce and OpenAM) – IDP Chaining
- How to boost your (BPEL) development team ?
- How to enable multiple delegated authentication service in one Salesforce Organisation ?
- How to expose a public Salesforce Web Service using a top-down approach (contract first) WSDL interface ?
- Installing Oracle Fusion Apps 11.1.7 for testing purpose
- Integration with Salesforce from external world
- Oracle Fusion Applications Documentation
- Oracle VM Manager installation process (version 3.2.6)
- OVM image file backup with tar and pigz to speed up archive process
- Salesforce + Heroku = Like Very Much the Platform
- Salesforce Security Sharing Model or the layer of visibility
- Understand the dehydration process in SOA BPEL
Category Cloud
11.1.1.4.x Administration Artifactory bpel commands config database DevTools FAH - Fusion Accounting Hub FDOO - Fusion Distributed Order Orchestration Fusion Application Fusion Apps Groovy HermesJMS JDevelopper Linux Maven Operating System oracle Oracle manager (ovm manager) Oracle server (ovm server) Oracle VM Salesforce script SOA Suite Ubuntu Uncategorized VBox Weblogic Server
Category Archives: JDevelopper
Portable adf-config.xml with JDevelopper
On my current project assignment, we use JDevelopper to develop BPEL process. As you might notice, JDevelopper use a hidden folder .adf where it store configuration file to acess MDS location for example (.adf\META-INF\adf-config.xml). As we use different platform (windows … Continue reading
Posted in bpel, config, DevTools, JDevelopper, Maven
Tagged adf-config.xml, bpel, jdevelopper
Using JCA Salesforce Adapter with SOA Suite
Oracle Cloud Adapter for Salesforce.com is certified only with SOA Suite 11.1.1.7. This JCA adapter can be download from https://edelivery.oracle.com/. The pre-requisite is to install: Oracle Cloud Adapter for Salesforce (p17897781_111170_Generic.zip and p17996952_111170_Generic.zip) Latest Opatch version Where Can I Find … Continue reading
Posted in bpel, SOA Suite
Tagged bpel, Oracle Cloud Adapter for Salesforce.com, salesforce, sfdc
BPEL Threading model in SOA 11g
BPEL Threading model in SOA 11g Reference: http://docs.oracle.com/cd/E21764_01/core.1111/e10108/bpel.htm#BABBGEFA ThreadPool Name Property value Invoke Thread Pool (for asynchronous invocations) or Dispatcher Invoke Thread dspInvokeThreads min=1 default=20 Total number of threads allocated to process invocation dispatcher messages. Invocation dispatcher messages are generated … Continue reading
Posted in bpel, SOA Suite
Tagged bpel, dspEngineThreads, dspInvokeThreads, tuning
SOA 11g Audit Trail : Programmatically Managing SOA Composite Applications with the Facade API using Groovy Scripting
My previous postĀ was dealing about how retrieve the SOA payload from the database using SQL statement and Oracle XML API. In this post, I will use the Oracle facade API to interact with the SOA composite application, achieving the … Continue reading
Posted in bpel, Groovy, script, SOA Suite
Tagged audit trail, groovy, SOA Facade API, soa suite, xml payload
SOA/BPEL publishing to a remote JMS queue using JMSAdapter
AFAIK, there are multiple way for a SOA/BPEL process to publish to a remote JMS Queue. The following link can be applied depending on your technical needs (performance, relability, scalability,…): SAF agent service (Store and Forward) : http://docs.oracle.com/cd/E23943_01/web.1111/e13742/overview.htm#i1078773 Message bridge … Continue reading
Posted in bpel, HermesJMS, SOA Suite, soapui, Weblogic Server
Tagged bpel, remote JMS
Oracle SOA/BPEL top-down or contract-first approach: not as simple to implement as expected …
The Oracle documentation state that both approach top-down and bottom-up can be used to design SOA composite application. http://docs.oracle.com/cd/E12839_01/integration.1111/e10224/fod_intro2.htm TheĀ top-down or contract-first approach forces the designer to focus on messages and contracts (create the data contract in XSD and the … Continue reading
SOA BPEL project : HelloWorld
Here is my contribution to the classical “Hello World” program in BPEL 2.0 It shows the details steps from development to deployment. ScreenShots URL Description Add details here Add details here Add details here Add details here Add details here … Continue reading
Posted in bpel