CAVS step by step guide Oracle SOA 10g

Hello,
Is there any step by step guide or tutorial available for CAVS in Oracle SOA 10g ?
thanks.

Hello Veeru,
I have followed the development guide. But unable to find the problem Actually I have a TestProvider that calls some dbAdapter. Can we simulate DbAdapter and Test our ABCProvider accordingly?? How can we configure AIAConfiguration File? Following is my entry
<ServiceConfiguration serviceName="{http://xmlns.oracle.com/TestProvider}TestProvider">
<Property name="Default.SystemID">default</Property>// Where it comes from ? Do i need to configure it @ where ??
<Property name="Routing.dbAdapter.RouteToCAVS">true</Property>
<Property name="Routing.dbAdapter.CAVS.EndpointURI">http://......./AIAValidationSystemServlet/syncresponsesimulator?simid=1015</Property>
<Property name="Routing.dbAdapter.default.EndpointURI"> ??? Which URL Do i need to provide ? dbAdapter or TestProvider .. While dbAdapter don't have soap request response message. Its just have wsdl that we can't test in SOAPUI </Property>
</ServiceConfiguration>
I think Simulator is unable to pick the changes from the AIAConfiguration file or might be i am giving something wrong in the file. Could you please tell me I am using Oracle SOA 10g.

Similar Messages

  • Error Deploying BPEL process in Oracle SOA 10g

    Hi All,
    Error Deploying the jar file in Oracle SOA 10g.
    Error no : 500
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Following Information from log
    [New log entry]      The BPEL process "InInvoice", revision "1.0" has not been loaded. Either the process was not initialized properly or the process
    has been disabled.
    [New log entry]      Please consult your administrator regarding this error. The application server logs may provide more information regarding this error
    [New log entry]      11/05/27 02:48:08 at com.collaxa.cube.engine.deployment.DeploymentManager.getProcess(DeploymentManager.java:556)
    [New log entry]      11/05/27 02:48:08 at com.collaxa.cube.engine.deployment.DeploymentHelper.lookupProcess(DeploymentHelper.java:258)
    [New log entry]      11/05/27 02:48:08 at com.collaxa.cube.engine.deployment.DeploymentHelper.getContentFile(DeploymentHelper.java:123)
    [New log entry]      11/05/27 02:48:08 at com.collaxa.cube.ejb.impl.BPELProcessManagerBean.contentFileExists(BPELProcessManagerBean.java:472)
    [New log entry]      11/05/27 02:48:08 at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
    [New log entry]      11/05/27 02:48:08 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [New log entry]      11/05/27 02:48:08 at java.lang.reflect.Method.invoke(Method.java:585)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ThreadState.runAs(ThreadState.java:705)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    [New log entry]      11/05/27 02:48:08 at ProcessManagerBean_RemoteProxy_4bin6i8.contentFileExists(Unknown Source)
    [New log entry]      11/05/27 02:48:08 at com.collaxa.cube.ws.soap.SOAPProviderHelper.copyProcessFile(SOAPProviderHelper.java:284)
    [New log entry]      11/05/27 02:48:08 at com.collaxa.cube.ws.soap.SOAPProviderHelper.doGet(SOAPProviderHelper.java:487)
    [New log entry]      11/05/27 02:48:08 at com.collaxa.cube.ws.soap.oc4j.BPELOC4JServlet.doGet(BPELOC4JServlet.java:190)
    [New log entry]      11/05/27 02:48:08 at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    [New log entry]      11/05/27 02:48:08 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    [New log entry]      11/05/27 02:48:08 at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    [New log entry]      11/05/27 02:48:08 at java.security.AccessController.doPrivileged(Native Method)
    [New log entry]      11/05/27 02:48:08 at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    [New log entry]      11/05/27 02:48:08 at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:644)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    [New log entry]      11/05/27 02:48:08 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    [New log entry]      11/05/27 02:48:08 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    [New log entry]      11/05/27 02:48:08 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303
    [New log entry]      11/05/27 02:48:08 at java.lang.Thread.run(Thread.java:595)
    Error While Deploying Using ant script.
    BUILD FAILED
    /home/c_lprove/sridhar/InInvoice/build.xml:81: A problem occured while connecting to server "xxxx.yyyy.com" using port "11745": <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>500 Internal Server Error</TITLE>
    </HEAD><BODY>
    <H1>Internal Server Error</H1>
    The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.<P>
    Please contact the server administrator,
    [email protected] and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error.<P>
    More information about this error may be available
    in the server error log.<P>
    </BODY></HTML>

    Yes it is having a receive activity , it receives the cXML from Ariba Adaapter. I checked the adapter it is up.
    I generated the jar and deployed through BPEL console still i get the same error.
    I got the below error
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.

  • Quartz Scheduler in Oracle SOA 10g clustered environment

    Hi,
    I was able to successfully test the usage of Quartz scheduler in our Oracle SOA 10g dev environment. Our dev is single instance where as our Test and Prod are clustered. I would like to know if the scheduler works in clustered environment. I wasn't able to find any documentation specific to Quartz for Bpel. If it can be done can you provide some guidance.
    I really appreciate your help
    Jagan.

    Jagan
    The schedulers do work on cluster environment. The trick is that every node has its oc4j containers, so you will need to deploy the scheduler process to every node in the cluster.
    Suppose you have two nodes, and have a requirement to run certain process every two hours. You schedule the process in DEV environment to run every two hours. But in cluster you will specify to run every four hours on both the nodes. In simple explanation, node 1 will fire the process at 0,4,8, ... hours and node 2 will fire at 2, 6, 10, ... hours. So, the result is that your process is still running every two hours.
    Hope this will help ...

  • Need idea : Integration of CRM On Demand web services with Oracle SOA 10g

    Hi Al,
    Can anyone have any idea on integration of CRM on Demand Web service with Oracle SOA 10g specially BPEL 10g.
    If you have any idea please share with us. Or if you know any good link on the same... please let me know.....
    Thanks in advance
    Debarshi

    AFAIK there is no such mapping available, however you may want to take a look at this Support Community thread that discusses the migration and even gives some samples.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • USER INFO in Oracle SOA 10g

    Hi All,
    I am using Oracle SOA 10g (10.1.3.4). I wanted to know, who logged in into system and what time.
    Is this possible to get this info?
    Thanks

    do you use Fnd_profile.value('USER_ID') in 9i/10g? It can't be invoked in 6i, or I might miss something in my 6i.
    USER is Reports User/Runner, or whoever run the report rdf.

  • How to Integrate Oracle Jdeveloper11g with the Oracle Soa 10g

    Hi All
    Does any one have idea how to Use Oracle Jdeveloper 11g with Oracle Soa 10g as Application/Integration Server?
    My Requirement is need to create/access the business rules with the Oracle Jdev 11g using Oracle SOA Suite10g. We don't want to migrate our SOASuite from 10g to 11g, Just migrating Jdev from 10g to 11g
    Thanks

    Hi James
    Thanks for your quick reply. In addition to my previous question. Can you please tell me how to deploy web applications in Oracle Jdev 11g to stand alone application server?
    In Eariler Version i.e Jdev 10g & SOA Suite 10g, What we used to do is, Start up the SOA Suite, Create the Application Server and Integration Server Connections in the Jdev and simply deploy WAR or EAR to the Oracle Application Server.
    What I observed in Jdev11g, It has BEA Weblogic embaded into this. Is there any way in Jdev 11g something like in Jdev10g? Or Do we need to wait till SOA Suite 11g released into the market?
    Thanks

  • Oracle SOA 10G Vs 11G

    Hi',
    We have a BPEL process running in SOA 10G, This picks up data from DB, as the payload is huge we pick 50 records in 1 shot.
    Now we are moving to SOA 11G, we presume that we should be able to pick up a bigger payload in SOA 11G.
    Can someone please advice me in 11G how much big or times payload can we pick.
    Thanks
    Yatan

    Hi Yatan,
    I've successfully tested once fetching the data from the table and wrote a file of the order of 49 MB. As this will be also dependent on the environment configuration, I'd suggest to try once and test by yourself.
    Regards,
    Neeraj Sehgal

  • Exposing REST Service in Oracle SOA 10g.

    Hi,
    I have a requirement to expose a REST web service. The environment im working on is Oracle SOA 10.1.3.4.
    Please let me know the way of doing the same.
    Thanks.
    Edited by: user577285 on Sep 24, 2012 10:01 AM

    Yes, it's clear now...
    I would say you will have to maintain both infrastructure for a while...
    You can proxy the external web service entry points via OSB as I told you before, this way you can migrate the services from .NET to Oracle SOA gradually without affecting your customers, as they will always point to Oracle SOA, never to .NET infra.
    Cheers,
    Vlad
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
    https://forums.oracle.com/forums/ann.jspa?annID=893

  • How use CAVS in Oracle SOA 10g ? Any guide / help ?

    Hello,
    I need to implement CAVS for testing. Any best material that help me to Test my Service.
    Thanks

    Some of the good articles which will be helpful for CAVS testing:
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e17366/chapter.htm
    http://biemond.blogspot.com/2011/03/test-your-services-with-aia-cavs.html

  • How to create Websevice and deploy on Server using Oracle SOA 10g ?

    Is that possible to create WSDL without BPEL process ? How to do this ?? And how to deploy it ??
    Edited by: user11180835 on Aug 21, 2011 8:18 AM

    Create a java Class with your code and expose it as a web service in JDeveloper it self.
    Go to Resources folder-you will find webservices.deploy-right click on it deploy to your application server.
    Use the url provided at the end of the WSDL file to access this Webservice.
    Incase of deploying this webservice on some other environment-take the .ear file and upload in the application tab and then do deployment.
    Thanks,
    Chandra_

  • Project architecture in Oracle SOA Suite.

    Hi,
    Could any one please provide the info abt " How the Project Architecture is implemented and its steps in realtime in Oracle SOA suite 10g/11g ".
    Thanks in advance,
    Venu

    Did you mean Project Structure ?
    If yes, take a look at the following chapter in developer's guide.
    http://docs.oracle.com/cd/E12839_01/integration.1111/e10224/fod_intro2.htm
    Thanks,
    Navaneeth

  • Oracle SOA Suite 11.1.1.6 10k instances after purging

    Hello,
    finally I made some steps in purging the Oracle SOA Dehydration store. So I went on and run the soa.delete_instances(...) multiple times in a development env. I was pleased to see everything older then a week getting deleted.
    But after that there were some instances left in the dehydration store that don't show up in the /em but Oracle says those instances are open and running (cube_instance.state=1).
    How do I get rid of those instances? One simple solution is to update the cube_instance with an older than one week created_date and update the state from 1 to 5. After that they will be deleted the next time the soa.delete_instances() procedure is called. But does anyone have a clue why this happened? Is this something showing up in our production enviroment?
    Hope to catch some thoughts

    Hi,
    did you find the solution or an acceptable answer for that question?
    For me still the 10 and 5 state instances and the EM dont show too.

  • Oracle SOA Suite (10.1.3.1.x) with AS 10.1.2.0.2

    Hi
    We are planning to use Oracle SOA 10g R3 (BPEL &ESB) product with our current Oracle Application Servers 10.2.2.0.2 (Oc4j &Bc4j) , I need to know if Oracle SOA Suite 10gR3 (10.1.3.1.0) release can co-exist with our currently used version 10.2.2.0.2.
    Can we leave the current setup running as is and install the new SOA Suite 10g R3 on a new separate machines and interface it with our current environment.
    Thanks

    "When I was installing SOA 10.1.3.1.0 on oracle 10.2.0.1 and it was giving error that it needs minimum 10.2.0.3, just wondering 10.1.2.0.2 + SOA =will this work?"
    so you talk about the db version. SOA 10.1.3.x runs on 10.2.0.1 and above (I ran for the longest time on XE) and if I remember correctly that's a warning, and not a hard prereq.
    Regarding Appserver versions - soa 10.1.3 runs on AS 10.1.3 only

  • How to do the testing in Oracle SOA suite 11g

    Hi,
    Could any one plz provide the info abt " How to prepare the Test Suite(Test cases) in oracle soa 10g/11g ". Information provided that is been related to real time scenarios is much appreciated.
    Thanks in advance,
    Venu

    Hi,
    Check whether this doc:
    http://docs.oracle.com/cd/E21764_01/integration.1111/e10224/bp_testsuite.htm
    and this blog can help you:
    http://biemond.blogspot.com/2009/07/unit-test-your-composite-application.html
    hth,
    Peter Paul

  • Oracle SOA

    Hai All
    Could Any tell me some training centre For Oracle SOA in chennai and what are the certification in oracle soa 10g and 11g
    It would really help us
    Kinds Regards
    srikkanth M

    Hi,
    The list of education centers can be found in this link:
    Find An Education Center -- Browse By Location
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=317
    Oracle certification page is easy to browse, go to the following link and select the exam/course/certification of the product you want to do.
    Oracle Certification Program
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=3
    Thanks,
    Hussein

Maybe you are looking for

  • AutoAttendant not transferring calls in CUE 8.6 to CME 9.1

    **Issue is calls are not transferring once extension or directory is pressed on the phone. I upgraded our 2811 CME 7.1/CUE 7.0 router to 2911 15.2 CME 9.1/CUE8.6.  It has CME and V/k9 license enabled.  I uploaded the configuration used on the 2811 to

  • Copy enhanced dictation file download to a USB drive

    My friend has limited internet access, so I downloaded a bootable 10.9 installer to a USB drive to update her iMac.  Where is the enhanced dictation file downloaded to?  Can I copy this to a USB drive and install it as well?  It is just to large of a

  • JE 4.0 available

    We're pleased to announce a new major release, JE 4.0.71. The release introduces High Availability/Replication, as well as other functionality and performance improvements. Complete information can be found in the [JE documentation|http://www.oracle.

  • Music library doesn't recognize all mp3 files

    I have a nokia n97 with firmware 20. I have transferred an album of 66 mp3 songs to my mobile via mass storage, but only 58 songs show up in the music player library. I can see the songs by using file manager; I can even play them from the file manag

  • Image quality PVC300 vs WVC210

    Hi, At work we are implementing a video conferencing system (I know they are intended for security but they seem to be good for conferencing too) and intend on using WVC210 and PVC300 cameras. The WVC210's will be in smaller rooms, and the PVC300's i