WebLogic : Server has a weak ephemeral Diffie-Hellman public key

Server has a weak ephemeral Diffie-Hellman public key

One of our project environments is on WebLogic 10.3.5.  Server Identity key was created with 2048 bits. JSSE is already enabled. Our environment was running JRockit 6 update 31. Recently , we started getting SSL errors while accessing secure content in the environment.  While accessing via Chrome , we got the following… Read moreWebLogic : Server has a weak ephemeral Diffie-Hellman public key

Attaching Oracle Home to OraInventory

OPatch Apply

When patches are applied to Oracle Products, patch utility checks/updates Oracle Inventory. If  pre-requisites  (e.g particular version of product)  information is not present in Inventory, patching process will fail. Oracle Inventory may not be up to date for many reasons. One of the primary reason is presence of multiple oraInventories… Read moreAttaching Oracle Home to OraInventory

TypeError: Cannot find function in object http://docs.oasis-open.org/wsbpel/2.0/process/executable

With Soa 12.2.1 , we can create BPEL component and use Javascript inside the BPEL activities like assign, while , if , wait, etc We also have a Javascript activity in which we can write block of javascript code to manipulate the data. “bpel” is one of the global object which… Read moreTypeError: Cannot find function <name> in object http://docs.oasis-open.org/wsbpel/2.0/process/executable

Soa 12.2.1 New Feature – End to End JSON and Javascript Example

Output from REST GET Query

SOA 12.2.1 provides support for end-to-end JSON and Javascript. We don’t have do internal mapping between XML and JSON as in 12.1.3. As part of this post, let us implement a simple REST service to demonstrate this new feature – End to End JSON with Javascript. Let us create a very… Read moreSoa 12.2.1 New Feature – End to End JSON and Javascript Example