Search This Blog

Error while connect Jdeveloper with remote weblogic

Error while  connect Jdeveloper with remote weblogic :

Most of the time I faced Status ( 9 out of 9 Failure ) error while connecting Remote weblogic server with my local Jdeveloper. Reason behind that


My Desktop connected with  corporate Network work and configured to Proxy. When I installed Jdeveloper automatically ,by default proxy setting configured belongs to my corporate Backbone.


Step to Clear :

Open Jdeveloper
                        -- > Tools
                                    ---> Preference
                                              --> web Browser and proxy
                                                              --> Un Check ( Use HTTP Proxy Server )























Step Two :


WS Policy Store
                      -- > select   (  App server Connection )
                                  -- > Point External Weblogic server 







Problem Solved .........




Business object update on XSD change and BOM export to xsd


 Business object update on XSD change and BOM export to xsd


Step 1: String( XML data ) to Oracle BPM Business Object ( BO ) Conversion


Method Name :


oraext:parseXML(xmlString)


 Example :


oraext:parseXML('<?xml version="1.0" encoding="UTF-8" ?><Adr AdrID="hn" AdrLine1Txt="hnh" AdrLine2Txt="nbnvb" CityNm="nbvnbn" CntyNm="bvnbvn" FlatNum="bvn" FullPstlCd="bnv" HseNm="nvbnbv" HseNum="bnb" xmlns="http://capitalone.com"/>') 


Step 2 : Oracle BPM Bussiness Object (BO) to String (XML data )


Method Name :


ora:doTranslateToNative()


 Example: 


ora:doTranslateToNative(bpmn:getDataObject('xsd_ProcessDataObject'),'xsd/Application_krishna.xsd','Application','STRING') 




Usage : 


bpmn:getDataObject('xsd_ProcessDataObject') --------------- Process Data Object 


'xsd/Application_krishna.xsd' ---------------- Response XSD to validate xml data


 'Application' ----------------- Root Element Attribute 


'STRING' ----------------- Conversion Format