Suggested change to SOA demo documentation: frequent mention of soademo_101

Many of the SOA/BPEL/ESB related tutorials tell you that you must download
soademo_101310_prod.zip to get the code you'll need for the SOA demo.
Actually, the *.sql files and othe code which you need is (at least sometimes) in the *.zip
you already downloaded to install the SOA suite project, so perhaps there's never a need to
find such a file. If the contents of soademo_101310_prod.zip are always
contained in the product download, then the SOA Suite documentation pages
should remove references to needing to go find it. One of many such pages
is:
http://download.oracle.com/docs/cd/B31017_01/core.1013/b28937/setting_up.htm#CHDGIAAC
If needed, the file actually can be downloaded (with thanks to [email protected]
for pointing this out) at:
http://download.oracle.com/otn/nt/ias/101310/soademo_101310_prod.zip
Thx. - Pierre

Many of the SOA/BPEL/ESB related tutorials tell you that you must download
soademo_101310_prod.zip to get the code you'll need for the SOA demo.
Actually, the *.sql files and othe code which you need is (at least sometimes) in the *.zip
you already downloaded to install the SOA suite project, so perhaps there's never a need to
find such a file. If the contents of soademo_101310_prod.zip are always
contained in the product download, then the SOA Suite documentation pages
should remove references to needing to go find it. One of many such pages
is:
http://download.oracle.com/docs/cd/B31017_01/core.1013/b28937/setting_up.htm#CHDGIAAC
If needed, the file actually can be downloaded (with thanks to [email protected]
for pointing this out) at:
http://download.oracle.com/otn/nt/ias/101310/soademo_101310_prod.zip
Thx. - Pierre

Similar Messages

  • SOA Demo: ORABPEL-02052  Deploying SelectManufacturer

    This problem has been reported elsewhere, but none of the suggested solutions seem to solve the problem in my case.
    I am attempting to build then SOA Demo application. When attempting to deploy the "SelectManufacturer" application I fail with the following error stream:
    BUILD FAILED
    +/home/oracle/SoaDemo_Home/SOADEMO/SelectManufacturer/build.xml:174: A problem occured while connecting to server "<servername>" using port "8888": ORABPEL-02052+
    Cannot lookup BPEL domain.
    The BPEL domain "default" cannot be found; the domain may not have initialized properly.
    Please verify that the BPEL domain loader has a valid set of initialization properties in the application properties file.
    at com.collaxa.cube.engine.CubeEngineHolder.getStatus(CubeEngineHolder.java:41)
    at com.collaxa.cube.engine.CubeEngineHolder.getEngine(CubeEngineHolder.java:52)
    at com.collaxa.cube.engine.CubeContextManager.initialize(CubeContextManager.java:29)
    at com.collaxa.cube.engine.CubeContextManager.create(CubeContextManager.java:57)
    at com.collaxa.cube.ejb.impl.BaseCubeSessionBean.createContext(BaseCubeSessionBean.java:83)
    at com.collaxa.cube.ejb.impl.FinderBean.lookupDomain(FinderBean.java:66)
    at sun.reflect.GeneratedMethodAccessor242.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at FinderBean_RemoteProxy_4bin6i8.lookupDomain(Unknown Source)
    at com.oracle.bpel.client.Locator.lookupDomain(Locator.java:228)
    +at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:335)+
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Comments:
    -"<servername>" in the above error stream has been edited for security reasons. I'm using the fully concatenated network name which I use in the URL address to access the SOA home page, so I am connecting fine. I do not believe that the server name is part of the problem here. Using "localhost" or "127.0.0.1" does not change the error message.
    -if I connect to "BPEL Control" from the SOA Suite homepage as the oc4jadmin user I receive a message saying "No domains accessible to the user logged in" ; if I then proceed to the "BPEL Admin" screen, no domains are listed and I am unable to create any new domains. My current thinking is that my inability to see a default domain listed on these pages is related to JDev's inability to connect to the default domain, but I'm unaware of how to proceed.
    -the "default" domain directory exists under ~/bpel/domains where ~ is the Application Server home directory
    -I am working on 32bit Linux, using Oracle 10.2.0.2.
    -All demo default ports are being used. The default password for oc4jadmin has been changed and I am using the fully concatenated server hostname.
    -I am working with SOA Suite 10.1.0.3.4, Oracle Application Server 10.1.3.4 and Jdeveloper 10.1.3.4.0, since these are the releases currently available for download.
    -All of the various products are installed under a single base directory /home/oracle with the following product home directories:
    ORACLE_HOME /home/oracle/10g
    APPSERVER_HOME /home/oracle/OracleAS_10.1.3.1.0
    JDEV_HOME /home/oracle/JServer10.1.3.4
    SOADEMO_HOME /home/oracle/SoaDemo_Home/SOADEMO
    Any help in working through this error would be greatly appreciated.

    I have now solved this problem: I upgraded the BPEL database schema to Application Server 10.1.3.4 from the 10.1.3.3 installation level and can now deploy SelectManufacturer without any build errors. Additionally, when I log into BPEL Admin I see the available default domain.
    In my initial description of the problem, I had also mentioned that I was unable to access the "default" domain from BPEL Admin; whenever I logged into the BPEL Admin page as "oc4jadmin" I received a
    message saying "No domains accessible to the user logged in" . Since the various published solutions for resolving ORABPEL-02052 errors did not work in my case, I decided to try to resolve the BPEL Admin domain access problem.
    Checking the <APPSERVER_HOME>/opmn/logs//default_group~home~default_group~1.log , I found several iterations of ORABPEL-03003 errors, e.g.:
    <em>08/10/22 14:47:17 ORABPEL-03003</em>
    <em>Incorrect db schema version.
    The database schema version "2.0.4" from the database does not match the version "10.1.3.4.0" expected by the server.
    The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
    </em>Checking OTN Forum, I found a discussion at
    Re: No domains accessible to the user logged in Error in BPEL Console
    which suggested that this error could be resolved by upgrading the BPEL schema. To upgrade the BPEL schema the following is done:
    <em>cd &lt;APPSERVER_HOME&gt;/bpel/system/database/scripts
    sqlplus orabpel/&lt;password&gt;
    @upgrade_10133_10134_oracle.sql</em>
    (Note that other scripts in this directory may be appropriate depending on which Oracle database is being used and which version of the BPEL schema was originally installed).
    After running the upgrade script and restarting all of the SOA processes, I found that I could successfully deploy SelectManufacturer from Jdeveloper; that accessing the BPEL Admin screen no longer returned a message indicating that no domains were accessible to the user logged in; and no further ORABPEL-03003 errors were found in the opmn log file. So it does appear that upgrading the BPEL schema solved this problem.
    Thanks to all who responded.

  • Demo Documentation for a Simple Cartridge Creation

    Hi,
    Thus anyone knows where i could find a Tutorial or a Demo documentation for implementing a Simple Cartridge in OSM 7.0.2?
    I'm trying to use all the components supplied from the Design Studio but i'm not understanding how to relate them and how to configure them in the correct way just by reading the documentation supplied in the installation.
    All Oracle documentation talks about concepts and the components in a separate matter, but no in a fully detailed How to implement a Cartrigde step by step, using all the components. The only tutorial that i saw was in the Developers Guide and is very, very simple.
    Thanks

    Hi,
    Following are some of the resources:
    1. From Design Studio: File -> New -> Example -> 2 examples under "Design Studio Order and Service Management Provisioning Examples"
    2. Sample SOM cartridge cartridge on OTN (I will put in some Orchestration Samples soon) -> https://www.samplecode.oracle.com/sf/projects/som/
    3. You can download the productize O2A cartridge cartridges from https://edelivery.oracle.com/. However, I would suggest you to look at option 1 & 2 before looking at the O2A cartridges.
    Cheers,
    Deepankar (Deep) Dey

  • Safari was very slow in opening up Google sites.  I found a discussion thread that suggested changing the "Configure IPv6" setting to "Off" in the System Preferences, Network, Advanced, TCP/IP section.  That seems to work well.  Are there any risks?

    Safari was very slow in opening up Google sites.  I found a discussion thread that suggested changing the "Configure IPv6" setting to "Off" in the System Preferences, Network, Advanced, TCP/IP section.  That seems to work well.  Are there any risks to leaving the Configure IPv6 setting to Off?

    Nope. You can always reverse that if you choose.

  • Are all changes for a class documented?

    Between versions. For example, I was looking at the Serializable interface and it's "since Java 1.1". But does it function the same as in Java 1.1? The documentation doesn't say that anything's new since Java 1.1, but would it if it did change?

    Changes may or may not be documented. Usually if a method is added to a an existing class, the method documentation will say "since X.Y" and if a class is added to an existing package the class description will say "since X.Y," but other changes may be undocumented.
    For instance the method java.awt.Point.getX() used to return int in 1.1, but in 1.2 the return type was changed to double. The API specification does not mention this fact.

  • APEX Forum sticky announcement: suggested changes to content

    Would it be possible to reconsider the content of the Forums Etiquette / Reward Points sticky announcement on the Application Extress forum?
    For the benefit of those whose first language isn't English (or indeed French), could the archaic word Etiquette be removed, by changing the subject line to, for example: How to use this forum or Forum best practices etc. It's possible some users don't recognise the term "etiquette" and therefore don't find and read the guidance within.
    - When asking a question, provide all the details that someone would need to answer it. Consulting documentation first is highly recommended. It would be useful if what these details should be was spelled out: APEX version, database version, table descriptions, sample data, SQL or PL/SQL already tried, browser(s) and version(s) etc.
    As well as recommending consulting the documentation, a link to the APEX documentation page would also be helpful.
    Addtionally, a suggestion to try searching the forum (with link to search page) before posting should be included: a huge number of questions in this forum are answered in previous threads.

    fac586 wrote:
    Would it be possible to reconsider the content of the Forums Etiquette / Reward Points sticky announcement on the Application Extress forum?
    For the benefit of those whose first language isn't English (or indeed French), could the archaic word Etiquette be removed, by changing the subject line to, for example: How to use this forum or Forum best practices etc. It's possible some users don't recognise the term "etiquette" and therefore don't find and read the guidance within.Unfortunately, as apparent within the SQL and PL/SQL forum where I hang out mostly, even those who speak English don't bother to read it either.

  • ESOA changed to SOA?

    Hello everyone,
    currently I'm writing my diploma about ESOA. Today I visited the sdn.sap.com webpage and was wondering about the navigation. There, where a few days ago the ESOA-category could be found (I'm sure up to 99%), now the same category is named "Service-Oriented Architecture". Because of this I question myself if and why SAP gave up the label ESOA and now calls it simply SOA? And are there any newsposts or such things regarding to this? At least I can't find any..
    I would be very happy about an answer to my Question.
    P.S. Sorry about my broken english
    Edited by: Marco Kröger on Sep 10, 2008 9:48 AM

    Hello Marco,
    This is correct, "E" or "Enterprise" will be removed from eSOA now and it will be hence forth referred as SOA.
    However the existing contents or references to "ESOA" will not be changed specially in deliverables like Enterprise Services, Enterprise Service Repository ..; just that any new communications with respect to SAP messeging will happen using "SOA". This is applicable from September 2008 and the word "Enterprise" will be slowly phased out over time.

  • Never failing oracle job-plz suggest changes

    Hi,
    I've a procedure which picks every record from a table,creates a string formatting from those records and generates a physical file for each of those records.
    CREATE OR REPLACE PROCEDURE P_JOB
    AS
    CURSOR C_SAVED_REQUESTS
    IS
    SELECT * FROM saved_requests where rownum<2;
    ls_date      VARCHAR2(30);
    ls_file      VARCHAR2(32767);
    ls_file_content VARCHAR2(32767);
    ln_ondemand_rep_seq NUMBER;
    F UTL_FILE.FILE_TYPE;
    rs_error_msg varchar2(2000);
    on_result number;     
    BEGIN
         on_result:=0;
    SELECT to_char(sysdate,'YYYYMMDD') INTO ls_date FROM DUAL;
         FOR lc_saved_requests IN c_saved_requests
         LOOP
              BEGIN
                   SELECT ondemand_rep_seq.NEXTVAL INTO ln_ondemand_rep_seq FROM dual;
                   ls_file:='msg.'||ls_date||'_'||ln_ondemand_rep_seq;
                   ls_file_content:=ls_req_fil_parm1||lc_saved_requests.trans_id||ls_req_fil_parm2||lc_saved_requests.version_id||ls_req_fil_parm3||lc_saved_requests.req_cnt_id||ls_req_fil_parm4||lc_saved_requests.rept_id||ls_req_fil_parm5||lc_saved_requests.class_id||ls_req_fil_parm6||lc_saved_requests.priority||ls_req_fil_parm7||lc_saved_requests.delvry_mec||ls_req_fil_parm8||lc_saved_requests.delvry_addr||ls_req_fil_parm9||lc_saved_requests.delvry_format||ls_req_fil_parm10||lc_saved_requests.user_id||ls_req_fil_parm11||lc_saved_requests.subj;
                   F := UTL_FILE.FOPEN('ATTACH_FILES',ls_file, 'W');               
                   UTL_FILE.PUT_LINE(F,ls_file_content);
                   UTL_FILE.FCLOSE(F);
              EXCEPTION
                   WHEN OTHERS
                   THEN NULL;
              END;
         END LOOP;
    EXCEPTION
    WHEN OTHERS then
         on_result:=-1;
         rs_error_msg := 'P_JOB: ' || SQLERRM;
    END P_JOB;
    And this procedure is invoked once in every 3 minutes using a dbms_job procedure.
    DECLARE
    ln_job_no number;
    BEGIN
    dbms_job.submit(ln_job_no,'P_JOB;',SYSDATE,'SYSDATE+3/86400',NULL);
    dbms_job.run(ln_job_no);
    END;
    Can someone suggests me the changes that needs to be incorporated for making this job a NEVER failing one.(ie.The job should never be marked as "broken".)
    Thanks,
    Bhagat

    You have nothing to add or modify because you catch all
    exceptions that might be raised and you never raise them
    again: from Oracle point of view your job will never fail.
    But it would be nicer if your code could log your errors in
    a table or in a file otherwise it may be quite difficult
    to know hat your job has encountered an error.
    Message was edited by:
    Pierre Forstmann

  • Can u suggest me OBIEE 10g demo videos or  tutorial videos ?

    Hi
    We are using ORACLE EPM 11 right now and we are moving to OBIEE 10g.
    So, can u please suggest me some sites for "OBIEE 10g demo videos OR tutorial videos" that would be very helpful to me.
    Best Regards
    Vinod.

    http://oukc.oracle.com/static05/opn/oracle9i_application_server/39268/111506_39268/demo_39268.html

  • Changing Title for Demo

    I'm sure this is a simple answer..... However, I am new to OHJ and have just installed the OHW demo. How do I change the demo title of "Oracle Help for the Web"? In which file does it reside? I've done a text scan on all of the files in the directory and sub-directories and found only one file that contains the matching string and that was ohg_about_about.html. I changed the value and bounced the OC4J server and did not see a change.
    Any help would be appreciated.
    OraTeam

    Thanks Jeff!
    I apologize for the delay in getting back to you. However, our first deployment to the application server took precedence and I am just getting back to this.
    Interesting note though.... If I use the brandingImage tag, upon selecting the viewTopic tab I get two separate frames. For now, I'll just stick to the text but eventually we'll need to use an image.
    Thanks again!!
    Connie

  • 6 suggested changes improvements

    1 Have multiple ID plates (business, organization, etc. with different logos)
    2 On a contact sheet I would like to have an adjustable text line at the bottom and top
    3 Offer Bridge web galleries as an option
    4 Offer an alternative to -Edit after a Photoshop edited file returns to Lightroom
    5 Offer the use of existing meta templates we have already built in Photoshop.
    6 I know it is suppose to me non-distructive but I would like my meta data to become perminant while keeping the image changes non-distructive

    Hi YinTexas,
    Unfortunately this is a user to user forum and not monitored by Apple for suggestions. If you want to send your suggestions to Apple directly, you can do so here: http://www.apple.com/feedback/iphone.html

  • How to change the "Store demo mode" in AppleTV?

    In AppleTv set up menu, I can't access certain features. The message "Not available in store demo mode" appears. How do I change/remove this mode?

    The question is how you got into this mode in the first place!
    Home users are not officially able to access this - whether it's a software glitch or inadvertent remote combinatiojn of presses enabling it i have no idea.
    AC

  • SOA demo app

    I am trying to learn some SOA from the 10g soa suite demo app. I have created the ESB Project "FullFillmentESB" and when I compile there are no errors. When I try to do the step below
    In the Application Navigator, right-click the FulfillmentESB project and select Register with ESB > SoademoIntegServer, where SoademoIntegServer is the name of the connection to the integration server. When registration is complete, JDeveloper displays a confirmation dialog.
    I am getting the error,
    Entity Deployment Failed
    error code 1001:5
    summary: Failed to create service "FedexShipment"
    Fix: ensure that the (a) Repository is available (b) The connection information for the repository is valid. verify the detailed cause of the error if available. Contact oracle support if error not fixable.
    Could any one please help how to resolve this?

    I get a similar issue.
    Entity Deployment Failed
    error code: 1000 : 5
    summary: -
    Fix: Contact Oracle Support
    The zip file is in the Oracle\SOA\integration\esb\oraesb\deploy folder.
    In Oracle\SOA\j2ee\home\log\home_default_group_1\oc4j\log.xml, it looks as though it is dying after resolving the location of the FulFillment_OrderFulFillment.wsdl. But it was successful with the 4 before it...
    <PAYLOAD>
    <MSG_TEXT>deployment failed with error </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.NullPointerException
         at oracle.tip.esb.console.util.ServiceUtil.createServiceDefinition(Unknown Source)
         at oracle.tip.esb.console.util.ServiceUtil.createRoutingService(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.handleServiceType(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.populateServiceEntity(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.createServiceFromElement(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.createEntity(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.createServices(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE
    Any insight would be appreciated.
    Thanks...joe

  • Oracle SOA  Suite Documentation

    Hi,
    can you provide me SOA doumentation links?
    please suggest me?
    thanks,
    chandu

    Hi-
    Follow the below threads:
    Beginner:
    Need Help in SOA an BPEL
    SOA learning path
    Trainging material:
    Need training tutorials for soa bpel
    Let us know if it helps

  • Suggestion: Change color of battery-charging while syncing

    We're all familiar with the cool green-glowing battery when our iPhone is plugged into our computer.
    I think that the green glow should turn red when the phone is actually synchronizing with iTunes. A little reminder that, no, we shouldn't just swipe the slider and and start using it... or unplug it and walk away.
    I know that Apple reads these boards... so this suggestion is now in the public domain, and they can use it with no compensation. I just want it done!

    Hey Stephen,
    You can leave iPhone related feedback here: http://www.apple.com/feedback/iphone.html
    Jason

Maybe you are looking for

  • How do I add a password protection to my email on my iPAD?  It just pops up now.

    How do I add password protection to my email on my ipad?  My email just pops up now.

  • Help needed in using JMX APIs

    Hi My requirement is to retrieve the JNDI Names of the JMSConnectionFactory and the JMSQueue using the Connection factory or Queue name. In short im trying out a feasibility of reading the JNDI values for queues from weblogic config.xml instead of re

  • Can I transpose only part of a song?

    I need to lower the key of a song that's part of a medley. The first two parts are fine, so I don't need to lower the whole thing. Is there a way that I can just lower part of the song?

  • Sorting graph values

    Hello All, I have a Bar Vertical Stacked graph where i have placed 2 dimensions and one measure. This is WEBI Xir2. The dimension i have placed at the top right end of the graph shows values which i need to sort. But unfortunately after spending lot

  • How to get OEM DVD Duplicate One ?

    I have original windows server 2012 standard edition 64bit unfortunately that DVD is not working now i want re install my server How can i get new DVD or where i could download