New Composite Title Function in 12c

New Function in Oracle 12c In Oracle 11g, if one is defining the SOA instance title for a particular service/composite using function setCompositeInstanceTitle then they need to use setFlowInstanceTitle function in Oracle 12c, with a namespace as ‘oraext’. Syntax Difference: 11g: <extensionActivity> <bpelx:exec name=”SetCompositeName” language=”java”>        <![CDATA[setTitle((String)getVariableData(“compositeTitle”));setCompositeInstanceTitle((String)getVariableData(“compositeTitle”));]]> </bpelx:exec> </extensionActivity> 12c: <extensionActivity> <bpelx:exec name=”SetCompositeName” language=”java”> <![CDATA[setTitle((String)getVariableData(“compositeTitle”));oraext:setFlowInstanceTitle((String)getVariableData(“compositeTitle”));]]> </bpelx:exec> …

Create Web Application – WAS Qualys

How to create Web Application for Web Application Scan in Qualys? Login to Qualys Portal and select Web Application Scanning on the right-hand side dropdown. Then Click on Web Applications and then again click on Web Applications. Finally, click on New Web Application – as highlighted in yellow in the below picture Select Blank if …

Design a site like this with WordPress.com
Get started