Strict XML Validation configuration in BPEL process

Hello

If we have 10 processes BPEL and using all the adapter file that can be read or write XML files against the schema.

We have a BPEL configuration which console

validateXML - validate inbound and outbound xml documents: "strict or None" Stict mean schema and nothing means no validation, but this seams to be level configuration above process, means if I put Strict, it will apply to all the processes BPEL 10, I can't choose who need validation and process has no need of validation.

Work around suite SOA.

Kind regards
Abdou

Abdou,

Each partner link contains the validateXML property, you can use this property to control where you want to validate XML load and where not.

To add this property, double click the partner link, go to the property tab and click on the button of the property. Select validateXML from the drop-down list, and then provide his value(strict/none).

Kind regards
Diakité
http://SOA-HOWTO.blogspot.com

Tags: Fusion Middleware

Similar Questions

  • Loading the XML file inside a Bpel process

    Hello
    I have a bpel process in which I read an xml file that is in the MDS, in this xml file I find information if certain values, so my question is if, every time I execute the command to search for the information contained in the XMLFile step open the file?
    I use the following sentence:
    oraext:Lookup-XML('oramds:/apps/Fer_Common/XML/Error.XML','/errorCodes/ErrorCode','name','value',bpws:getVariableData('Variable_2'))

    Is it possible to load only once in the first call of bpel process?, I mean, I don't want to load the file whenever I need to read something from the xml.
    Concerning
    Yuri

    Hello
    DVMs are also accessible from the BPEL. You can create an assign activity, and in the expression builder, you have a set of functions called features DVM. You can use these functions to search in the DS.
    You can also use the same functions in the transformations.

  • How to import the XML file into an oracle table using a BPEL process

    Hi friends

    How can I import XML file in the db oracle table using a BPEL process

    (1) I have generated an XML file in my local system with a field
    (2) I created a temporary table in my oracledb with the same field in the XML file
    (3) that I want to import these XML files which is the local host to my db oracle using a BPEL process
    (4) for that what steps should I me fallow please suggest me if there is no document for this?

    Thanks in advance
    AT

    Hi to

    Here you go...

    http://blogs.Oracle.com/ajaysharma/2011/03/using_file_adapter_database_adapter_and_mediator_component_in_soa_11g.html

    I hope that helps!

    Thank you
    AJ

  • How to remove ANT Validation when compiling BPEL or SCA in 11.1.1.4

    SOA/SCA/BPEL gurus,

    As you know, sometimes you gotta use the runtime WSDL URL directly in the BPEL process when you call an external web service (say OSB). But then the service must always be available when deploying through ' ANT script because it validates and compiles. It was a big problem, whenever I have deploy the BPEL if the service call (OSB) is declining. On the other hand, the OSB deploys fine using ANT when the SCA is down.

    I expect that the BPEL should raise an error in execution, but not at the time of the design or the OSB deployment.

    Now my question is,

    Even if everyone knows that we can solve this problem by importing the WSDL/XSD into the project, I would like to know if there is a way to disable/remove the Validation in the ANT Script part, so that it can create the jar/sar file and deploy it to the server.

    FYI -.
    The error is thrown of the Ant-sca - compiles .xml and the target is < target name = "scac" description = "Compile and validate a composite" >

    Help, please!

    Thank you
    Bala

    Edited by: 805364 March 11, 2012 21:01

    Bala,

    On the other hand, the OSB deploys fine using ANT when the SCA is down.

    OSB always need a local copy of WSDL/XSD. He never refers to any WSDL/XSD on network design, deployment or runtime.

    I expect that the BPEL should raise an error in execution, but not at the time of the design or the OSB deployment.

    To build and validate the components of the process at deployment time, XSD/WSDL must exist or server may end up incorrect/no valid deployment configurations. So I don't think that SOA is something unexpected. In the case where you don't want to import artifacts in the project, then you have two other options-

    1. use the MDS for sharing objects
    2. use UDDI (Universal Description Discovery and Integration). Oracle recommends Service Oracle 11g (OSR) registry. The advantage is that you can use OSR and SOA Suite in a shared WebLogic domain.

    Kind regards
    Anuj

  • The security token cannot be authenticated to exposed SOAP BPEL process

    Hi all

    I have a BPEL process that I'm outlining like SOAP web service that conducting a policy of oracle/wss_username_token_over_ssl_service_policy . The BPEL process does nothing with the identifying information that is passed (in fact, I stripped everything out of him so that there is no anything). When I test the web service using soapUI I get the following error message: FailedAuthentication: the security token cannot be authenticated. Anyone have any ideas why?

    This is the payload sent to the service:

    " < = xmlns:bpel soapenv:Envelope ' http://xmlns.Oracle.com/TestBPEL/project/BPELProcess "xmlns:soapenv =" http://schemas.xmlsoap.org/soap/envelope/ ">

    < soapenv:Header >

    " < xmlns:wsse wsse: Security = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd "xmlns:wsu =" " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd "soapenv:mustUnderstand ="1"> "

    < wsu:Timestamp WSU: ID = "TS - 10" >

    < wsu: created > 2013 - 10 - 07T 21: 16:16Z < / wsu: created >

    < wsu: expires > 2013 - 10 - 07T 21: 16:48Z < / wsu: expires >

    < / wsu:Timestamp >

    < wsse: UsernameToken WSU: ID = "UsernameToken-9" >

    WJR < wsse:Username > < / wsse:Username >

    " < wsse:Password Type = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText "> CBA < / wsse:Password > .

    " < wsse:Nonce EncodingType =" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-SOAP-message-security-1.0#base64Binary "> 2460zn8mTqCxdB6XS65Ixg == < / wsse:Nonce > .

    < wsu: created > 2013 - 10 - 07T 21: 16:16.577Z < / wsu: created >

    < / wsse: UsernameToken >

    < / wsse: Security >

    < / soapenv:Header >

    < soapenv:Body >

    < bpel:process >

    " < = xmlns:bpel bpel:input ' http://xmlns.Oracle.com/TestBPEL/project/BPELProcess ">? < / bpel:input >

    < / bpel:process >

    < / soapenv:Body >

    < / soapenv:Envelope >

    Hi Bill,

    The message is pretty clear "FailedAuthentication: the security token cannot be authenticated. There should be something wrong with your security configuration... The fact that your code doesn't do anything with the credentials doesn't mean anything, as long as you have politics, you must pass a valid authentication...

    See you soon,.

    Vlad

  • BPEL process times out after 5 minutes

    Hello

    I created an asynchronous BPEL process that calls a view that takes time to give all of the records; While the process is invoking this database adapter, my process ends abruptly with the following error after 5 minutes

    Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "JCA binding run operations reference 'CAMPAIGN_BATCH_COUPONS_VSelect' have to: DBReadInteractionSpec Execute Failed Exception." Name of the query: [CAMPAIGN_BATCH_COUPONS_VSelect], the descriptor name: [CAMPAIGN_BATCH_COUPONS_V.WcCampaignBatchCouponsV]. Caused by java.sql.SQLTimeoutException: ORA-01013: user has requested cancellation of the pending operation. See the first exception for the specific exception. This exception is considered as reproducible, probably due to a communication failure. Because the overall transaction is reversing the invoke should be retried in a new transaction, restart from the place of the last committed transaction. To be classified as not reproducible instead, add nonRetriableErrorCodes property to "1013" deployment descriptor (i.e. weblogic - RA.Xml). ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution.

    It seems that my approach is expired. Can I do for her to not expire like that?


    Can someone help me on this please?

    Thanks in advance.

    Published by: user1165407 on Sep 6, 2011 16:19

    Try to increase the JTA timeout in Admin Console... keep this value according to your business needs...

    Take a look at this...

    http://sudhakarsoa.blogspot.com/2011/03/How-do-you-configure-transaction.html

  • File adapter cannot read the file, it can call another BPEL process

    Hi"

    I have an XML file to read and I am able to read using a file adapter, if playback is successful the file is moved to the directory of success and if the file is not valid its goes into the directory of the failure, now the question is whether the playback file is not valid in establishing that time can another BPEL process be invoked because if the read file is not valid then her dose of BPEL process gets initiated through which I am unable to do anything.

    Please advice

    Thank you
    Yatan

    Hello

    You can use Manager of rejection of file that can call a BPEL of defined process by the user if invalid file. Date of arrival:

    http://www.Oracle.com/technology/products/integration/adapters/PDF/Adapter_TN_004_Adapter_ErrorManagement.PDF

    HTH,

    Ketan

  • BPEL process hangs for hours and hours after the service call web sync

    I would like the web service call time out if it crashes it

    or a process that calls a Local or a remote WebService, it is necessary to set a time limit of 10 seconds that the BPEL will wait for the response. If no response is received within the time-out period specified, then a series of activities is performed (for example. WebService not available, end of the BPEL process, etc.).

    At the top of screen, "WS_Call" is the call to the WebService.

    2. in the sequence where to call 'WS_Call' activity, add a branch of wrestling:

    and set its properties to catch a RemoteFault.
    It is necessary to take a RemoteFault because this is the type of fault that throws the "timeout" which will be defined in the next step when the time-out expires.

    3. switch to the Source Jdeveloper tab and look at the code that has been added to the Bpel project as instructed by top 'Step 2 '. The added lines should look like the piece of code below:






    In the branch of wrestling, the error can be treated: complete the process, insert a response/answer to return from the Bpel, an Assign activity and continue the Bpel, etc..

    4 set the "timeout" for the PartnerLink to 10 seconds.
    "Timeout" specifies the number of seconds to wait before expiry. A distance error is thrown if this happens.

    If the Web service is located on the SAME host as the BPEL, it is also necessary to set the property "optSoapShortcut" to FALSE.
    The parameter "optSoapShortcut" is by default = TRUE. It should be set to FALSE to force local SOAP to go through SOAP instead of internal calls request.

    Note: Step 4 can also be directly configured in bpel.xml in the partnerLinkBinding section:

    5
    fake

    5. recompile and redeploy the BPEL process.

    References:

    (a) the Timeout parameter is documented in:
    Guide of Oracle® BPEL Process Manager developer
    http://download-East.Oracle.com/docs/CD/B31017_01/integrate.1013/b28981/appx_deploydesc.htm

    (b) optSoapShortcut is documented in:
    http://download.Oracle.com/docs/CD/B31017_01/core.1013/b28942/tuning_bpel.htm#sthref496

  • Not getting BPEL process is not instantiated

    Hi, I have a bpel process with a file adapter that queries a file .txt and writing, this .txt file in a directory of output in xml format. The process is get deployed but if I place the .txt file in the directory that I'm voting, the process is not have instantiated and the input file is deleted from the directory of the poll. I chose the directory of the archive and the input file is not added to the directory of archives. I checked the newspapers nd that newspapers are also no matter what. Any help please.

    Thank you

    your .txt file not pass xsd validation and get rejected you can get the file rejected from the following location

    $BPEL_HOME\domains\default\jca\ (yourBPELProcess) \rejectedMessages

    Check the .txt file (no extra space is there) that you are returning

  • 1 WSDL include multi BPEL processes?

    Hello

    I use Jdev 12.1.3, I create multi BPEL processes and deploy on the server, the problem is that each BPEL process have different WSDL link, it means that if I have 10 BPEL process, then I have 10 different WSDL link, how can I get 1 WSDL include multi method (process BEPL)

    Thank you

    Hi Hani,

    You can create a WSDL with several operations. Then, you can use the pick activity to respond on different operations. Replace the first reception in the with a pickaxe and be sure to check the box 'create a forum '. See http://blog.darwin-it.nl/2009/12/multi-operations-bpel.html. (I think this example is BPEL 1.1, but it works for BPEL 2.0 accordingly).

    For the re-use of wsdl in several SOA Suite components, store an abstract version of the wsdl file in the MDS and reference it by using the "oramds://apps/...". "URL in the Compsite.xml see, for example Oracle SOA / Java blog: SOA Suite PS6 (11.1.1.7); Loose coupling and chips of service.

    Kind regards
    Martian

  • How to get the value of a literal XML node content in BPEL 2.0?

    Hello!

    I have a problem creating A Expression in the distribution of the XML literal one activity, I would like to help me...

    Well, I have the same activity in the 1.0 version of BPEL and is now different is BPEL 2.0,.

    I have a Web Service < WSEjecutaComandos > when having a function of controls remote that connects,

    Entries of my Web Service: "int numEquipo, String [] comandos, int numCta, int publicar, int, String date version"

    The second argument is an array of string type...

    Now in my BPEL process, I do is the following assignment:

    ************************************************************

    < assign the name = "AssignCreaPath" >

    < copy >

    < from >

    < literal >

    " < fnCRexecElement xmlns =" http://Servicios/ ">

    < numEquipo > 2 < / numEquipo >

    < comandos >mkdir etl/entries/mmkis /< / comandos >

    < numCuenta > 1 < / numCuenta >

    < publicar > 0 < / publicar >

    < / fnCRexecElement >

    < / literal >

    < / from >

    < to > $InvokeClear_fnCRexec_InputVariable.parameters < /pour >

    < / copy >

    < copy >

    (< a >concat(ora:getContentAsString($InvokeClear_fnCRexec_InputVariable.parameters/comandos),$inputVariable.payload/client:fecha)< / from >

    < to >$InvokeClear_fnCRexec_InputVariable.parameters/comandos< /pour >

    < / copy >

    < copy >

    < a > $InvokeVersion_fnGetVersionProcesoByFecha_OutputVariable.parameters/version < / from >

    < to > $InvokeClear_fnCRexec_InputVariable.parameters/version < /pour >

    < / copy >

    < copy >

    < a > $inputVariable.payload / client: date < / from >

    < to > $InvokeClear_fnCRexec_InputVariable.parameters/date < /pour >

    < / copy >

    < / assign >

    ***************************************************

    Well the conflict I have is as follows,

    previously defined an entitlement with the XML Fragment copied on the payload to the Web Service (WSEjecutaComandos), input variable

    and the XML code is copied to each of the variables,

    Then him concatenating input values (I noted in red) < comandos > with the value of 'farm' (String), and once again copy Variable < comandos > and has not had any problems

    but now with the new BPEL 2.0, I do the same thing now using literal XML (this good!) but the option to concatenate (that I've noticed in red) and copied to the same variable ( I noticed blue ), I mark the following error message:

    Error1.png

    I should know, I am doing wrong, or you need to to XPath function as the value that they already have the variable < comandos > will concatenate date,

    and is the final value of my entry, my Web Service.

    must be defined as table of values of type < comandos [i] >

    define the following activities before $InvokeClear_fnCRexec_InputVariable.parameters/comandos [1],

    but it seems that this BPEL 2.0 does not respect me in the form of hooks index.

    Thank you...

    See you soon,.

    I found the solution to get the value of an xml element and it concatenated with another variable within a beneficiary.

    is:

    ORA: getNodeValue (ora:getChildElement($InvokeCreaPath_fnCRexec_InputVariable.parameters,2))

    first get the desire here in my tree xml element is position 2 < comandos=""> and then get the value of this node.

    See you soon,.

  • Providing the address of the variable response to the Notification Service to the BPEL process

    Hi all

    I use the Notification Service in my BPEL process to send e-mails. The sender of the email (or reply address) is variable and is passed in the BPEL process. I can't get the email to be sent to the reply address that is passed in. I tried to assign both ReplyToAddress and FromAccountName, but the only address that is used is one that has been set up as the account (as described in the present document Oracle 11 g Release 1 (11.1.1.6.1) and the configuration of the Human Workflow Services components - Motors). I tried the following, but to no avail:

    <assign name="AssignEmailParams">
         <copy>
              <from>'Default'</from>
              <to>$sendEmailRequest.EmailPayload/ns1:FromAccountName</to>
          </copy>
           <copy>
               <from>$inputVariable.payload/client:from</from>
               <to>$sendEmailRequest.EmailPayload/ns1:ReplyToAddress</to>
            </copy>
             ...
    </assign>
    

    <assign name="AssignEmailParams">
         <copy>
              <from>$inputVariable.payload/client:from</from>
              <to>$sendEmailRequest.EmailPayload/ns1:FromAccountName</to>
          </copy>
             ...
    </assign>
    

    Am I missing something? Any help would be greatly appreciated.

    I use JDeveloper 11.1.1.7.

    Thank you

    Bill

    Hi Bill,

    I know the sender and answering addresses can be configured on the properties of Human Workflow notification (check link below)... But I don't know if a sender/dynamic response is supported, you may use the e-mail rather than the notification one activity...

    http://docs.Oracle.com/CD/E28280_01/admin.1111/e10226/hwf_config.htm#BHCJDGFJ

    See you soon,.

    Vlad

  • How can we call a proxy of a BPEL process OSB service?

    Hello

    I want to call a proxy of a BPEL process OSB service. Can you please explain the procedure?

    Obtain the wsdl for the service proxy OSB and create webservice parnerlink in this wsdl-based BPEL to invoke service

    To form the wsdl url, copy the URI of the endpoint configured for the proxy service (just click on the proxy service in the console) of the sbconsole - / ATHGPUM_GlidePathService/ProxyService/ATHGPUM_GlidePathProxyService

    Before add >- http://localhost: 8000 / and post append with? WSDL

    The final appearance of the WSDL url like - Http://localhost: 8000, ATHGPUM_GlidePathService, ProxyService, ATHGPUM_GlidePathProxyService? WSDL

    Concerning

    Albin I

  • Reading file and dump the data into the database using BPEL process

    I have to read the CSV file and insert data into the database... To do this, I created some asynchronous bpel process. Adapter filed added and associated with the receive activity... Adapter DB has added and associated with the Invoke activity. Receive two total activity are available in the process when trying to Test em, receive only the first activity is complete and awaits the second receive activity. Please suggest how to proceed with...

    Thanks, Maury.

    Hi Maury,

    There is no need in step 2 that u mentioned above. I donot find useless a webservice?

    The process will be launched by the CSV file, then using the processing activity, you can put it in the DB.

    There should be no way where you can manually test it by giving an entry. All you can do to test is to put the file in the folder you mentioned when configuring the file adapter.

    You just need to have the composite as below:

    ReadCSVFile---> BPEL--> DB adapter

    And in your BPEL process:

    Recieve--> Transformation activity--> call activity

    Try to work on some samples listed on the oracle site and go through the below URL:

    The playback of the file adapter feature using

    Thank you

    Deepak.

  • Deployment of BPEL process outgoing issue in SOA (binding.jca - 12600)

    Hello

    I designed a BPEL process out for Siebel CRM Integration Service using Jdeveloper (11.1.1.3.0). After that, I am faced with the question of the deployment of this application of SOA suite (11.1.1.6.0). Here is the deployment.log State in jdeveloper:-

    [10: 57:54]-deployment began. ----
    [10: 57:54] the target platform's (Weblogic 10.3).
    [10: 57:54] analysis of the dependence running...
    [10: 57:54] building...
    [10: 57:58] deployment of profile...
    [10: 57:58] wrote the Archives Module to C:\JDeveloper\mywork\Siebel_Outbound_BPEL\QueryWithView_Invoke\deploy\sca_QueryWithView_Invoke_rev1.0.jar
    [10: 57:58] deployment of sca_QueryWithView_Invoke_rev1.0.jar on the 'default' on the AdminServer [10.10.22.81:7001] Server partition
    [10: 57:58] sar=/C:/JDeveloper/mywork/Siebel_Outbound_BPEL/QueryWithView_Invoke/deploy/sca_QueryWithView_Invoke_rev1.0.jar treatment
    [10: 57:58] adding file sar - C:\JDeveloper\mywork\Siebel_Outbound_BPEL\QueryWithView_Invoke\deploy\sca_QueryWithView_Invoke_rev1.0.jar
    [10: 57:58] preparing to send the HTTP request for the deployment
    [10: 57:59] Creation of the HTTP connection to the host: 10.10.22.81, port: 7001
    [10: 57:59] sending internal deployment descriptor
    [10: 57:59] send (archive) - sca_QueryWithView_Invoke_rev1.0.jar
    [10:58] received from the server, the response code = 500 HTTP response
    [10:58] error in deployment of archives sca_QueryWithView_Invoke_rev1.0.jar to partition 'default' on server [10.10.22.81:7001] AdminServer
    [10:58] HTTP error code returned [500]
    [10:58] error message from the server:
    #; There was an error deployment of the composite on AdminServer: deployment failed: [JCABinding] [QueryWithView_Invoke.QueryWithView/1.0]Unable at full load: generic error.]
    #; Generic error.
    #; Cause: Could not find appropriate outgoing link.
    #; Please create a Service request with the support of the Oracle.
    #; : Generic error.
    #; Generic error.
    #; Cause: Could not find appropriate outgoing link.
    #; Please create a Service request with the support of the Oracle.
    #;.

    [10:58] check the log of the server for more details.
    [10:58] error in deployment of archives sca_QueryWithView_Invoke_rev1.0.jar to partition 'default' on server [10.10.22.81:7001] AdminServer
    [10:58] # incomplete deployment. ####
    [10:58] error deployment archive file:/C:/JDeveloper/mywork/Siebel_Outbound_BPEL/QueryWithView_Invoke/deploy/sca_QueryWithView_Invoke_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    And here is the State of the log file SOA server-side: -.

    # < 3 June 2013 10:36:05 AST > < health > < > < HOSADDAT02 > < AdminServer > < weblogic. GCMonitor > < < < > anonymous > > < 4be72ac3bdb5ebae:-a61256d:13f08d94c98:-8000-00000000000000f4 > < 1370244965280 > < BEA-310002 > < 36% of the total server memory is free >
    # < 3 June 2013 10:36:12 AST > < error > < ServletContext - / soa-infra > < HOSADDAT02 > < AdminServer > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < weblogic > <>< 4be72ac3bdb5ebae:-a61256d:13f08d94c98: - 8000 - 000000000000182 b > < 1370244972343 > < BEA-000000 > < deployment error
    oracle.fabric.common.FabricException: deployment failed: [JCABinding] [QueryWithView_Invoke.QueryWithView/1.0]Unable at full load: generic error.]
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.
    : Generic error.
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.

    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:64)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.fabric.common.FabricDeploymentException: [JCABinding] [QueryWithView_Invoke.QueryWithView/1.0]Unable at full load: generic error.]
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.
    : Generic error.
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.
    {rootCauses = []}
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:458)
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:82)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployReferences(CompositeDeploymentConnection.java:201)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:150)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:77)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy314.load (Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:59)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: LIAISON. JCA-12600
    Generic error.
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.

    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterBindingConfig.addAdapterReference(AdapterBindingConfig.java:206)
    at oracle.integration.platform.blocks.adapter.AdapterReference.setupAdapterReference(AdapterReference.java:506)
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:425)
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:82)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployReferences(CompositeDeploymentConnection.java:201)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:150)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:77)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy314.load (Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:59)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Kindly help me in this regard

    Solution:

    Immediately work around the issue by removing the "ns1:" qualification on the farm for binding.jca entry in composite.xml and transfer.

    For example:

    From:

    operation = "ns1:BAPI_COMPANYCODE_GETDETAIL" / >

    TO:

    operation = "BAPI_COMPANYCODE_GETDETAIL" / >

    Kind regards
    Houda bahi

Maybe you are looking for