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.

Similar Messages

  • 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                                                                                                                                                                                                           

  • How to use a context between two components at the runtime

    Hi Experts,
    My Web dynpro component is over the Generation limit (size of generated load is > 2 MB) so it always gets Warning when I active it. That why I have separated my application into two components and use the ViewContainerUIElement in order to show views of each other.
    In the application, I use also the TimeTrigger to refresh pages, all views have a TimeTrigger and the DELAY property of TimeTriggers is bounden into the same context attribute. I use a component to set up (change) the value of context attribute that is mapped with the Delay property. I want to change the Delay value on a component and other component will understand the changing.
    My problem is how I can use the same context attribute between components at the runtime?
    Let give me your advice on this.
    Many thanks,
    Ken

    Hi Ken,
    You can use [external context mapping|https://cw.sdn.sap.com/cw/docs/DOC-27901] to share data between two or more components using context.
    Thanks,
    Duy

  • How to use Spring MVC instead of assembler.jsp in endeca 3.1.0

    Hi ,
    I am new to Endeca . I want to use spring MVC instead of assembler.jsp .Some body please help
    me how can i do it. Wht all i have to do to achieve it.
    Thanks
    Mark

    Hi Mark,
    When using the 3.1 Assembler in your application, you can use either the jar file directly or set up the Assembler as an HTTP service and process the XML or JSON responses. Neither of these approaches conflicts with using Spring in your application.
    Sean

  • How to use send context in ccBPM

    Hello,
    I am trying my first BPM process. I am using the send step while I need to specify the receiver using send context. The value of the send context should be:
    The send context is a freely definable string, which you specify in the send step. You query the send context in a condition in the receiver determination in the Integration Directory. You must specify the send context to be able to send messages from the same message interfaces to different receivers in different send steps.
    My questions is how to query the send context in condition of the receiver determination (RD). The condition  of RD is basically variable operator value, while variable could be field of the payload or context object. I don't see how to query the send context in a RD condition. Can somebody explain it?
    Thanks
    Jayson

    Hi Jayson
    You must specify the send context to be able to send messages from the same interface to different receivers in different send steps.
    Check this
    http://help.sap.com/saphelp_nw04/helpdata/en/11/13283fd0ca8443e10000000a114084/content.htm
    Thanks
    Gaurav

  • Wondering how to use the "context" information

    I was looking at some of my events and saw that some of them have information under the Context section and some don't. 2 questions about this:
    1) What is it used for?
    2) If I am sending all events to monitoring console, why would it be coming over encryped?

    IIRC, the context info (which was once called the context buffer, BTW) provides a snippet of the packet(s) that triggered the alarm.
    It is only used for certain signatures (the Buffer Overflow-related ones use it a lot) to aid with alarm validation, or that's how we use it at least.
    As for whether or not it's "encrypted" when you receive it in MC, I can't begin to suggest what you’re seeing. Perhaps it's just binary data captured from a packet that, by its nature, looks like encrypted data?
    Care to provide more info (i.e. - SigID and a copy of the context message)?
    Alex Arndt

  • How to use Servlet Context

    Has any one used ServletContext 's setAttribute() method to store parameters in one JSP and access them in another JSP.
    I want to replace hy Hidden Parmeters with this method, so that I can hide all my parameter names and their values in the HTML page, when an end user uses View Source option on a browser.
    If any one has that code available,please post that so that I can avoid all this coding and testing phase
    Thanks
    Suresh

    It is actually very easy, and I use it often, for example to track the user's login.
    In one jsp page you use:
    <% session.setAttribute("someName", anObject); %>
    Where "someName" is a string with the name you want to give to the object (choose different names for different objects) and aObject can be any object that is a descendant of Object (that means everything but primitive types, to store those use wrappers from the java.lang package, like Integer, Float, etc).
    Now, to retrieve in other pages, you just use the getAttribute method and cast to object:
    <% AnObject otherObject = (AnObject) session.getAttribute("someName"); %>
    A note of caution: The object will remain until session is invalidated (manually or timed out) or the object is expressly removed. If no object with the given name is found, the jsp will throw a NullPointerException, which you are not obligated to catch, but I strongly suggest you do, because there will be a time when that exception is thrown no matter how well coded are your jsp's (for example when a session times out and the user clicks on refresh on some page that asks for an object, etc).
    Good Luck.
    Ylan

  • 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

  • How to get the context data using java script in interactive forms

    Hi All,
    How to get the context data using java script in interactive forms by adobe,  am using web dynpro java
    thanks.

    Hi venkat,
    Please Refer this link.
      Populating one Drop-Down list from the selection of another Drop-down list
    Thanks,
    Raju.

  • How to take input in arraylist in jsp using spring Frawork tags

    hi all i am using this code in my jsp using spring framework ..n in this code i am finding difficulties to take input in arraylist...can any one suggest me proper method for it
    <core:forEach items="${addUpcModel.resultList}" var="result">
    <td width="4%" class="normal"><core:out value="${result.vendorSize}"/></td>
    </core:forEach>
    </tr>
    <tr class="white">
         <td class="normal">Quantity</td>
    <core:forEach items="${addUpcModel.resultList}" var="result">
    <spring:bind path="addUpcModel.upcDO.quantityOrder">
              <td class="normal"><span class="normallink">
              <input name="<core:out value="${status.expression}"/>" type="text" size="10" maxlength="10"
              onKeyPress="return numbersonly(this, event)"
              value="<core:out value="${status.value}"/>"/>
              </span></td>
         </spring:bind>          
    </core:forEach>     
    i want to take quantity order in array format..as how many columns .it will be decide by database ...in arraylist

    af:outputText has an attribute escape which you can set try.
    You should try af:outputTextFormatted too.
    Timo

  • How to set portal context using Java/JPDK api.

    Hi,
    I am in the process of converting pl/sql based database provider contect portlets to Java based JPDK. I ran into issue where the database provider portlet users were getting context auto matically. Now with Java/JPDK portlets , I am receiving no data found error, since the context is not set. The pl/sql is setting wwctx_private_api.set_context ('portal') to set the context. From Java if we call this api, it is taking a toll on the performance and the portlet times out.
    Can any help how to set the context for a web provider using JPDK or any other better solution. Any immediate help is highly appreciated.
    Thanks,
    Rav.

    Hi
    We are trying to access content views for e.g portal.wwsbr_all_items s, portal.wwsbr_all_content_areas c,portal.wwsbr_all_folders f, from aweb provider portlet. When we do a select on those objects , we are getting java sql exception saying "ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWCTX_SSO", line 1745
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWCTX_SSO", line 1579
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "PORTAL.WWCTX_SSO", line 1834
    ORA-06512: at "PORTAL.WWCTX_API", line 199
    We need to know how to accesss the above views from a jsp based portlet.
    A

  • When and how does the message context get removed from the message when we use pass thru send port

    Friends,
    i have a doubt regarding message context.
    Assume i have used XMLRecieve pipeline in the receive side to receive the message so that the message context is created. I.e properties are promoted/written.
    now if we use pass thru transmit pipe line at send side, how and when does the message context get removed from the message?? Since pass thru does not have any stages/components, how does the message context removed and sent out a pure message to destination???
     i mean what exactly happens here to remove the context??
    Ravindar

    Thanks for the reply.
    "The Context is created by the Adapter, regardless of any Pipeline or Pipeline Component.  It has nothing to do with PassThrough vs. XmlReceive, although XmlReceive will write Promoted Properties to the existing Context,
    as can any other Component."
    yeah yeah, adapter does create some properties in context. You are right, i am aware of it. I just missed to explain it clearly. what i meant is addition of context properties will not happen if pass thru used. Thanks its clear.
    "No.  The Context already exists on the Message when it comes from the MessageBox and
    is equally available to any Component in any Stage.  The Context that hits the Pipeline is whatever was last Persisted, either by a Receive Port or Orchestration.  It is not created by the XmlAssembler (XmlTransmit)"
    You are right , the context already exists on the message while it leaves the receive port, and once it persists
    to message box the context and message context gets stored in messages in relative tables.
    Now as you said the components get the message from the last persistence, assume i have a send port(with passthru)
    subscriber and a orchestration subsrciber for this message.
    Orchestration gets the message with context right!!
    if the send sendport(with passthru) also gets message along with context, then where is this context removed/demoted
    while sending it out?.  i guess as per SAAkhlaq said,
    here sendport(with passthru) should get a pure message without context as passthru used. 
    or is it that ultimately send adapter removes the context completely?
    or is it something like biztalk run time load the context from database into cache and both orchestration and send port gets pure message, and if needed they use context from cache???
    sorry i may be troubling you, but i am confused. i hope i am not creating any nuisance with this
    post.
    Ravindar

  • How to use "Context Menu" web item in WAD 7.0 ?

    Hi Experts,
    Kindly tell me How to use "Context Menu" Web item in SAP WAD 7.0 ?
    How to attach this Web item to my Graph/Chart ?
    Plz provide some documents on this.
    Full points will be given.
    Thanks.
    -Jay Jay
    Edited by: jayaprakash j on Oct 10, 2008 1:47 PM

    Hi Jay
    Web items and HTML elements (for example, tables, texts, and images) that you insert into a Web template, as well as the Web template itself, have a context menu. This context menu has context-sensitive menu entries that you can use to call various Web Application Designer functions. You can, for example, use the context menu to save a Web item (for which you have specified properties by using the parameters) as a reusable Web item, call the properties dialog box for this Web item, copy the Web item and paste it into another Web template, or delete the Web item from the Web template.
    for more info go to following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2f/776b3d32390968e10000000a114084/frameset.htm
    Regards
    Vivek

  • How to use portal navigation context

    Hi,
    I have 4 roles in the portal.
    Out of these, one role name is invisible but iview in that role is visible on left side above detailed navigation.
    It is a URL iview, which contains link of another web dynpro iview A . (This path is set through navigateAbsolute).
    Now the problem I am facing is, if I am in any of the other three roles, accessing some application B  in the detailed navigation of that role, and after that if I click on the web dynpro iview A’s link in URL iview, though this application opens up in the content area, but still B remains highlighted. I want that the moment A link is clicked, that application should open up and at the same time role highlighted should be Home.
    While doing R&D, I came across navigation target and context target. Navigation target is the path of application you want to open and context target is the path which can be set some other value which will then be highlighted. 
    But I am not getting how to use it. I tried different ways, but not able to figure out.
    Can anyone please help in this regard.
    Thanks & regards,
    Anupreet

    Hi,
    Thats a good idea. I have a Button Click Event, and on Action of it, I am doing a set of operation based on some condition and at the end of the operation i need to redirect to the logoff.jsp
    <b>The LinkToURL in place of Button is not allowed</b>.The requirment is to have the button compulsory and i need to do those set of operation onclick of that button.
    <b>Still i can use LinkToURL as a hidden element and can call the logoff.jsp and the end of the above operations on click of that button. Is it possible to achive that...</b>Please share your thoughts.
    Appreciate your help.
    Thanks and Regards,
    Sekar

  • How to use Environment variables in Context Settings

    I need to set some Preferences using a Context, and in the value of the preference I need to use a path which may change depending on the OS.
    I need to use environment variables or java variables to create the relative path for the value.
    Is possible to access env variables from a Context Setting?
    Just to give an example, I'm trying to set the M2_REPO variable in the classpath settings in the preferences menu.
    to user.home + /.m2/repository
    How can I access the user.home from there?

    Hi Matias,
    Sure, you can use substitute-variables command for this purpose.
    See the example below:
    concat [substitute-variables "${system_property:user.home}" | str] "/.m2/repository"]
    Kind regards,
    Ulyana.

Maybe you are looking for