Weird behavior with Ctrl-Tab

Dear members,
(Forms 6i c/s)
I have two tab canvases in one form. For each one, the first tab page is a master list, and the second one is a single-record detail block.
I try to prevent the user from going to the second tab page if the list is empty, so I check the cursor-block in the When-Tab-Page-Changed trigger.
It works fine when I use the mouse, but I get a different behavior with the Ctrl-Tab keys:
In the first canvas, when WTPC trigger fires, the cursor-block is the list block, which is fine.
But in the other canvas, the cursor-block is already the detail block as soon as the trigger fires.
I don't understand where the difference comes from, and I don't really know where to search.
Does anyone have a clue ?
Thanks for your help.

I don't, since my code has to be generic (it's the same for both canvases, and many more).
And I can only get the name of a canvas from a block, not the name of a block from a canvas.
That's why the cursor-block was the best solution.

Similar Messages

  • How can I change the default behavior for ctrl-Tab?

    I tried to change the behavior of ctrl-Tab from 'Next Tab' to 'Previous Tab' and added 'alt-Tab' for 'Next Tab' in Keyconfig so I can navigate in both directions with one hand. It does not change the behavior of ctrl-Tab.
    I created both these shortcuts in Keyconfig:
    Next Tab
    gBrowser.mTabContainer.advanceSelectedTab(1,true);
    Previous Tab
    gBrowser.mTabContainer.advanceSelectedTab(-1,true);
    I even tried doing this from the command line with the same result:
    defaults write org.mozilla.firefox NSUserKeyEquivalents -dict-add "Next Tab" "~Tab"
    defaults write org.mozilla.firefox NSUserKeyEquivalents -dict-add "Previous Tab" "^Tab"
    I'm not sure why this didn't work but maybe "Tab" is the wrong keyword. I couldn't find any documentation on what it should be. Or possibly "Next Tab" and "Previous Tab" don't work in this case because they are not 'built-in' commands. A third possibility is that it won't work because ctrl-Tab is a built-in shortcut but I can't believe that is why. I was able to change cmd-Q to ^-cmd-Q no problem and that is a default OS X shortcut. I was also able to change other built-in functions' shortcuts, just not this one.
    So what am I doing wrong? Has anybody been able to change this particular shortcut?

    OK I posted a link to this thread on that forum thread but I still think this is general enough that it could be answered in this forum.

  • TLF 2/2.1/3 Weird behavior with floating graphics?

    Hi guys,
    I'm working on a chat application running on RED5 / AS3 and I'm struggling to get my client "UI" working perfectly.
    My problem is related to the TL Framework, on every version available.
    Basicly, I want to display a picture ( for user messages ) and icons ( for notifications ) on the left side of my lines, like this :
    So, I'v been messing around with "float=start", "float=left" and such, but i'm always encountering weird behaviors whenever I scroll or resize my containerController. It's quite easy to reproduce with the following code :
    public class Main extends Sprite
              private var controller:ContainerController;
              public function Main():void
                        if (stage) init();
                        else addEventListener(Event.ADDED_TO_STAGE, init);
              private function init(e:Event = null):void
                        stage.scaleMode = StageScaleMode.NO_SCALE;
                        stage.align = StageAlign.TOP_LEFT;
                        removeEventListener(Event.ADDED_TO_STAGE, init);
                        var holder:Sprite = new Sprite();
                        addChild( holder );
                        var tFlow:TextFlow = new TextFlow();
                        for ( var i:int = 0; i < 50; i++ )
                             tFlow.addChild( createLine() );
                        controller = new ContainerController( holder, 400, stage.stageHeight  );
                        tFlow.flowComposer.addController( controller );
                        tFlow.flowComposer.updateAllControllers();
                        stage.addEventListener( Event.RESIZE, resizeController );
              private function resizeController( e:Event ):void
                        controller.setCompositionSize( 400, stage.stageHeight );
                        controller.textFlow.flowComposer.updateAllControllers();
              public function createLine( ):DivElement
                        var d:DivElement;
                        var p:ParagraphElement;
                        var im:InlineGraphicElement = new InlineGraphicElement();
                        im.source = new Bitmap( new BitmapData( 16, 16, true, 0x30FF0000 ) ); // 0x30 Alpha
                        im.float = "left";
                        d = new DivElement();
                        d.clearFloats = "both";
                        p = new ParagraphElement();
                        d.addChild( p );
                        p.addChild( im );
                        return d;
    Basicly, I'm stacking 50 transparent "floating" elements. It works fine most of time, but if I randomly resize my Flash Player Window, I can get the first "invisible" element to overlap the last "visible" :
    It seems to be happening right when the last "floating" element should disappear. Instead, it gets "over" the previous one. It happens upon container resize and scrolls. I'v encountered this issue on lastest 2, 2.1 and 3 TLF builds.
    Beside the visual "bug", it also screws up my container.getContentBounds().height calls - which can make scrolling "trembling", as the height gets reajusted.
    I'm running out of ideas about how to handle this. This bug appears whenever I use "floating" graphics and I can't think of any other way to display graphics on the left side of my chat-lines.
    Maybe someone ran into this very problem and figured out a way to make it work?
    Excuse my english, thanks in advance,
    Lionel.

    Thank you for your report. And I have found the root cause.
    In BaseCompose.as
    protected function composeFloat(elem:InlineGraphicElement, afterLine:Boolean):Boolean
    if (!floatFits && (_curParcel.fitAny || _curParcel.fitsInHeight(totalDepth, int(logicalFloatHeight))) && (!_curLine || _curLine.absoluteStart == floatPosition || afterLine))
                    floatFits = true;
    The condition of if is true, only when the weird behavior happens. We need to discuss about how to fix it.

  • Some weird behaviors with AD RMS

    I spotted some weird behaviors in my Windows 2012 RMS setup:
    1. When opening an expired encrypted document in Outlook 2011(Macbook), it shows "IRM cannot start because the system clock has been changed"
    2. Encrypted email can't be previewed if user uses Outlook in RDS server
    3. "Permission will expire within 60 days" although I set the expiration to tomorrow
    Can I know are they default behaviors? Or its due to my wrong configuration?
    Jason

    Hi lab77,
    As far as I know, Office 2010 can NOT use AD RMS client 2.x.
    http://msviennatechnoblog.wordpress.com/2013/08/22/ad-rms-1-0-2-0-2-1/
    http://blogs.technet.com/b/rms/archive/2013/06/06/office-2013-ad-rms-client-2-x-and-template-distribution.aspx
    More reference about AD RMS client 2.x deployment note:
    http://technet.microsoft.com/en-us/library/jj159267(v=ws.10)#BKMK_UsingTrustedServers
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Weird behavior with streamreader. How do I fix?

    I have a ~ 1 GB text file containing a line of text followed by 100 million lines each containing a prime number followed by a last line with a zero. I've used (read with streamreader) this file in several VB (2010) programs without problem.  This morning,
    I tried writing a simple program which would tell me what the greatest gap is between any two of the primes in the file. After I debugged (due to some silly logic errors which shouldn't be relevant) the program's behavior changed. It was reading the file but
    now all it does is find a single line, rather than 100 million lines AND the single line is the filename rather that what the first text line actually is.
    I open the file in Form1_Load sub as follows:
    Dim fr As System.IO.Streamreader
    Dim s As string
    fr = New System.IO.Streamreader("filename.txt")
    s = fr.readline
    and from that point I ran into problems when I used a RichTextBox to display (via .AppendText) the output using a While fr.peek >0 loop. I've previously run into the problem that writing to textboxes and richtextboxes take enormous amounts of time to
    run (hours, if not days)  while the same logic but directed to an output file runs in a couple of minutes. So, I closed the program (forced closed) and rewrote output to a streamwriter to a new filename. Since then, I can't get any real output from the
    file, even when I change output back to a textbox. The text file name is Primes1E9.txt and the first line is:> This file contains 102886524 primes, the largest is 2099999983 < and the second line is 2 then 3, 5, 7, etc up to 2099999983 followed by a
    line containing a 0. Here is the problem: when I attempt to read past the first line, the program causes an error (I can catch error in catch try block) or if I don't use a catch block then I get an unhandled error. AND the first readline tells me that the
    first line is Primes1e9.txt, which it is NOT. (again, that is the filename, not the first line of text). I've tried closing VS2010, shutting off my PC and rebooting, and deleting and replacing the copy of the text file, all to no avail: I continue to get the
    erroneous behavior. Windows explorer confirms the first 20,000 or so lines are correct in the textfile, but my VB2010 program isn't seeing it correctly for some reason. Any ideas?
    I use VS2010 on Win7 (64bit), files are on my E: drive (E:\<root> , specifically) with executables in the usual subdirectory (bin\debug).
    David E. Nalepa

    Hi
    The code below took 144 seconds on my system to read and fill a similar amount of data to the RTB.
    ' Form1 with RichTextBox1
    Option Strict On
    Option Infer Off
    Option Explicit On
    Public Class Form1
    Dim sw As New Stopwatch
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load
    ' WriteDummyData()
    sw.Start()
    FillRTB()
    sw.Stop()
    Me.RichTextBox1.AppendText("Time: " & sw.ElapsedMilliseconds.ToString & "ms" & "(" & sw.ElapsedMilliseconds \ 1000 & "sec)")
    ' on my system it took 144 seconds to fill the RTB
    End Sub
    Private Sub FillRTB()
    Me.RichTextBox1.LoadFile(Application.StartupPath & "\Data\MyFile.txt", RichTextBoxStreamType.PlainText)
    End Sub
    Public Sub WriteDummyData()
    ' this created approx 1GB data text file
    Dim fn As String = Application.StartupPath & "\Data\MyFile.txt"
    Dim pp As String = My.Computer.FileSystem.GetParentPath(fn)
    If IO.Directory.Exists(pp) Then
    Using sr As IO.StreamWriter = New IO.StreamWriter(fn, False)
    For r As Integer = 1 To 100000000
    sr.WriteLine(r.ToString)
    Next
    End Using
    Else
    My.Computer.FileSystem.CreateDirectory(pp)
    WriteDummyData()
    End If
    End Sub
    End Class
    Regards Les, Livingston, Scotland

  • Strange behavior with the tab key and multiple users

    Hello,
    I'm stuck on this problem and none of the usual trouble-shooting techniques have yielded results, so perhaps someone will point me the right direction.
    I have an Intel iMac running 10.3.9 with two user accounts, and in one of the accounts the tab key fails to advance the cursor from field to field in any application, be it a browser, mail client, etc. The tab key works otherwise, I can switch between applications using apple tab, for instance. The other user account works fine. The keyboard & Mouse preferences are identical on both user accounts. In fact, after creating a new user account it too had no tabbing from field to field either, which would seem to indicate that it is not a problem in an individual account. Repairing the permissions did not help, and even a recent archive and install failed to change this. Anyone know where to look for an answer? Thanks in advance...
    iMac 2GHz Intel Core 2 Duo Mac OS X (10.4.9)

    I did a wholesale replacement of the preferences folder from the working account to the non-working one, and after going through the welcome screens and re-setting a variety of preferences (setting up mail.app again, etc...), the tab key is functioning as expected in all applications. Thanks!

  • Weird Behavior with Macbook  pro and 30" screen

    When trying to iSync my phone via Bluetooth my Bluetooth mouse takes on strange sluggish behavior and makes it virtually unusable. At this point I’ll flip open the lid on the Mac book and use the track pad. When I shut the lid again I lose the picture on the big screen only for it to return some seconds later when I hit the Bluetooth keyboard the picture comes back then after 5-6 seconds disappears. It’s almost like it get’s stuck in some sort of hibernation cycle mode.. The only way to solve it , so far is to open the lid and restart then close the lid before it boots up again. The exact same thing happens if I unplug the power cord. Sometimes as happened today you open the lid and nothing , you actually have to flip the battery out for a moment then reboot as above.
    Providing I don’t open the lid or remove the power cord the computer and display work just fine
    I’m guessing there is something I can do in the settings, but I’m not sure what it is. But as you can imagine it’s a real pain
    Any pointers or ideas would be welcome and any explanation as to why the mouse goes nuts when I establish a connection between the computer and the phone( The sluggishness remains even after I’ve closed Bluetooth on the phone)
    Thanks
    Symon

    Dang, I assume correctly that it doesn't work as advertised for you? I have a MacBook 13.3-in with a Dell 20-in display attached as extended desktop and when I pan, I eventually can only zoom in to the bottom of the screen. I can only pan horizontally.
    Not as advertised at all I hope someone can fix that.

  • OBIEE Answers weird behavior with drilldown

    Hello,
    First and foremost, I apologize for my english, in case you have a hard time understanding my request. I'm also new to BI and OBIEE, to make things worse.
    So here's my problem: In OBIEE Answers/Criteria I make a simple request like :
    YEAR | QUARTER | MONTH_NAME | SALES_FACTS
    The result is working alright, but when I click on some MONTH_NAME, let's say April of 1998, it says :
    << The specified criteria didn't result in any data. This is often caused by applying filters that are too restrictive or that contain incorrect values. Please check your Request Filters and try again. The filters currently being applied are shown below. >>
    But that's impossible, because on the upper level there was data in SALES_FACTS. You could argue that something isn't right with my configuration etc.. but the weird thing is that not all months fail when i click to drilldown in it.
    For example, if I click on february of 1998, it works! But if I click on february of .. let's say 2006, it doesnt work !
    Another weird thing: If I make my request like this:
    YEAR | QUARTER | MONTH_NAME | DAY | SALES_FACTS
    It works for april 1998, and all the other requests that failed with drilldown. But there is one condition: I can't put a filter to show only april. For April's details to appear, there must be May and June
    Do you get it ....?

    I found the solution to my problem:
    1) First fix: There were blanks at the end of month names... That fixed the problem for several requests, but not all
    2) 2nd fix: In the time dimension I used month_number as the primary key, but it is month_name that is used for drilldown and is show to the user on the web interface...
    It was pretty simple, yes...

  • Lately when using Firefox the mouse no longer works and no links or tabs can be selected. The only way to get the mouse to work is to switch windows with ctrl+tab

    The mouse is completely unavailable, not even able to select anything on the taskbar or start button.
    When this started happening I had to restart firefox, then I tried opening the task manager to see if anything was hogging resources and I found simply opening the task manager freed up the mouse, then I found simply using alt+tab to switch windows did it, then I discovered using alt+tab to cycle through the available windows straight back to firefox does it.

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    See "Firefox hangs when you quit it":
    *https://support.mozilla.org/kb/Firefox+hangs

  • Lion: Weird behavior with two monitors.

    Intermittently, though very often, when a window is open in the secondary monitor (without menu bar), I cannot select items within the window — files (finder), emails (mail) or songs (iTunes). I cannot clear the problem except by moving the window to the primary monitor or  to another desktop.Then, everything is fine. The this behavior is isolated to the secondary monitor. Putting applications on separate desktops seems to avoid the problem.
    Here's the behavior in some detail. Clicking on the window header selects the window, but if I click inside it seems to deselect the window rather than select the item; the window appearance changes to the deselected appearance. Clicking on the header reselects the window; it can be moved, but it may not be possible to resize it and contents cannot be selected. Sometimes this happens in only part of the window. I can't select anything below half way down the window, or on the left side. In this mode, in list view, I can select an item in a list layout by clicking on the right side of the name entry line, but not on the icon. It is as if an invisible window is sitting in front. This is intermittent, soI am trying to figure out how precisely to reproduce it. It sometimes happens not while I am working but after ten minutes or so of non-use.
    Any ideas?

    I don't, since my code has to be generic (it's the same for both canvases, and many more).
    And I can only get the name of a canvas from a block, not the name of a block from a canvas.
    That's why the cursor-block was the best solution.

  • Weird behavior with JTextField with diff os

    When i enter text into JTextField indicating a newline with "\n" with jdk 1.3.1_08 in windows xp the newline character is detected. However, in Mac OS X with im guessing 1.3.1 the "\n" is not detected . . . What character should i use?

    Shaon Shan wrote:
    I noticed that if I copied a file named ÿ.txt from a NTFS drive to a Refs drive, it could be accessed, modified or deleted. 
    So currently as a workaround to help you delete the file named with "ÿ", create a file with same name on a NTFS drive and copy it to overwrite it on the Refs drive - you can rename the file once it is overwritten - please input a valid file name without "ÿ"
    (or it will fail again).
    Thank you, that enabled me to delete the offending file.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • How to catch ctrl+tab key down

    Ok, in the ItemEvent class or pVal we have a CharPressed property, for tab i'm getting a 9 character number but how can I detect if the user is pressing ctrl+tab button, I can't find any property that tells me if the user is presing control. I'm using SBO 2005....

    Hi Giuseppe
    It sounds like you are looking for the ChooseFromList Object. Look at the SDK sample code <i><b>SAP Business One SDK\Samples\COM UI\VB.NET\17.ChooseFromList</b></i>. In the example they demonstrate using the ChooseFromList with CTRL+TAB as well.
    Hope this will help.
    Message was edited by: Louis Viljoen

  • My macbook had a weird behavior on the display, now it won't go further than gray loading screen with the apple logo

    My macbook had a weird behavior on the display, now it won't go further than gray loading screen with the apple logo. It's a macbook pro early 2011. I've read that those are having issues, if there's someone i can contact for further information, report the issue since it's getting common or any temporal solution available. Thanks

    Reinstall Lion, Mountain Lion, or Mavericks without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Reinstall Mountain Lion or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • When I close firefox with ctrl-alt-delete, I want to start over on Firefox, I usually do this when too many tabs and windows are open. However, Firefox always restores the tabs and windows I previously had. How can I stop that from happening?

    This happens when FireFox is not responding, and I want to close firefox with ctrl-alt-delete. Too many tabs can make Firefox crash. That is why I want to use ctrl-alt-delete to close FireFox. I tried finding a way to disable this, but I found no option to.

    Ending the Firefox program or process with the Windows Task Manager "looks like" a crash. The proper way to exit Firefox is click Firefox button > Exit (or File > Exit, if using the Menu Bar).
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • URGENT Please help with weird behavior of test suite

    Hi All,
    I have a composite involving three operations of two different services. The weird behavior comes by the time on which I run the test suite on the EM, if I try to emulate two different operation response from one service, by the time that the flow, tries to emulate the second one, I always receive this error:
    part name="summary">
    <summary>oracle.fabric.common.FabricException: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.</summary>
    </part>
    On the other hand if I emulate two responses of the same operation it works.
    Does any one have any idea of how to deal with this kind of test? Which seems a very simple test.
    Best regards,

    Hi thanks for your response, in detail my problem is as follows:
    1- I have a simple composite with two services and three invokes, all of the operations are two ways operations. Here´s the BPEL (Service1 Demandas, operation Actualizar; Service 2 Aviso, operations buscar, actualizar):
    <scope name="SINAUT_Aviso_SRV_Demandas_Actualizar">
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:pattern patternName="bpelx:automated"/>
    <bpelx:analysis>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:50 AM</bpelx:property>
    <bpelx:property name="BusinessId">Scope_151babe7-bc1e-11df-3ca0-0015c5fce8ce</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <sequence>
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:analysis>
    <bpelx:property name="BusinessId">Sequence_151babe7-bc1e-11df-3ca0-0015c5fce8ce</bpelx:property>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:50 AM</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/idDemada"
    part="payload"/>
    <to variable="Invoke_2_actualizar_InputVariable"
    part="payload" query="/payload/demanda/idDemanda"/>
    </copy>
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/estadoDemanda/codigo"
    part="payload"/>
    <to variable="Invoke_2_actualizar_InputVariable"
    part="payload"
    query="/payload/demanda/estadoDemanda/codigo"/>
    </copy>
    </assign>
    <invoke name="Invoke_2"
    inputVariable="Invoke_2_actualizar_InputVariable"
    outputVariable="Invoke_2_actualizar_OutputVariable"
    partnerLink="SRV_Demandas"
    portType="ns2:SINAUT_Aviso_SRV_Demandas"
    operation="actualizar"/>
    </sequence>
    </scope>
    <scope name="SINAUT_Aviso_SRV_Avisos_Actualizar">
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:pattern patternName="bpelx:automated"/>
    <bpelx:analysis>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:57 AM</bpelx:property>
    <bpelx:property name="BusinessId">Scope_c235386b-bc1f-11df-3ca0-0015c5fce8ce</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <sequence>
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:analysis>
    <bpelx:property name="BusinessId">Sequence_c235386b-bc1f-11df-3ca0-0015c5fce8ce</bpelx:property>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:57 AM</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <assign name="Assign_2">
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/ReferenciaPly"
    part="payload"/>
    <to variable="Invoke_1_actualizar_InputVariable"
    part="payload" query="/payload/aviso/referenciaPlyAviso"/>
    </copy>
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/estadoAviso/codigo"
    part="payload"/>
    <to variable="Invoke_1_actualizar_InputVariable"
    part="payload" query="/payload/aviso/estadoAviso/codigo"/>
    </copy>
    </assign>
    <invoke name="Invoke_1"
    inputVariable="Invoke_1_buscar_InputVariable_1"
    outputVariable="Invoke_1_buscar_OutputVariable_1"
    partnerLink="SRV_Aviso"
    portType="ns1:SINAUT_Aviso_SRV_Avisos"
    operation="buscar"/>
    <assign name="Assign_4">
    <copy>
    <from expression="'12345'"/>
    <to variable="Invoke_3_actualizar_InputVariable"
    part="payload" query="/payload/aviso/referenciaPlyAviso"/>
    </copy>
    </assign>
    <invoke name="Invoke_3"
    inputVariable="Invoke_3_actualizar_InputVariable"
    outputVariable="Invoke_3_actualizar_OutputVariable_1"
    partnerLink="SRV_Aviso"
    portType="ns1:SINAUT_Aviso_SRV_Avisos"
    operation="actualizar"/>
    </sequence>
    </scope>
    2- My test suite is as follows:
    <wireActions wireSource="SINAUT_Aviso_PR_DemandasActualizar_TO_BE_/SRV_Demandas" operation="actualizar">
    <emulate duration="PT0S">
    <message>
    <part partName="payload">
    <content>
    <payload xmlns=""/>
    </content>
    </part>
    </message>
    </emulate>
    </wireActions>
    <wireActions wireSource="SINAUT_Aviso_PR_DemandasActualizar_TO_BE_/SRV_Aviso" operation="buscar">
    <emulate duration="PT0S">
    <message>
    <part partName="payload">
    <filePath>prueba_busqueda.xml</filePath>
    </part>
    </message>
    </emulate>
    </wireActions>
    <wireActions wireSource="SINAUT_Aviso_PR_DemandasActualizar_TO_BE_/SRV_Aviso" operation="actualizar">
    <emulate duration="PT0S">
    <message>
    <part partName="payload">
    <filePath>prueba_actualizar.xml</filePath>
    </part>
    </message>
    </emulate>
    </wireActions>
    3- When the test suite executes the second operation of the second service it throws this exception:
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricException: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.</summary></part><part name="detail"><detail>Can only write attribute within a tag.</detail></part></remoteFault></bpelFault>
    4- if I change the second operation with the first one(buscar), it doesn't throws any exception.
    5- If this is a limitation , how can I test a composite that involves n operations of the same service?
    Kind regards and thanks for all of your support

Maybe you are looking for

  • The chinese signs looks different in the original document compare to when imported in FM

    I am using Framemaker 7.2 in Microsoft Office and I am trying to import chinese signs into a document but the signs looks different in the original compare to the FM document. The original document is a Word-file with format Arial Unicode MS and when

  • Having trouble finding command prompt on AIX machine

    I've successfully set up the server stats monitor to collect stats from iostat, vmstat etc. on a solaris box, but I'm having trouble getting the same information from an AIX machine using ssh. -- I'm able to plink and login successfully to the aix ma

  • Catalyst 11.9 Drivers for booted Windows 7

    I recently installed Windows & in my 27' 2011 iMac and I have been trying to install the new Catalyst 11.9 drivers for its AMD Radeon HD 6970M. I get to download the files and it seems to be installing them just fine, but when I check the System driv

  • Sales order item details configuration

    Hello All, I have a requirement to get the Sales order item details configuration programmatically in user exit in sales order create and change. In sales order change i am using function module "VC_I_GET_CONFIGURATION". Input for this function modul

  • Camera raw - Canon 5D MII and photoshop CS3

    Hi Just bought  a Canon 5D MII, but i can not open any of my RAW files on photoshop CS3. I does not look like there is an upgrade to camera raw for this on CS3, do I have no choice then to upgrade to CS4? Thanks for the help