Unable to bring up expression editor for Assign component 's source node

Hi All,
I am a beginner in BPEL and trying to create a simple hello world BPEL process in my JDev 11.1.1.5.0
The screenshots in external tutorial does not match the Assign component window.
I started a new asynchronous SOA BPEL composite and then dragged an assign component in the middle of the recieveInput and callbackClient. Now I double clicked the Assign1 icon and get the "copy Rules" tab but I do not see any LOV in the top left which would have "expression" as a value as I want to concatenate the input string with "hello". I see a "Fx Calculator Icon" which I am supposed to drag to the target node but I can not drag it to the input node. Isn't possible to write an expression to the source node ?

Hi,
the assign activity changes a little bit between the versions of the JDeveloper. But we can figure it out, if you want to concatenate the input variable element and assign to the element of Output variable, what you can do is, drop an expression builder on the element of the output variable; then inside that expression builder you can use concat xpath function.
I beleieve in 11.1.1.3 version, if you want to append and assign to a target variable; we need to drop an assign activity, select copy operation; then select the expression as Type and write the concat expression in that window and on the right hand side, we need to select the variable for whome you want to assign the concatanated value.
Hope this helps,
N

Similar Messages

  • CANT FIND adobe photoshop express editor FOR WIN 7 64 BIT

    %ANY IDEAS%?

    I had thought Express was only for IOS, but there is a Windows link for it here
    http://apps.microsoft.com/windows/en-us/app/adobe-photoshop-express/c08a0d72-28a1-465a-9e7 0-6a5b80b44d60
    it says:
    System requirements
    Optimized for touch on Windows 8 tablets
    But I have no idea if that means _only_ Windows 8.

  • Unable to bring up SAP GUI for Java Environment

    New to linux, install SAP NetWeaver 2004s on RHEL 5.3 under Linux.
    Install jdk v1.4.2 (java-1.4.2-ibm-1.4.2.10-1jpp.2.el4.x86_64.rpm, java-1.4.2-ibm-devel-1.4.2.10-1jpp.2.el4.x86_64.rpm) and execute  java -jar PlatinGUI-Linux-700.jar without any problems.
    However, when trying to bring up the SAP GUI for Java environment, I get the fatal error as belows:
         Attempt to load the shared library /opt/SAPClients/SAPGUI7.00/bin/libjOlatin.so failed.
         The library file exists, so either the program or the library don't has privileges to access the library
         or the library is not loadable by the shared object loader.
       /opt/SAPClients/SAPGUI7.00/bin
            drwxr-xr-x 2 root root    4096 Apr 22 13:28 gmux
             -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guilogon
             -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guistart
             -rwxr-xr-x 1 root root    5276 Apr 22 13:28 libGnomeConnect.so
             -rwxr-xr-x 1 root root 4975845 Apr 22 13:28 libJPlatin.so
             -rwxr-xr-x 1 root root   15456 Apr 22 13:28 libKde3Connect.so
             -rwxr-xr-x 1 root root 4472149 Apr 22 13:28 sapftp
             -rwxr-xr-x 1 root root    4050 Apr 22 13:28 sapgui
             -rwxr-xr-x 1 root root 4523284 Apr 22 13:28 saphttp
    Any ideas to the above
    Thanks.

    Hi Hannes,
         When the guistart program is started, I get the following messages:
    drwxr-xr-x 2 root root    4096 Apr 22 13:28 gmux
    -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guilogon
    -rwxr-xr-x 1 root root    4052 Apr 22 13:28 guistart
    -rwxr-xr-x 1 root root    5276 Apr 22 13:28 libGnomeConnect.so
    -rwxr-xr-x 1 root root 4975845 Apr 22 13:28 libJPlatin.so
    -rwxr-xr-x 1 root root   15456 Apr 22 13:28 libKde3Connect.so
    -rwxr-xr-x 1 root root 4472149 Apr 22 13:28 sapftp
    -rwxr-xr-x 1 root root    4050 Apr 22 13:28 sapgui
    -rwxr-xr-x 1 root root 4523284 Apr 22 13:28 saphttp
    [root@localhost bin]# ./guistart /H/n4shost/S/3201&expert=true
    [1] 5428
    [root@localhost bin]# ############################# ERROR #############################
    22.04. 16:29:30.791 ERROR: Attempt to load shared library /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so failed.
    The library file exists, so either the program
    don't has the privileges to access the library
    or the library is not loadable by the shared object loader
    Technical information:
    Error location: GuiJniLoader.loadPlatinLibrary()
    Error message : /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so (/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so: wrong ELF class: ELFCLASS32)
    ERROR #############################
    java.lang.UnsatisfiedLinkError: /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so (/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so: wrong ELF class: ELFCLASS32)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:958)
            at java.lang.System.load(System.java:366)
            at com.sap.platin.r3.util.GuiJniLoader.loadPlatinLibrary(GuiJniLoader.java:129)
            at com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:24)
            at com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)
            at com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:314)
            at com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:850)
            at com.sap.platin.base.logon.GuiImpl.evalCommandLine(GuiImpl.java:265)
            at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:43)
            at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:380)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.micro.Microkernel.invokeMainMethod(Microkernel.java:1584)
            at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1662)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.Gui.main(Gui.java:65)
    [root@localhost bin]#
    Cheers.

  • Dynamic Property Editor for a Component

    All,
    Have a requirement to show the properties of a given component when the component is selected by the user in a nice property editor within Webcenter. The component will be part of a Fusion Web application (ADF). Can we surface the properties of the component via introspection at runtime from a Fusion Web application (ADF) within WebCenter for DT@ RT. Does Webcenter have any property editor which introspects and displays the component properties, say the properties of a Java Data Transfer Object in this case.
    Thank you.

    well your requirement is similar that ADF Faces Rich client demo provides.
    Unfortunately the online hosted version is not working but you can download the code and run http://www.oracle.com/technetwork/developer-tools/adf/documentation/adf-faces-rc-demo-083799.html
    http://www.oracle.com/technetwork/developer-tools/jdev/index-098948.html
    Zeeshan

  • Error: unable to resolve '/images/title.png' for transcoding

    Error:
    Error: unable to resolve '/images/title.png' for transcoding
    Code:
    [Embed(source="/images/title.png")]
    private var title:Class;
    In FB3, I get this error when building. At the root of the
    project I have an assets folder, which I have added as a source
    path, and that folder has the images folder referenced. It seems to
    me that the file should be found. How can I solve this? For what
    it's worth, I'm using ANT to do the build. Here is the mxmlc
    target:
    <target name="build.mxml" depends="check.swf">
    <echo message="${basedir}\assets"/>
    <mxmlc
    file="build/swf/twileague.mxml"
    output="build/swf/twileague.swf"
    services="ear/${WEBAPP_NAME}.war/WEB-INF/flex/services-config.xml"
    context-root="${WEBAPP_CONTEXT_ROOT}"
    use-network="false"
    keep-generated-actionscript="true"
    warn-missing-namespace-decl="false"
    incremental="true">
    <load-config
    filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
    <source-path path-element="${FLEX_HOME}/frameworks"/>
    <source-path path-element="as3"/>
    <source-path path-element="build/swf"/>
    <source-path path-element="${basedir}\assets"/>
    <compiler.include-libraries dir="lib" append="true">
    <include name="granite.swc" />
    <include name="granite-hibernate.swc" />
    <include name="granite-seam.swc" />
    <include name="Cairngorm.swc"/>
    <include name="myButtons.swc"/>
    <include name="myCombobox.swc"/>
    <include name="tide.swc"/>
    </compiler.include-libraries>
    </mxmlc>
    </target>
    Thanks for any suggestions

    Hey
    are you sure that your path is /images/title.png because this
    is an absolute path and not a relative path

  • Validation Assignment expression editor pop-up

    Hi All,
    When am trying to open the validation/assignment expression editor, its not opening at all.
    looks like its hidden somewhere. am using the 7.1 ramp-up.
    I have re-installed the Datamanager component.
    Have checked with calculated fields, its working.
    Kindly revert to me asap.
    thanks
    Alexander.

    Hi Alex,
    I am just guessing here, but it might be a bug or if you're using two monitors every now and then, you might have moved the popup to the other screen for better visibility like I do
    When I get back to one monitor it opens the popup in the non visible area of my laptop. You might try and extend virtually your desktop to reach wider area and see if it's there by scrolling...
    Console is a different application and it remembers the position of the popup window separately... that's why you have it there.
    Again... just an idea
    Regards,
    Boris

  • Why does my Airport Express say "self assigned IP address"?  No IP address for the ethernet, and it is not connecting to my cable router any longer...

    Why does my Airport Express say "self assigned IP address"?  No IP address for the ethernet, and it is not connecting to my cable router any longer...

    Some cable providers.....like mine, a well known company......seem to take anywhere from a few moments to sometimes up to 30 minutes to allow their equipment back at the cable company to fully reset and issue a new fresh connection.
    So, it would not hurt to leave things powered down for 15-20 minutes or more when you perform the reset that John Galt suggests.

  • Unable to See the Technology Function in The Expression Editor- ODI 11G

    Hi,
    I am developing Interface whereas i am unable to see the Technology functions in the Expression Editor where i am trying to do some transformation .
    Secondly in the Header it is showing Default language in place of SQL(Oracle)
    any fix please..
    Thanks,
    KP

    I fixed it myself- thanks
    Below was the step i did which resolved the issue. hope this will help others
    Go to ODI Studio
    In Topology- Expand Language
    Import New Language
    import in synonym INSERT_UPDATE mode
    The Language definitions from $ODI_HOME/oracledi/xml-reference/LANG_SQL.xml
    click OK
    close ODI Studio and Open again. that fixed my issue.
    Thanks,

  • Unable to uninstall Express 2012 for Windows Desktop: "unable to locate package source"

    Once again, I'm running out of hard drive space on my main system drive.   119GB isn't enough when individual programs are taking up 8GB.  Arrrgh!!
    I originally downloaded the Express versions of VS2012, for web and desktop, but later got the Professional version. I have been able to uninstall Express 2012 for Web successfully, but when I attempt to uninstall Express 2012 for Desktop, I get this error:
    Unable to locate package source
    Please provide a location to search for the packages:
    D:\packages\Preparation.exe
    I do not have a D: drive, and I don't see a c:\packages folder.
    How to proceed?
    Thanks

    Hello lloydmalvern,
    The problem is that setup are trying to use your source package to uninstall Express 2012 for Desktop. If you want to proceed the problem, please try download a new package and run that package to uninstall your Express 2012 for Desktop.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to populate the Custom Views on UI for the component BP_FACTSHEET

    Hi All,
    I am working on a requirement on Interaction Center 7.0 .In this i have enhanced the component BP_FACTSHEET and created new Custom views in it. But i am unable to bring those custom views on the UI. As, we know that in this component there is no concept of overview set also.
    So, if anyone has faced the same problem please share your inputs.
    Thanks in advance,
    Thanks and Regards,
    Sharad

    Hi Sarad,
                       First you have to enhance the component BP_FACTSHHET .After that configure ur coustom view in fachsheet id BP_ACCOUNT_FS in SPRO.After that go to component BSP_DLC_FS,where you have to configure the ur view in specfic tiles which is display in web ui for specific to business roll.here you can find the ur fachsheet id and custom view.this component is automatically call when you launch fachsheet in web ui for specific business partner under account tab.
    Thanks
    Vishwas Sahu

  • No JavaScript Intellisense in Visual Studio Express 12 For Windows Phone

    I'm developing mobile app for windows phone using Windows phone 8 SDK (Visual Studio Express 12 For Windows Phone). I want to use code auto-Complete facilities when coding in Javascript. For that I need to use Intellisense for JS.
    According to my knowledge, To configure Intellisense according to my knowledge,It have navigate to the [Tools] > [Options] > Text Editor > JavaScript > IntelliSense >
    But in my [Tools] > [Options] > Text Editor > list there is No item called JavaScript.
    Please help me for solve this.

    Hi AmilaEranga,
    I try to test it in my side, I could get the JavaScript Text Editor in my side.
    So I doubt that it would be your VS IDE issue. If possible, please download it from the official site here:
    http://www.microsoft.com/en-us/download/details.aspx?id=30664
    And then repair your VS, test it again.
    Or you could run the following command lines with the Developer Command Prompt of VS2012:
    devenv /setup
    devenv.exe /InstallVSTemplates
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • In the expression editor dialog box my TAB key doesn't function correctly

    This is bizarre behavior that seems to have started recently.
    In Visual Studio 2012, an SSRS project, any expression editor dialog:
    The tab key doesn't work right.
    Open the expression editor and:
    * I see a blinking cursor and I can type in the expression box.
    * If I hit the tab key, the cursor disappears and I cannot type.  I appear to lose focus in the editor but focus doesn't appear to go anywhere else in the dialog box.
    * If I hit the tab key a 2nd time, the cursor is still gone and I cannot type. 
    * If I hit the tab key a 3rd time, I can finally type again and note that I am now
    3 tabstops in.  In other words it seems like the tabs were working but I lost the ability to type anything until I "tab" 3 magical times. 
    I can work around this by hitting tab key then grabbing the mouse and clicking where the cursor SHOULD be which returns focus to the text area.
    Hopefully this image helps clarify:
    Anybody know what is wrong?
    Microsoft Visual Studio Professional 2012
    Version 11.0.61030.00 Update 4
    Microsoft .NET Framework
    Version 4.5.50709
    Installed Version: Professional
    LightSwitch for Visual Studio 2012   04938-004-0034007-02367
    Microsoft LightSwitch for Visual Studio 2012
    Office Developer Tools   04938-004-0034007-02367
    Microsoft Office Developer Tools
    Team Explorer for Visual Studio 2012   04938-004-0034007-02367
    Microsoft Team Explorer for Visual Studio 2012
    Visual Basic 2012   04938-004-0034007-02367
    Microsoft Visual Basic 2012
    Visual C# 2012   04938-004-0034007-02367
    Microsoft Visual C# 2012
    Visual C++ 2012   04938-004-0034007-02367
    Microsoft Visual C++ 2012
    Visual F# 2012   04938-004-0034007-02367
    Microsoft Visual F# 2012
    Visual Studio 2012 Code Analysis Spell Checker   04938-004-0034007-02367
    Microsoft® Visual Studio® 2012 Code Analysis Spell Checker
    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
    Visual Studio 2012 SharePoint Developer Tools   04938-004-0034007-02367
    Microsoft Visual Studio 2012 SharePoint Developer Tools
    ASP.NET and Web Tools   2012.3.41009
    Microsoft Web Developer Tools contains the following components:
    Support for creating and opening ASP.NET web projects
    Browser Link: A communication channel between Visual Studio and browsers
    Editor extensions for HTML, CSS, and JavaScript
    Page Inspector: Inspection tool for ASP.NET web projects
    Scaffolding: A framework for building and running code generators
    Server Explorer extensions for Windows Azure Web Sites
    Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Windows Azure
    Color Theme Designer   1.0
    Designer for creating new color themes
    NuGet Package Manager   2.8.50126.400
    NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
    PreEmptive Analytics Visualizer   1.0
    Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
    SQL Server Analysis Services   
    Microsoft SQL Server Analysis Services Designer 
    Version 11.0.3369.0
    SQL Server Data Tools   11.1.40706.0
    Microsoft SQL Server Data Tools
    SQL Server Integration Services   
    Microsoft SQL Server Integration Services Designer
    Version 11.0.3369.0
    SQL Server Reporting Services   
    Microsoft SQL Server Reporting Services Designers 
    Version 11.0.3369.0
    BIDSHelper
    BIDS Helper 2012 - An add-in to extend SQL Server Data Tools - Business Intelligence (SSDTBI formerly BI Development Studio)
    (c) 2014 Version 1.6.6.0
    http://www.codeplex.com/bidshelper
    SQL Prompt 6
    For more information about SQL Prompt, see the Red Gate website at
    http://www.red-gate.com
    For customer support, call 1-866-733-4283.
    Copyright © 2006–2009 Red Gate Software Ltd

    Hi Bostaevski,
    Thank you for posting in MSDN forum.
    According to your description, as you said that the cursor disappears and cannot type issue. It seems that the issue may be not Visual Studio the VS IDE issue.
    In addition, I find a similar thread about the
    Expression Editor Cursor Issue,
    please see:  
    http://www.beta.microsoft.com/VisualStudio/feedbackdetail/view/780682/vs-2012-rdlc-expression-editor-cursor-issue#.
    Therefore, I suggest you could also try to press alt with left and right arrow keys and check if it is works fine.
    Thnank for your understanding!
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SSRS date format in Expression Editor issue

    Hi,
    In the SSRS Report I am using a date field in the expression(=Fields!StartDate.Value), it returns the values in 'mm:dd:yyyy hh:mm:ss'. I dont want the hh:mm:ss part, I want only mm:dd:yyyy. is it possible using the expression editor with the built in SSRS functions?
    Thanks,

    Hi Mahasweta,
    Thanks a lot again ......=formatdatetime(Fields!StartDate.Value,2) works .......
    Please Note : While using format(Fields!StartDate.Value,"mm/dd/yyyy"), i didnt get the 'mm' part, there was '00', rest dd and yyyy works file. Where as =formatdatetime(Fields!StartDate.Value,2) works perfectly.
    In the =formatdatetime(Fields!StartDate.Value,2) expression, what does this '2' stands for? where shall i get more information....

  • Error message -L3199-Total for assigned quantities exceeds quantity to be removed

    Hi,
    We are facing problem in picking at last HU in WM while creating transfer order for delivery document in PRD. We reproduced same issue in QXS.
    Sales order was created with 40 Drums and also delivery with 40 Drums. Conversion factor mantained in material master is 441 DR = 30000KG, Base unit of measure is KG. While creating TO , we need to insert 5HU(each HU = 8DR) i different line items in TO . Tilll 4th HU is inserted i.e 32 DR(total)  there is no issue. But as soon as we enter 5th HU below error is throwing.
    Error Message - L3199-Total for assigned quantities exceeds quantity to be removed
    In some cases delivery qty is showing more than picked qty (in other deliveries) and hence unable to create or confirm Transfer order.
    Appreciate your comments on above issue /resolution or any OSS note/user exits/BADI exists ?
    Regards,
    Srinivas M

    there is a huge amount of decimal dust
    1 drum has a weight of 68.02721088435374
    calculating the weight of 40 drums (quantity to be removed) in one single calculation rounds different to 5 * 8 drums where you actually have 5 individual calculations with a rounding that is then added to one result (assigned quantity).
    Have a look into this KBA, as it explains different reactions based on the screens that are used.
    However, I think you will not get lucky by this workaround as the you still have inaccurate quantities for the remaining drums
    1926014 - LT03 - Overpicking allowed / not allowed during TO creation in foreground

  • I'm unable to add the email address for iMessage, that I was using before iOS 7 to my iPhone, because it says that it is "in use by another device," but I have no other devices.  How do I resolve this so I can add this email address to my iPhone?

    I'm unable to add the email address for iMessage, that I was using before iOS 7 to my iPhone, because it says that it is "in use by another device," but I have no other devices.  How do I resolve this so I can add this email address to my iPhone to send and recieve iMessages?

    Sync your iPhone to iTunes, and see if that does the trick.  Also you could try a Soft Reset with no Risk to Data.  Holding down both the Sleep button and the Home button until the Apple logo appears and then waiting for the Reset to bring you iPhone back to the lock screen.    Are you trying to add the email at Settings>Messages>Send and Receive from (2 Addresses) your iPhone number and your email address?

Maybe you are looking for

  • Best way to natively tag photos on OS X

    For years, I've been simply taking the native image stored on my iphone and placing them in a chronologic folder (Year > Month > Event)...that was it. No tagging, no renaming photos, no nothing. Then, I was dinking around in Windows 7 and saw how awe

  • Tecra S3: Notebook shuts down due to overheating

    Whenenver I run CPU-intensive processes on my laptop, the computer's base and the table become untouchably hot and the laptop shuts down without any warning after a certain time. What can I do?

  • ERROR in dbms_stats

    Hi, i am executing dbms_stats . but i am receiving the following error as SQL> exec dbms_stats.gather_schema_stats ( ownname => 'STA' , estimate_percent => 10 ); BEGIN dbms_stats.gather_schema_stats ( ownname => 'STA' , estimate_percent => 10 ); END;

  • How to access the ms access database in the JApplet?

    I am New here. Please help me. I am create one java file to access MS access the database in the JApplet. It say "Access denied". How to access the ms access database in the JApplet? Message was edited by: SVPRM

  • Is there a way to get my FCPX audio to Logic Pro?

    There was the automatic duck option but that no longer works with FCPX 10.03 Is there a way yet for me to get my audio to Logic Pro for mixing?