Regarding SOA Spring Context

Hi guys,
I am not aware of using Spring Context. Please suggest how to use it and in which context we use it and what are the required changes we have to make to work with it.

Hi,
The spring component in SOA could be used if you want to call a Java class in your service.Basically it would create a sessoin bean and call the java method. There are number of blogs that demonstrate how to use spring components. You could use this
http://redstack.wordpress.com/2011/04/05/using-javaspring-components-in-soabpm-11g/
Regards,
Ajay

Similar Messages

  • Can anyone tell me the  spring context  in bpel

    Hi please can any one tell me how to use the spring context in bpel, and how to connect the spring with jpa in bpel

    You can also take a look at the SOA Suite Developer's guide:
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10224/sca_spring.htm#BCGCJGDF
    Thanks,
    Navaneeth

  • Composite invoking Spring Context errors with Missing class indicator field

    Hi. I’m working on a composite with a Spring Context component that is referenced in a BPMN process and have run into some issues and I was hoping you may have some insight.
    I’m able to deploy the composite successfully, however when I try testing it on the SOA Server, it fails with the exception below:
    <auditQueryPayload auditId="17008" ciKey="12">
    <dataState>
    <dataObject name="FaultMessage" isBusinessIndicator="false">
    <value> com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary>Exception [EclipseLink-44] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Missing class indicator field from database row [UnmarshalRecord()]. Descriptor: XMLDescriptor(com.bea.infra.events.ExtendedData --> [DatabaseTable(ns2:ExtendedData)])</summary> ,detail=<detail> Exception Description: Missing class indicator field from database row [UnmarshalRecord()]. Descriptor: XMLDescriptor(com.bea.infra.events.ExtendedData --> [DatabaseTable(ns2:ExtendedData)])</detail>} </value>
    </dataObject>
    </dataState>
    </auditQueryPayload>
    The class referenced in the error, ExtendedData, is a very simple, abstract class. Here it is:
    @XmlSeeAlso( { AssetUnregistered.class, ExtractionReassign.class,
    RelatedAssetRegister.class, ExtractionSubsequentNotify.class,
    ExtractionIntialNotify.class, AssetSubmission.class,
    ExtractionStatusChanged.class, MultiUse.class,
    ALERExtendedData.class })
    public abstract class ExtendedData {
    Do you have any thoughts or would know someone who could help?
    Thanks,
    Mike

    I've tried adding the jar to the classpath, installing the jar on the weblogic server, adding all the dependencies, and adding the jar to the project sourcepath. None of these worked either. Any Help would be appreciated.

  • Get Service Payload in Spring Context

    Hi,
    I've been experimenting with Spring Context for the past few days, and I've hit on a snag. I'm trying to expose the input payload of the exposed service or external reference into the Spring Bean Config file, but haven't found any way to do so. Could someone please help?
    Thanks in advance,
    Debojit

    hi,
    using java codes, which have been provided as jar, define those in the SOA project, thus when u make this project, all generated classes,corresponding to each .java program, will be available within the classes folder.
    then wsdl will be generated successfully.
    thanks

  • How Get ICubeContext at Java bean (Spring Context)

    Hello,
    I need to get the ICubeContext in a Java Bean (Spring Context). Is possible?
    For example in a custom xpath fuction, is very easy:
    public Object call(IXPathContext context, List args) throws XPathFunctionException {
        Map props = (Map) context.getVariableValue(null, null, "xpath-function-data");
        ICubeContext ctx = (ICubeContext) props.get("ICubeContext");
    I would appreciate any help. Thank you very much!
    Sergio.

    This is a possible solution:
    BPELContext bc = BPELContext.peekThreadBPELContext();
        if (bc == null)
          return null;
        ICubeContext ctx = bc.getCubeContext();
    not yet tested!!

  • How to use   spring context  in sca

    hi can anyone tell me how to use the spring context in bpel and how the functionality of spring context in service composite architecture(sca)

    Thanks Arun Pareek
    Hope u will also send me the link and tell me how to expose the bpel as webservice and how to connect the multiple bpel process with mediator.Sorry for troubling u much times (hope u don't mind ).
    If u don't mind in other way can i ask u r phone number as i need to talk with u ( if u don't mind only)and i will call to u only when u feel free.

  • Advantage of using Spring Context over Java Embedding

    Hi ,
    Is there any advantage of using Spring Context over Java Embedding?
    --Steve                                                                                                                                                                               

    Hi All,
    Anybody can answer my question?
    --steve                                                                                                                                                                                                           

  • Regarding SOA ... Sap-xi..........?

    Hi All,
    i really appreciate if  anyone give me details regarding SAP-SOA .......and as a sap-xi developer how it helps ?

    hi azeez,
    Enterprise Service-Oriented Architecture (Enterprise SOA)
    Enterprise SOA is a blueprint for an adaptable, flexible, and open IT architecture for developing services-based, enterprise-scale business solutions. With SAP NetWeaver as a technical foundation, enterprise SOA moves IT architectures to higher levels of adaptability – and moves companies closer to the vision of real-time enterprises by elevating Web services to an enterprise level.
    An enterprise service is typically a series of Web services combined with business logic that can be accessed and used repeatedly to support a particular business process. Aggregating Web services into business-level enterprise services provides a more meaningful foundation for the task of automating enterprise-scale business scenarios
    see the below links for entire information on soa
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=soa&adv=false&sortby=cm_rnd_rankvalue
    https://www.sdn.sap.com/irj/sdn/enterprisesoa - 54k
    https://www.sdn.sap.com/irj/sdn/esadiscovery - 50k
    download.sap.com/download.epd?context=C299FD2CCD178B2075924A3688E4000564AFB7327A92113A55FFF4C66ED972B26A0
    searchsap.techtarget.com/news/article/0,289142,sid21_gci1075987,00.html - 60k
    http://help.sap.com/content/documentation/esoa/index.htm
    it develops a lot for a sap-xi consultant like migrating data from one scenario to other......
    it can be better understand wen u comes to the practicall situation
    thanks
    karthik

  • SOA Spring Component- Build failure

    Hi ,
    I have a 12c composite which contains a spring component ,JMS and DB adapters. I am able to compile and deploy this project  from JDeveloper.
    I have requirement to automate the deployment.
    When I try to compile this project using Maven or Ant the build is failing with the below error.
    INFO] [exec] C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml:64: error: Source port type for "LogHandler" does not match target port type for "InsertToAuditDB"
    [INFO] [exec] C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml:60: error: Source port type for "AuditTopicConsumer" does not match target port type for "LogHandler"
    [INFO] [exec] C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml:68: error: Source port type for "LogHandler" does not match target port type for "FetchPreferenceFlag"
    [INFO] compile: [cmd:[C:\Program Files\Java\jdk1.7.0_71\bin\java, -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler, oracle.soa.scac.ValidateComposite, C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml, -level=1, -appHome=C:\JDeveloper\mywork\CommonServicesFramework]] exit code=1
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 11.162s
    [INFO] Finished at: Thu Apr 16 00:49:50 IST 2015
    [INFO] Final Memory: 12M/226M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal com.oracle.soa.plugin:oracle-soa-plugin:12.1.3-0-0:compile (default-compile) on project LogHandlerService: SOA COMPILE FAILED with value: 1 -> [Help 1]
    Any feedback is appreciated.
    Thanks,
    Sai.

    Hi Sai,
    Are you using any config plan when  deploying from JDeveloper ? Could you post your composite.xml?
    best regards, Nicolas

  • Question regarding IWDTree and context Value Node naming

    Hi,
    I have a question regarding the IWDTree / IWDTreeNodeType components.
    I have a context looking like this:
    Context
      + ResponseNode
        + PersonNode (1..1)
          + PersonAddressNode                    (empty node, placeholder)
          | + AdresNode (0..n)
          + PersonChildNode                      (empty node, placeholder)
          | + PersonNode (0..n)
          |   + PersonAddressNode                (empty node, placeholder)
          |     + AddressNode (0..n)
          + PersonParentsNode                    (empty node, placeholder)
            + PersonNode (0..n)
              + PersonAddressNode                (empty node, placeholder)
                + AddressNode (0..n)
    The context represents a person, a person's address, and a person's children and parents with their respective addresses.
    As a result, on different branches, a PersonNode and AddressNode can appear.
    And for some strange reason, all PersonNodes and AddressNodes link to the same ResponseNode.PersonNode.PersonParentsNode.PersonNode and ResponseNode.PersonNode.PersonParentsNode.PersonNode.PersonAddressNode.AddressNode respectively, irregardless of their branch...
    Is it illegal to have multiple PersonNode and AddressNode node names, and should they be named uniquely?

    Generally, node names need to be unique inside the context, attributes in different nodes can have same names. I wonder if the context structure you described will result in code without compile errors.
    The WD Tree can only be used with recursive context nodes or with a hierarchy of non-singleton child nodes.
    Can you give an example how your tree should look like at runtime?

  • Regarding mandatory fields, Context Objects and Fault Message Types

    Hi All,
    1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.
    2) What is the purpose of Context Object and in which situation we will use this.
    3) What is the purpose of Fault Message Types and in which situation we will use this.
    4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.
    Kindly look into the above points and respond point by point.
    Thanks in advance.
    Regards,
    Prem.S

    Hi prem,
    <b>1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.</b>
    give occurence 1..unbounded. for the field name.
    <b>2) What is the purpose of Context Object and in which situation we will use this.</b>
    If u have multiple receiver system then to determine the reciever u can use context object.....
    the alternative of context objetc is X-Path...
    Check out these
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm
    /people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object
    Here is a scenario where context objects were used for BPM
    Technical Context Object in ccBPM
    Get the details here:
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    Technical Context Objects :
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    A list of the Technical Context Objects names can be found here:
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/ff0bf75772457b863ef5d99bc92404/content.htm
    Difference between context object and x-path:
    diff between context object and x path
    <b>3) What is the purpose of Fault Message Types and in which situation we will use this</b>
    whenever u want to catch some exception u can use fault message types.Just for a example u r sending some data to SAP system.But due to some reason the R/3 system is down.so in this case if u have implemented fault message ..u can get a error message specifying r/3 is down....
    Fault message implementation.
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    How to Guide
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40574601-ec97-2910-3cba-a0fdc10f4dce
    <b>4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.</b>
    there are two transport protocol for File adapter
    1)FTP(File transfer protocol)
    to know abt FTP check here
    http://help.sap.com/saphelp_nw04/helpdata/en/43/0e16bfd7b021aee10000000a1553f6/content.htm
    2)NFS(Network File System)
    in server :Enter the host name or IP address of the FTP server.
    in PORT:Specify the port number of the FTP server.
                 The default is the standard port for the FTP server (21)
    check here
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Regards
    BILL
    <b>***reward with points if ity helps u!!</b>

  • Some question regarding requirements in context of SAP XI

    Hello!
    I have few questions regarding Relational Database,  Network Archtecture and Platform Support requirements in context of SAP XI. Can someone help by answering the questions, if possible with Yes/No (and short explanation)
    <b>a) Does your system run native to the Oracle 10g RDBMS (RAC) and database tools?  If not, please explain the databases and tools supported (Yes/No)
    b) database accept binary-large-objects (BLOBs) and  be referenced via the relational engine (Yes/No)
    c) Deployable without using any fixed IP addresses (taking advantage of DHCP address resolution) (Yes/No)
    d)software supported on HP-UX 11.i V2 (r6) on Itanium. (Yes/No)
    e) Software supported on OS clustered servers  (If mutliple products, please indicate if all are support or list areas where clustering may not be recommended and why) (Yes/No)</b>
    Thank you very much!
    Regards
    A. Henke

    Hi Axel,
    I've just found your question by accident and would like to know whether you have already implemented 10gRAC in SAP environment?
    regards
    Barthez

  • Regarding SOA Suite Certification

    Hello Guys,
    I am new entrant into fusion middleware. As you all know there are different suites that make up fusion middleware, And each suite has different components. I was primarily looking into SOA suite as I feel thats where most companies are implementing. Is there a oracle certified exam for SOA Suite. If not is there any part of middleware that has certification exam.
    Thanks

    hi,
    Yes, There are two certification exam which is related to Middleware . 1. 000-669 SOA Fundamental 2. 000-667 SOA Architectural.
    Also there are lots of tool -wise certification, let me know if you are using any specific tool.
    You can mail me on [email protected] for more info and sample certificate exam questions.
    Regards
    Shalini

  • Regarding SOA Fundation Certification

    Hi All,
    Can anybody calarify my doubt.
    To do certification in SOA Foundation, As a individual can i apply. Why becoz when i am creating user in parterner link it is asking me What is company's profile. But i want to do this ceriftion individually not from the comapny. So can anybody guide me how to do thiss?.
    Regards,
    Adhi

    Hi Anuj,
    Can you check the below listed topic are sufficient whihc i got from oracle site.
    Regards,
    Adhi
    Exam Topics
    SOAPractitioner Foundation
    Service-Oriented Architecture Concepts
    Describe Service-Oriented Architecture (SOA) concepts
    Identify standards that enable SOA
    Review Service Component Architecture (SCA)
    Describe Event Driven Architecture (EDA)
    SOA Composite Applications
    Understand the concepts of SCA Technologies
    Describe Oracle SOA Suite 11g components
    Describe the Service Components
    Define a composite application
    Describe SOA Composite Editor
    Adapters
    Describe adapter concepts and framework
    Describe Technology adapters: File, Database, JMS, etc
    Describe Applications Adapters Ebiz suite,Peoplesoft, Siebel, etc
    Explain adapter run-time configuration
    Explain adapter design-time configuration
    Orchestrating Services with BPEL
    Explain BPEL Components activities and partner Links
    Describe Synchronous and Asynchronous BPEL Processes
    Describe Message Transformations and XSLT
    Explain Parallel Flow and Conditional branching
    Explain BPEL integration with Java
    Advanced BPEL Concepts
    Describe Exception Handling in Compsite Applications
    Describe the Fault Management Framework
    Describe Compensation handling within a BPEL process
    Describe Correlation concepts
    Manage Transactions with SDO
    Working with Mediator Components
    Explain the Mediator component and its features
    Define business events and the Event Delivery Network (EDN)
    Create and configure a Mediator service component
    Create Mediator routing rules
    Human Workflow
    Describe Human Workflow Concepts, Features and Architecture
    Design Human Tasks and Services
    Invoke a Human Task from a BPEL process
    Oracle Business Rules Concepts
    Explain business rules concepts
    Describe the Oracle Business Rules architecture
    Describe Oracle Rules Engine
    Create a rules with the Jdeveloper Rules Designer
    Integrate a simple rule with a BPEL Process
    Secure services and Composite Applications
    Explain Web Services and Composite Security
    Describe the Fusion Middleware security architecture
    Understand Security Policy Management, Identity Propagation
    Describe OWSM Agents
    SOA 11g Integration Points
    Describe Oracle Service Bus Concepts and Architecture
    Describe Oracle Business Activity Monitoring
    Describe Oracle B2B
    Describe EDA and Oracle Complex Event Processing
    Monitoring and managing SOA 11g Deployment
    Describe Deploy and Un-deploy SOA Composite application
    Describe Management of SOA Composite application using the Enterprise Manager
    Describe Enterprise Manager Grid Control SOA Management Packs

  • Regarding SOA certifications

    Hi All,
    Can anybody guide me on the heirarchy of Oracle SOA certifications(what is the basic certification and other following certifications) and study material for them?
    Is packt publishing material is good to attain the SOA fundation certification?
    IS Oracle SOA Suite 11g Essentials (1Z1-478) the first level certification?
    Thanks in advance
    Edited by: 899283 on May 1, 2013 11:32 PM

    Wrong forum for this question. Please post your query in Certifications forum -
    Oracle Certification Program
    Regards,
    Anuj

Maybe you are looking for

  • BW- CRM MSA: Job is cancelled when Generic variant is used

    Hi Gurus, We are trying to download BW Reports on Mobile Sales App. The implementation is working perfect when we create variants in BW and then fetch data in CRM. But now we want to restrict data according to territory of the Mobile User. This is to

  • BPEL Server and Table Accessors

    I am pretty sure I know the answer is no to this but I just need confirmation. Is it possible for the BPEL server to go through table accessors to get to its own tables (the tables it uses to store its process states and what not)? By accessors, I me

  • Cannot use sync. to set up outlook using DM 5.0

    I know thatt his thread has been written to death and I am ashamed to have to even stoop to another of the same but this is a ligit complaint that many people in these forums that see themselves as experts have tried to tell people how to solve the p

  • Transfer of changed order BOM from quotation to sales order

    Good morning! Please consider the following scenario involving variant configuration: A quotation is raised in the system, and the values of the characteristics are assigned. Therefore a order BOM is generated (for the quotation), and that order BOM

  • Macbook Pro ejecting a dvd with data files

    Trying to get jpeg files off of a dvd but every time I put the dvd in it keeps getting ejected. Why is this happening? Thanks