Hooking up the SOA Suite with Coherence

Heya
I was just reading a blog entry from David Chappell (http://oracle.sys-con.com/read/506149.htm) with the following most interesting paragraph reading:
SOA Grid based XTP applications can be built today using what Oracle has already in shipping products. Oracle Coherence coupled with Oracle SOA Suite deliver the industry's first grid-enabled SOA platform for Extreme Transaction Processing.
I couldn't find any documentation on actually hooking the two up, though. Does someone have a pointer to relevant info ?
Thanks and Cheers, Christian.

Hi,
There are multiple options that you may consider:
1. Expose your Java class as a WebService and invoke the WS from with BPEL
2. Make your BPEL server part of the Coherence cluster (storage-disabled) and invoke the Java class from within Java Embedded activity or using ora:custom. Remember Java class will reside on the SOA Server.
Hope this helps!
Cheers,
NJ

Similar Messages

  • Exception while upgrading the SOA Suite with PatchSet 2

    Currently I have a working version of the 11.1.1.2.0 soa suite installed on my machine. I am trying to upgrade it with the PatchSet 2. I was successfully able to upgrade by Weblogic Server to 10.3.3 and also my Middleware Home with 11.1.1.3.0 version. But when I am trying to upgrade by schema to PatchSet 2 version then I am getting following error:
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: oracle/ias/upgrade/PatchDriver
    Caused by: java.lang.ClassNotFoundException: oracle.ias.upgrade.PatchDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: oracle.ias.upgrade.PatchDriver. Program will exit.
    Does anybody has any idea why this is coming? I have download all the installables last week from the metalink site.

    Issue was related to Windows Vista operating system. Even though you are administrator of the machine you need to explicitly run the applications as Administrator.
    So here you need to start the psu utility as "Run as administrator".

  • Installing Oracle SOA Suite with the WebLogic Server

    Hi all,
    I am trying to install Oracle SOA Suite with the WebLogic Server. After following the step-by-step instruction in the "Installing Oracle SOA Suite with the WebLogic Server" document, I ran into the following situation: I have a working WebLogic Server with all applications deployed. However the BPELPM application is in Failed state.
    When I try to run the application, I get following exception (AdminServer.log):
    ####<Mar 30, 2009 9:46:43 AM EEST> <Warning> <Deployer> <javadev2> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238395603163> <BEA-149004> <Failures were detected while initiating start task for application 'BPELPM'.>
    ####<Mar 30, 2009 9:46:43 AM EEST> <Warning> <Deployer> <javadev2> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238395603164> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "cxloader" failed to preload on startup in Web application: "/orabpel".
    javax.servlet.ServletException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
    Bean is already undeployed.
    at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:87)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:278)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:507)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1723)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1700)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1620)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2761)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:891)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Any help would be highly appreciated.
    Boris

    Hi Boris,
    Looks like you have not run the post upgrade script for 10.1.3.4.
    You need to install SOA 10.1.3.4 Basic Installation. Then start following : http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/weblogic.htm#BHCIIBFB
    You basically, first install 10.1.3.4 basic SOA install, Apply the Opatch 7337034 (HOTPLUG: SOASUITE 10.1.3.4 ON WEBLOGIC 9.2 - CHANGES FOR HOTPLUGGABILITY). Install WLS 9.2 MP3.
    Now, Download the Oracle SOA Suite 10.1.3.4 WebLogic Server 9.2 : patch : 7490612.
    Then , Modify the following mandatory installation properties in the Weblogic_SOA10134_Base\SOADomain.properties file as per the documentation above.
    Cheers
    Anirudh Pucha

  • Is XA transactions supported for the SOA Suite 10.1.3.4 on weblogic platfor

    There are 2 weblogic domains 1 & 2. Domain 1 hosts the JMS queue and domain 2 hosts the BPEL process. The BPEL process in domain 2 uses JMS adapter to get messages from domain 1. With queues on Weblogic domain 1, is XA transactions supported for the SOA suite 10.1.3.4 BPEL process JMS Adapter on weblogic domain 2?

    There are 2 weblogic domains 1 & 2. Domain 1 hosts the JMS queue and domain 2 hosts the BPEL process. The BPEL process in domain 2 uses JMS adapter to get messages from domain 1. With queues on Weblogic domain 1, is XA transactions supported for the SOA suite 10.1.3.4 BPEL process JMS Adapter on weblogic domain 2?

  • Integration - SOA suite with jdeveloper

    Hello!
    Iam totally new user with oracle products. I have only used oracle database but this was very little.
    Iam still a student and professor told me that i need to use SOA suite and jdeveloper, to make a bussiness process.
    I have d/l oracle SOA suite 10.1.3.1 and Jdeveloper 10.1.3.3.0. Now i would like to start but i dont know how to.
    I have installed soa suite and unziped jdeveloper in to the same directory.
    10.1.3.1
    |->jdevstudio10133
    |->OracleAS_1
    When i run jdeveloper i can not make new BPEL project (options to make new file is disabled). How can i integrate oracle soa suite with jdeveloper?

    Learn About All Things SOA:: SOA India 2007:: IISc, Bangalore (Nov 21-23)
    Aligning IT systems to business needs and improving service levels within the constraints of tight budgets has for long been the topmost challenge for CIOs and IT decision makers. Service-oriented Architecture (SOA) provides a proven strategy to clearly address both of these objectives. Creating more agile information systems and making better use of existing infrastructure are two leading factors that are boosting SOA adoption across large, medium, and small Indian industries from the BFSI, Retail, Telecom, Manufacturing, Pharma, Energy, Government and Services verticals in India. If you are an IT decision maker belonging to any of these verticals, SOA India 2007 (IISc, Bangalore, Nov 21-23 2007) presents a unique opportunity to gather cutting-edge business and technical insights on SOA and other related areas such as BPM, BPEL, Enterprise 2.0, SaaS, MDM, Open Source, and more.
    At SOA India 2007, acclaimed SOA analysts, visionaries, and industry speakers from across the world will show you how to keep pace with change and elevate your IT infrastructure to meet competition and scale effectively. The organisers are giving away 100 FREE tickets worth INR 5000 each to the first 100 qualified delegates belonging to the CxO/IT Decision Maker/Senior IT Management profile, so hurry to grab this opportunity to learn about all things SOA. You can send your complete details, including your designation, e-mail ID, and postal address directly to Anirban Karmakar at [email protected] to enrol in this promotion that is open until 12 October 2007.
    SOA India 2007 will also feature two half-day workshops on SOA Governance (by Keith Harrison-Broninski) and SOA Architecture Deep Dive (by Jason Bloomberg). If you are an IT manager, software architect, project leader, network & infrastructure specialist, or a software developer, looking for the latest information, trends, best practices, products and solutions available for building and deploying successful SOA implementations, SOA India 2007’s technical track offers you immense opportunities.
    Speakers at SOA India include:
    •     Jason Bloomberg, Senior Analyst & Managing Partner, ZapThink LLC
    •     Keith Harrison-Broninski, Independent consultant, writer, researcher, HumanEdJ
    •     John Crupi, CTO, JackBe Corporation
    •     Sandy Kemsley, Independent BPM Analyst, column2.com
    •     Prasanna Krishna, SOA Lab Director, THBS
    •     Miko Matsumara, VP & Deputy CTO, SoftwareAG
    •     Atul Patel, Head MDM Business, SAP Asia Pacifc & Japan
    •     Anil Sharma, Staff Engineer, BEA Systems
    •     Coach Wei, Chairman & CTO, Nexaweb
    •     Chaitanya Sharma, Director EDM, Fair Isaac Corporation
    A partial list of the sessions at SOA India 2007 include:
    •     EAI to SOA: Radical Change or Logical Evolution?
    •     BPEL: Strengths, Limitations & Future!
    •     MDM: Jumpstart Your SOA Journey
    •     Governance, Quality, and Management: The Three Pillars of SOA Implementations
    •     Building the Business Case for SOA
    •     Avoiding SOA Pitfalls
    •     SOA Governance and Human Interaction Management
    •     Business Intelligence, BPM, and SOA Handshake
    •     Enterprise 2.0: Social Impact of Web 2.0 Inside Organizations
    •     Web 2.0 and SOA – Friends or Foe?
    •     Achieving Decision Yield across the SOA-based Enterprise
    •     Governance from day one
    •     Demystifying Enterprise Mashups
    •     Perfecting the Approach to Enterprise SOA
    •     How to Build Cost Effective SOA. “Made in India” Really Works!
    For more information, log on to http://www.soaindia2007.com/.

  • Error loading wsdl from the OSB in the SOA Suite over https

    Hi,
    We are running SOA Suite 11G R1 PS2. I have created a webservice in the OSB which runs on https://soa-test.myfirm.com/schedule/service/v1. This service works fine. I can test it in the OSB and using SoapUI. Now I want to make use of it in a bpel proces in the SOA Suite so I added the webservice as external reference and pointed it to the the above url. This works...it sees the porttype and all the bindings. But when I want to deploy it, it doesnt compiles and i get the following issue:
    Error(19,30): Load of wsdl "https://soa-test.myfirm.com/schedule/service/v1?wsdl" failed
    Error(29,89): Cannot find Port Type "{http://www.myfirm.com/wsdl/schedule/service}ScheduleServicePortType" for "ScheduleService" in WSDL Manager
    So it seems it cannot load the wsdl. I saw it might be a proxy issue but I dont use a proxy. I can see the wsdl using my browser without proxy settings.
    Does anyone know why it cannot load my wsdl?
    best regards,
    H
    Edited by: 860367 on 20-May-2011 05:32

    The issue changed to an certificate issue now.
    I get the error:
    javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:784)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:234)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:105)
         at oracle.integration.platform.blocks.soap.AbstractWebServiceBindingComponent.dispatchRequest(AbstractWebServiceBindingComponent.java:464)
         ... 156 more
    Caused by: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:227)
         at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75)
         at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64)
         at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
         at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
         at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:273)
         at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:94)
         at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:741)
    I looked in the forum and this could be solved by adding the root CA to the trust keystore of the server. My OSB Managed Server and SOA Managed Server are on the same machine (https://sontprs201.myfirm.com:8888). This machine has a certificate of GoDaddy so i have added the GoDaddy-root and GoDaddy-intermediate as trusted certificates to my certs.jks
    In the weblogic console I set both the managed servers to point to my certs.jks with the correct password and in OSB managed server i setup the SSL with the correct private key alias.
    When i call the OSB service from SoapUI i get the correct 3 certificates back (GD-root, GD-intermediate, sontprs201.myfirm.com), but when I call the OSB service from BPEL I still get the error: Unable to access the following endpoint(s): https://sontprs201.myfirm.com:8888/schedule/service/v1. Unable to find valid certification path.
    Does anybody know what I'm missing or how I can debug this?
    Thanks in advance!

  • Does the AS2 adpater is included by default in the SOA suite 11g or BAM

    Hi,
    I wanted to know that does the AS2 adpater comes by default with the SOA Suite 11g package or with BAM or we do need to have a seperate licensing for the adapter.
    Thanks in Advance,
    Jignesh

    Hello Jignesh,
    Oracle B2B (part of Oracle SOA suite 11g) supports AS2 exchange protocol. I don't think you need a separate license for that but still it would be better to confirm it once with your local Oracle Sales representative.
    For Oracle B2B related info, please refer -
    http://www.oracle.com/technetwork/middleware/b2b-integrations/overview/index.html
    Regards,
    Anuj

  • How is licensed the Oracle Service Bus? wasnt it part of the SOA Suite?

    Why
    it is not clear for us how the oracle service bus is licensed, in terms that we thought it was included on the Oracle SOA Suite , we are referring to newer releases
    is it licensed a part from the soa suite?
    Thanks!

    thanks!
    so just to put it clear, In case in which we are licencing both weblogic an soa suite the enterprise edition the OSB is included on the licence fee right?
    3.2 Oracle Service Bus
    Oracle Service Bus is a lightweight SOA integration platform, or "enterprise service bus". Oracle Service Bus includes Oracle SOA Suite Adapters (see Chapter 5, "Oracle Fusion Middleware Adapters").
    Oracle Service Bus is licensed as an option to Oracle WebLogic Suite and is also included in Oracle SOA Suite for Oracle Middleware and Oracle Mobile Suite. Users running Oracle SOA Suite for Oracle Middleware on WebLogic Server Basic may not run Oracle Service Bus (see Section 3.5, "Oracle SOA Suite for Oracle Middleware and Oracle BPEL Process Manager Option Licensing with Oracle Internet Application Server").
    Prerequisite: A license to Oracle WebLogic Suite is a prerequisite to license and use Oracle Service Bus.

  • Q: is the SOA Suite a mature technology?

    A colleaque and I have been playing araound with the SOA suite the last copule of weeks. My colleaue mainly concentrated on the BPEL, while i did the ESB part.
    Even though I did some very simple scenarios, it seemd to me that theres a lot of errors/bug. For instance when using native sequencing, you have to manually edit some XML files. Another thing,- I have to deploy my services more than once to make sure it works. Of course this is all new to me - so I'd expected some beginnes difficulties - but never the less - I'm a bit worried about recommending this technology to my manager.
    So the question is: does this work or not?
    I use the Soa suite 10.1.3.3 on Oracle DB XE.
    Kind regards, Henrik

    Another reason to wait for 11g if you want Oracle SOA is problems with upgrading existing processes from 10.1.3.3.0. We used 10.1.2 before and upgraded to 10.1.3.3.0 and had to reduce the number of processes from about 150 to ~30 due to problems with converting projects in JDeveloper and partly changed behaviour of BPEL. Old processes often stopped working and required mostly day per process to debug and fix. We simply couldn't do the converting for 150 days.
    Its a pitty though that Oracle doesn't plan to support BPEL 2.0 in 11g, as if they were affraid to touch the original code developed by Collaxa. Does anybody know whether 11g will have better support for WS-* features, like WS-Security in outbound messages (arriving from web service), generation of WS-Policy assertions in wsdl?
    Other problems that one needs to take into account when considering 10.1.3.3.0 are:
    - JDeveloper 11g will probably be incompatible with BPEL 10.1.3.3.0, so you will be stuck with JDeveloper 10.1.3.3.0, since no newer release of 10.1.3 is planned.
    - in 10.1.3.3.0 propagation of security context into EJB is not functional. Although EJB invocation is supported from BPEL, methods will always execute under the same credentials which defeats the advantages of EJB. Hopefully Oracle will fix this problem in 11g.
    - incompatibility between BPEL 10.1.3.3.0 and Oc4j 10.1.3.3.0 web services when using WS-Security UsernameToken. Oc4j web services with WS-Security cannot be invoked by BPEL without manual editing of oracle web services xml. This editing has to be done every time something is changed in web service since then the xml is overwritten.
    - database connection pool used by BPEL is not periodically checked for "select * from dual", so invalid database connections can be passed to BPEL process. This becomes a problem if you need to gradually restart your DB cluster nodes. I have even noticed once that a DB connection was passed to BPEL which did contain uncomitted data from previous process (ending with exception), which resulted in seeing data that didn't exist in database.

  • Do I need IIS or Task Scheduler for a windows install of the SOA suite

    I am currently trying to set a R&D SOA environment up on a windows box. By default these services are disabled when we usually set up our application servers within dev. So do I need IIS and task scheduler to be running on the windows environment when I install the SOA suite?

    Hi,
    you do not need the IIS because SOA Suite is shipped with its own Apache.

  • Configuration of SOA Suite with SSL on Weblogic

    Hi,
    I have SOA-Suite 11g along with Weblogic Server running and configured . I configured the SSL for the Weblogic and it works fine.
    I can test it by running "https://weblogic:port/console"
    Now i have to configure SSL part for the SOA Suite and i see coulpe of places like on SOA_Server--Domain, and SOA Server itself property where i can defined the Security and Keystore for SOA.My Question is how can i configured SSL On SOA Suite if my Weblogic SSL is already configured .

    Hi,
    I would like to genrate an RSA CSR. I don't suppose you know how to generate this? Every time i generate using the following it still comes out as DSA?
    keytool -certreq -keyalg RSA -alias admin -file cert_req_file
    Could you he;lp at all?
    Cheers.

  • How To Install Oralce SOA Suite with peoplesoft.

    HI
    I completed the environment setup with People Tools 8.49, FSCM 9.0 Application, Tuxedo 9.1 and Weblogic 9.2 with Oracle 10g Database.
    But now i want to install Oracle 10g SOA Suite with Advanced Installation (J2EE Server, Webserver and SOA Suite).
    Please provide or guide me the steps to install SOA Suite for my peoplesoft application.What things i have to configure and how to configure to use BPEL Process manager and XML Publisher like things.
    thanks
    srikanth

    The install guide is in the CD itself. There are some on the internet but they may be too complicated for what you are after.
    ubuntu is not supported but I believe it is doable, So it should only be used for dev and testing purposes. there are a few hits if you search on ubuntu. If you want linux these are the certified options
    Oracle Enterprise Linux: as part of the Oracle Unbreakable Linux Program, Oracle offers for download or on CD:
    Oracle Enterprise Linux 4 fully compatible with RedHat Enterprise Linux 4 AS/ES
    Oracle Enterprise Linux 5 fully compatible with Red Hat Linux 5 Server and Advanced Platform.
    Oracle continues to work with Linux vendors to certify Oracle products running on
    Red Hat Enterprise Linux
    SUSE Linux Enterprise Server
    Asianux
    good luck
    cheers
    James

  • What part of the 'soa suite' is a cost option?

    If I have iAS EE and 10gDB EE w/ partitions olap and iDS
    what in the quick start is using options that I would have to purchase?
    Business rules?
    BPEL?
    A

    A.
    worth asking a sales guy responsible for your account - I'd guess you need to purchase the SOA Suite as one - and can leverage your [existing] DB as dehydration store ..

  • What are the SOA suite Components

    HI
    I m new in SOA
    What are the SOA suite Components
    Thanx

    Hi,
    SOA suite components in 10g:
    Oracle BPEL Process Manager
    Oracle Enterprise Service Bus (ESB)
    Oracle JDeveloper
    Oracle Business Rules
    OracleAS Integration Business Activity Monitoring
    Oracle Web Services Manager
    OracleAS UDDI Registry.
    SOA suite componets in 11g.
    Detailed components list is mentioned in the below link
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10223/01_components.htm
    Regards,
    Edwin

  • Where I can get to download the SOA Suite 10.1.3.4.0

    Hi All,
    In Oracle Downloads, I find only the SOA Suit 10.1.3.1.0 where as I need the latest version of 10.1.3.4.0. So please guide me or send me the link from where I can find the same.
    It is little urgent, so please get me some idea.
    Thanks in advance.
    Best Regards,
    Kamod Thakur
    Edited by: KamodThakur on Oct 21, 2008 2:45 PM
    Edited by: KamodThakur on Oct 21, 2008 3:00 PM

    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    marc

Maybe you are looking for

  • Posting only possible in periods 2002/03 and 2002/02 in company code 0001

    All This is in the ongoing sequence where I am creating everything from the scratch(customers, material, pricesĀ  etc).So far, I have been able to create and save the salesorder>deliver it>pick the items and then I was going to carry out the PGI and t

  • How to arrange files in the files window?

    Hello, I just finished doing the cut of a movie in Premiere Pro and hit the the "edit in Audition" button to do the music and audio. And now the problem: when Audition opened I just saw the hundreds of audio files in the file window (2 for every scen

  • [b]How to achive wide_thin and thin_wide_thin layout[/b]

    Hi, i am unable to get wide_thin and thin_wide_thin layouts. Can u any one please let me know. Following contains conatiner and provider xml,s . Thanks in advance Arun Container XML <?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE Dis

  • Search purchase requisition class

    Hi all, i search a class for manipulate purchase requisition object. I don't find it. For purchase order i use CL_PO_HEADER_HANDLE_MM, but for purchase requisition ? Thanks a lot. Cheers.

  • Correct confirmed account doesn't appear in service request

    Hi guys, let me brief my requirement: In IC webclient the service request is picking just previously cancelled conformed account as activity partner but not the current confirmed account. Th process to create the issue : Go to Account Identification