Tranforming a Preference in Expression builder expression

Hi there.
I have a BPEL processo Preferecence populated with something like: concat('this is a test: ', bpws:getVariableData('inputVariable','payload','/client:TesteDescriptoresProcessRequest/client:input'))
And when I do the ora:getPreference('TestPreference') I get a string with the expression that I whant to run/execute and assign to a variable.
<result>
concat('this is a test: ', bpws:getVariableData('inputVariable','payload','/client:TesteDescriptoresProcessRequest/client:input'))
</result>
But I want the result to be:
*<result>*
this is a test: 123
*</result>*
Someone knows how to tranform a string set in Prefereces to expression where i can use BPEL Expressions to assing values of variables ???
I already tryed to do ora:ParseEscapedXML(ora:getPreference('TestPreference')) but isn't working.
Thank you in advance.

I'm still having that problem.
Someone can help me ?

Similar Messages

  • My wi-fi worked fine on Airport Express two days ago.  Now the light is green, but I can't get the Internet on my satellite connection.  I've checked Network Preferences, Aiport Express menu, and the satellite tech support. The Ethernet connection works.

    My wi-fi connection from my iPad via the Airport Express Base Station on my home computer worked just fine until yesterday morning.  I have a Macintosh G5 with a satellite connection.  I could not get an Internet connection.  After using the Network Preferences and Aiport Express applications several times, then unplugging and replugging in the computer, satellite modem and Airport Express module, checking the satellite dish for any obstructions, and so on, the computer still wouldn't connect to the Internet.  (The green light was on in the Airport Express module.)  I called the satellite company technical support division last night.  The tech couldn't find any problem with the satellite connection.  When I plugged the satellite modem cord directly into the Ethernet outlet on my computer, I could pick up the Internet.
    Today, the Airport Express module still has a green light but still doesn't connect to the Internet.  The only thing I can think of is that lights went out for about 15 minutes yesterday morning.  All of my electronics, except the Aiport Express Base Station, are on surge protectors.  Why would the Airport Express module still have a green light if it was damaged by the electrical outage? 
    I bought the module in 2009.  I have never had problems with Apple equipment before this. Is this base station fixable?
    I would appreciate your suggestions.

    Hello everyone.  I too have experienced the same problem Mary described starting on the same day she mentioned January 12.  I have a G5 iMac, a G5 mini-mac, and a G4 laptop.  They were all working fine but all have mostly the same problem now in that the G4 does not connect at all and the G5s connect once in a while after restarts but do not maintain the connection.  In my case there was no power interruption.  In fact, the G4 laptop was not even connected to the home power connection.  My iPad2 and iPhone 4s wireless work fine and a wireless PC and Android tablet work fine as well.  The G5 and G4 work fine on an ethernet connection. ISP tech support (AT&T u-Verse) was very generous with their time in trying to solve my problem although it was established early on that their connection and equipment was working fine and that the problem was with my computers.  They walked me through a manual reset of all the particulars on IP addresses etc. so the problem was not related to that either. In the end ISP tech support concluded that the problem must lie with the Airport driver.  For some reason it changes the IP addresses to an incorrect address so it cannot connect.  Indeed when I tried the diagnostics on the G4 I got a window Pop-up that said an application had reset my settings. (In retrospect I seem to recall that I may have gotten that same message early on with the G5s but at that time I did not think much about it and went about trying to reset the settings but that process never concluded well) I think that the problem may be that there must have been an update of the Airport software that was not backward compatible with the G5 and older Macs.  I mention all this for two reasons.  First, perhaps someone out there who knows better than I do how to bring this to Apple's attention and perhaps they will address this.  Second, I would be curious to know whether there is anyway one can return a configuration on Macs to some earlier time period (as you can on PCs) when everything worked and then leave it that way foregoing any subseqent upgrades or any subsequent apps?

  • Typing Preferences in Flash Builder

    I noticed that Flash Builder (including the Burrito preview) is missing they 'typing' preferences under the 'editor' preferences.  FDT as well as many other plugins have this preference which allow you to turn on and off preferences for having quotes and paranthesis automatically close when typed with your cursor ending up between them (which is a huge time saver).  Any chance this can be activated in the final Buritto release?

    Adobe Flex 4: Training from the Source, Volume 1
    this book is in color or "black and white"?

  • Trash preferences or re-build them?

    I have trashed my preferences file (com.apple.motion.plist), but now none of my presets (DV, HDV, etc.) available when creating a new project are no longer available. I've saved the old file, so is there a way that I can boot into Motion, and force it to re-build the the old file, saving those presets, etc. on start up?

    Howdy,
    The Motion preferences file (com.apple.motion.plist) is not related to the project presets. If your project presets are missing, it sounds like you tried to reinstall some part of the Studio, which will break the Motion presets.

  • Airport express doesnt show up under sound preferences

    Hello there,
    I have a macbook air (2010 model) and run osx 10.8.6
    with itunes i can choose to stream audio via airport express, but if I check my sound preferences, airport express does'nt show up. And I would like to stream music from Spottify as well.
    (by the way, alt-bitton and pressing volume doesn't do the trick either).
    Any suggestions? Thanks, Layana

    I have exactly the same problem with the same osx 10.8.6 on a Macbook pro. Heeelp!

  • Using dynamic text in Flash Builder

    Hi,
    I'm trying to get some dynamic text to my web page. The text is readed from .txt file
    I use AS script which i was using in a project I made with Flash Pro and now i try to implement it in Flash Builder project
    The script look like this:
    var req:URLRequest = new URLRequest("design_1.txt");
    var loader:URLLoader = new URLLoader();
    function textLoaded(event:Event):void
    design.text = loader.data;
    loader.addEventListener(Event.COMPLETE, textLoaded);
    loader.load(req);
    So first I made a project with Flash Catalyst and in there I created an area text element. Then I imported the project to Flash Builder and put the AS script in the <Script> section and gave the <RichText> an id="design".  The text is just simple text and formatting happens in richtext element.
    So, when i try to compile the FB project it give me and parse error "undefined property error req", "undefined property error loader" etc.
    So should i alter the AS script for FB or is there something else wrong? I tried to google how to use dynamic text in FB but couldn't find any easytyutorials. I'm mostly a desginer so coding isn't my speciality. But thanks for help!

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Problem signing application to BlackBerry from Flash builder 4.6 premium

    Hi,
    I would like generate "BlackBerry" version of my application with Flash Builder, for this i'm using this guide.
    http://docs.blackberry.com/en/developers/deliverables/37176/BlackBerry_Tablet_OS_SDK_for_A dobe_AIR-Getting_Started_Guide_for_Windows_Developers--1943146-1206065540-001-2.0_Beta-US. pdf
    First, i have uninstalled older flash builder versions, and i have installed Flash builder 4.6 premium.
    After, I have installed the BlackBerry Tablet OS SDK for Adobe AIR.
    Next, I have updated the BlackBerry Tablet OS SDK plug-in.
    But, my problem is using the deployment setup wizard.
    I tried with the BlackBerry Tablet Simulator started, but when I click "Run the BlackBerry Tablet OS Deployment Setup Wizard" to configure your development environment, the wizard is not showing.
    I would like generate my application, ".bar" file, signed with the reals certificates of BlackBerry. But i don´t know what is the problem.
    Somebody have tested if this wizard is working to Flash builder 4.6.
    Furthermore, i have tried to setting the reals certificates of BlackBerry, with the preferences window:
    Flash Builder > Preferences > Flash Builder > Target Platforms > BlackBerry Tablet OS > Signing.
    Such as at this url:
    http://www.adobe.com/devnet/air/articles/packaging-air-apps-blackberry.html
    But when i click Register button, the dialog is not showing.
    Any idea is wellcome.
    Thanks

    Hi all,
    I have found the problem
    BlackBerry Tablet OS search a path that don´t exist in my spanish Windows X.
    As my system is at spanish, BlackBerry Tablet OS installer create this path:
    %HOMEPATH%\Configuraci¾n local\Datos de programa\Research In Motion
    To resolve the problem, you must to create the path in english and copy the content of spanish path:
    %HOMEPATH%\Local Settings\Application Data\Research In Motion
    By default, code signing keys are stored in a central location in your profile directory and used by all BlackBerry Tablet OS development tools. The default locations of these files vary based on operating system and  are outlined in the following table.  
    Note: In a Windows XP environment, the default  %HOMEPATH% is C:\Documents and Settings\<username>.  In a Windows Vista and Windows 7 environment, the default %HOMEPATH% is  C:\Users\<username>.
    Windows XP
    %HOMEPATH%\Local Settings\Application Data\Research In Motion
    Windows Vista  and  Windows 7
    %HOMEPATH%\AppData\Local\Research In Motion
    Mac OS
    ~/Library/Research In Motion
    UNIX and Linux
    ~/.rim

  • Error message in trying to use local content in Adobe Community Help of Flash Builder

    Hi,
    I have set my Adobe Community Help application preferences of Flash Builder to 'Display local content only'.to Yes.
    I also disabled my internet connection to use local help content only.
    I get the following error message when trying to access any of the links from Help home page.
    To view the requested page, connect to the Internet or deselect "Display Local Help content only" in Preferences.
    I understand this is due to all the links point online HTTP urls.
    But why cannot the local help content be accessed when it is already downloaded to local and the 'Display local content only' option is set to Yes?
    This saves me a lot ot time otherwise using Adobe Community Help is painful even for a short period of time.
    Thanks,
    Ram Manoj Kongara.

    Hi, Ram -
    To help troubleshoot your problem, can you please do the following:
    In the Adobe Community Help application, go to Edit > Preferences.
    Select Local Content.
    The list of Help packages downloaded locally appear. Make sure that the status of every Help packages reads “Current”. If the status of a Help package reads  "Out-of-Date”, select that Help package, and click Update to download the latest Help package. Note that to do this, you have to be connected to the Internet. Once you fully download the Help packages to your desktop, you can access Help offline.
    One other thing that I would want you to check is the Adobe Community Help Client version that you are using. To check that, in the Adobe Community Help application, go to File > About Adobe Help. The build version should be 3.2.0.610.
    Let me know if this helps. If the issue still persists, we can investigate further.
    Thanks,
    Mallika Yelandur
    Technical writer, Adobe Flash Builder

  • Using code templates in Flash Builder

    Hi, all;
    I know how to change most of the templates so that they go from the default "uncuddled" brackets to "cuddled"
    i.e.
    public function notCuddled():void
         //TODO
    vs.
    public function cuddled():void {
         //yay! no wasted space
    However, I have not found the template used for the constructor for a generated Class, so I get:
    package my.package {
         public class MyLovelyCuddledClass {
              public function MyLovelyCuddledClass()
              {//wasted line that I have to manually fix
    I love the new productivity enhamcements in FB 4.5, and they are so great that little nitpicks like this stand out.  Can anyone tell me where I can find the template that is used for this, so I can code to the fullest potential of the tool?
    TIA;
    Amy

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Flash Builder 4.7 does not update

    Hello, well I'm putting this here because the doubts forum flash builder anyone responds!
    I migrated to Windows 8.1 Pro and installed Flsh Builder 4.7 and when I upgrade from this error:
    'Contacting Software Sites' has encountered a problem.
    Unable to read repository at http:\\aesplugins.adobe.com\aes\tooling\plugin\10.0\content.xml
    Connection reset
    I can not tell if this error occurs only in Windows 8.1 Pro and I can not test on Windows 8, want to know what is causing this problem and how to solve, I already checked the connection options in the preferences of the builder and flash this normal! can someone help me?

    I am experiencing the same issue.
    "Unable to read repository at http://aesplugins.adobe.com/aes/tooling/plugin/10.0/content.xml"
    Using Flash Builder 4.7 on a Mac running OS X 10.5.8

  • Flex builder 3 don't show new components

    Hi,
    I've installed flex builder 3 beta 3. The new components such
    as the advanced datagrid don't show in the components window.
    Actually they were showing but for some reasons they are gone now.
    I also have flex builder 2 installed on the same pc, but it
    shouldn't be an issue.
    I've made sure in the preferences that flex builder 3 uses
    the right sdk (3.0 beta 3)
    Can someone help ?
    Thanks

    Yes I was definitely running 3.0. I've solved the problem by
    reinstalling flex 3.
    However sometimes I get a nasty crash when I open a component
    in Design mode and when the Properties window of this component is
    opened. Then Flex closes and I get a popup with error log. Will
    post it next time I see it.
    Overall it seems ok though, I'm already enjoying the advanced
    datagrid :)

  • Debugger error in flash builder 4.5

    Hi ...
    I'm using Adobe flash builder 4.5 and i tried to debug an .mxml application
    i got the following error...
    How can i resolve this problem??

    Hello,
    I also had same issue with my Flash Player.
    Make sure u have Debug version of the flash player installed.
    If not you can download it from from following link,
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe  (for IE)
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe   (for FIREFOX)
    Chrome has it inbuilt.
    Just make sure proper browser is selected in preferences of flash builder.
    Thanks and Regards,
    Kanchan Ladwani | [email protected] | www.infocepts.com

  • Adobe Flash Builder 4.7 Plug-in Utility Not Installing on Eclipse

    I am trying to install Flash Builder 4.7 Plugin into Eclipse. I have downloaded Flash Builder Premium via Adobe's Creative Cloud. I have also installed Eclipse Indigo. I am running this all on Mac OSX.
    According to a tutorial I found I needed to go into the Utilities folder found in the Flash Builder install and run the Adobe Flash Builder 4.7 Plug-in Utility. It seemed to run fine. Afterwards you should be able to see "Flash Builder" in the help menu of Eclipse. However it is not there. You should also be able to set Flash Builder preferences under Window --> Preferences. Flash Builder is also not visible there.
    According the the tutorial there should also be this file "fb-4_7-plugin-encoded.link" created in the "dropins" folder of Eclipse. This file is created. However it is blank.
    I looked into the installation log and there was only one concerning message.
    Move File: Destination: /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link
    Status: WARNING
    Additional Notes: WARNING - There was a problem moving /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link
    I am unsure what this means the documentation seems to be pretty sparse. However, it seems to be the only problem in the entire installation process. Any ideas or suggestions on what could be causing this error would be great.

    Hey,
    I actually did solve this.  Forgot to come back and answer.  Hopes this helps Stefano.
    I went into dropins/fb-4_7-plugin-encoded.link and edited it to say the following:
    path=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.7

  • Flash IDE publishes SWF on every Flash Builder 4 save

    In FB4 I have created a 'New Flash Professional Project'.  The target FLA automatically publishes a SWF everytime I save a class in FB4, checking for errors, etc.  This is neat, but it's slowing my workflow, as I bounce between classes in FB4 & library assets in Flash CS5, I'm constantly waiting for the Flash IDE to finish publishing the SWF.
    My question is whether or not there's a way to disable the Flash IDE from automatically publishing on FB4 saves?

    iBrent helped to find in the FB4 Preferences > Workspace > uncheck Build automatically

  • Network Monitor Causing error in Flash Builder 4

    I am working with PHP data services on a MAMP server.  Everything works fine until I turn on the network monitor.  When network monitor is enabled, my first call to the server returns the following error:
    Send failed
    Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://localhost:8888/Dashboard1/gateway.php'
    The url correctly points to the gateway.php file so I am not sure where to start looking for the issue.
    Any help here would be greatly appreciated.  Thanks!

    Hello,
    I also had same issue with my Flash Player.
    Make sure u have Debug version of the flash player installed.
    If not you can download it from from following link,
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe  (for IE)
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe   (for FIREFOX)
    Chrome has it inbuilt.
    Just make sure proper browser is selected in preferences of flash builder.
    Thanks and Regards,
    Kanchan Ladwani | [email protected] | www.infocepts.com

Maybe you are looking for

  • Why is my color dialog blank?

    I was able to follow the whole tutorial in one evening (not without some difficulty). Everything in the design environment (IDE) looked the same in the video (or close enough) with exception of the pick-color dialog. My dialog was completely blank (n

  • White Screen Of Doom.  Someone save me .

    If someone can help me immediately, I would greatly appreciate it. When I turned on my computer after work tonight, everything seemed fine. The logo came up with the progress wheel and everything. However it was taking an unusual amount of time to lo

  • Export histogram to Excel

    Hi. I'm trying to export a histogram in LabView to Excel with the MS Office Report VI. However, when exported to excel the histogram doesn't show objects in bins. Rather, it displays the histogram as a continous graph. Please help! Pictures are attac

  • Can you share project plans with customers

    if I want to give a customer a MSP file with a plan in it; but I want them only to see the columns I want: no rates; no enterprise project fields (namely profit/GM) - how do I save Trying to stop the swap to Salesforce - but the errors keep a coming

  • Errors in timesten

    Hi I am getting below errors in Exception caught while inserting balance reservation details. Error :[TimesTen][TimesTen 11.2.2.2.0 ODBC Driver] Restricted data type attribute violation    can you please guide for which reason this error is occured ?