Possible bug on role assignments

I am using SOA/BPM 11.1.1.7.

I found a possible bug when you deploy a BPM Application which mixed assignments (some directly to one user, others to a role of Application BPM (created in the workspace).

I did two tests.

Test 1.  Created a project/process of BPM with two lanes.  In organization, I assigned the roles of corridor users (to the embedded Weblogic LDAP).  On deployment, these roles were driven from the area space of work/Administration/roles (when logged in as a Weblogic).

Test 2.

In the workspace I created a few BPM roles (and put assignments users), then in a project of assigned BPM Application roles to my role of corridor.

However, I created a corridor and made the assignment directly to the user.

On deployment, the role which has been directly attributed to the user at the level of BPM projects has been eliminated NOT to the role area.

A video of it is here: http://youtu.be/bWtEIRavlEY

Stuart

Hi Stuart,

Could check you how your mapping roles work if you check "deployment of existing objects of update on ' option in organization.xml?

Tags: Fusion Middleware

Similar Questions

  • Are you aware of a possible bug in the version 3.6.23? In the browser, for example, "two /" appears with the slash through the 'o'. Is this a known bug? Thank you

    Are you aware of a possible bug in the version 3.6.23? In the browser, for example, "two /" appears with the slash through the 'o'. Is this a known bug?

    When the same text is seen in another browser, it is displayed correctly as "two."

    The same question is displayed on another computer.

    Thank you.

    Sounds that you use a font that supports ligatures (Palatino?).

  • possible bug in match pattern string of dot and a special character

    Hi friend recently and I find something in game chain model that it looks like bug, I want to know labveiw expert opinion on it
    the possible bug is
    have you ever tried to match (.) dot for use in regular expression? this icon could not find the point inside the string? 
    I also think what happens if we try to find a character within a string that is a piece of special character
    for example how you can use this icon to find \b inside the string as (hatef\blabview)?

    [.] to find the period

    \\B to find the backslash b

  • Possible bug: save the table with double and extended precision to the worksheet

    If one concatenates an array of double-precision and an array of precision extended with the 'build' vi table, then recorded using 'Write in a spreadsheet file' vi any digits to the right of the decimal are reset to zero in the saved file. Regardless of the entry of signifier of format (for example %.10f) to the vi 'Write in a spreadsheet file'.

    I'm on Vista Ultimate 32 bit and labview 9.0

    This is a possible bug that is easily circumvented by the conversion of a type before you incorporate arrar in a worksheet. Nevertheless, it's a bug and it cost me some time.

    Hi JL,.

    No, this is not a bug - it's a feature

    Well, if you'd look closer you would recognize the 'save to spreadsheet' as polymorphic VI. As this polymorphic VI does not support the EXTENSION numbers internally (it only supports DBL, I64, and String) LabVIEW selects the instance with more precision: I64 (I64 a 64 bits of precision, DBL that 53...). Your options are:

    -the value of the instance to use as the DBL (by right click and "Select type... »)

    -make a copy of this VI, save it under a different name and make support number of POST (not rework the polymorphic VI like you would break compatibility with other facilities of LV or future revisions)

  • APEX translated application 4.2 available possible bugs on theme 25

    Hello everyone,

    I try APEX 4.2 with reactive Blue theme (theme 25). So far so good. When I tried to do an application translated from my one shot (I don't translate any string, just de-seeded and released the app), I discovered some possible bugs on the page layout. For example, in areas of form, fields with the scope of auto column cannot be aligned in the same line. They are moved to a new line, although in the original application, it works. I know it's easy to fix by setting a specific value in the scope of column. But how can I fix the page layout in the pages who are magicians (with the standard model of region) and fields are placed in the table not div like in the initial application. Is there a difference between a translated application (which is actually not yet translated) and on the initial page rendering?

    Thanks in advance.

    Hi Grandmaster,

    I think that you are hit bug 15922307 - model of presentation of the grid of a translation application is not used
    who sets us 4.2.1.00.08. Can you check if you're on this version or if you are still on APEX 4.2.0

    Concerning
    Patrick
    -----------
    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Possible bug in a Select NULL-option list

    Hi all
    I tried to use a list to select a tabular form and found a possible bug.
    I have reproduced the issue on apex.oracle.com.
    Please visit http://apex.oracle.com/pls/apex/f?p=38499:2.
    It seems that the fields for 'Display value Null' and 'return Null value are switched.
    Can someone try this and tell me if I'm doing something wrong or it's really a bug?

    Kind regards
    Moritz

    Hello

    what I saw bug # 10095760 has been filed for this issue.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • possible bug in class date

    I stumbled upon a possible bug in the class Date. When comparing two dates of November 20, 2007 and on November 22, 2007, I get false logic.

    public var expireDate: Date = new Date ("2007", "11", "20");
    public var todaysDate:Date = new Date();

    If (todaysDate.getTime () > = expireDate.getTime ())
    {
    this.currentState = "courseExpired";
    }
    on the other
    {
    this.currentState = 'loggedIn ';
    }

    todaysDate.getTime (returned): 1198126800000

    expireDate.getTime (returned): 1195742469234

    But whatever happens, todaysDate wins even if it shouldn't. Courses should have shown have expired.

    probably because the month is zero means the basis therefore 11 December November not :) (I know its not very obvious, but it's like that in flex and java as well).

  • possible bug? formatting number 0 is displayed as 4 294 967 295

    This is really two questions in one. First of all, I have a routine that sometimes gives a result of 0, which is * sometimes * displayed in an AdvancedDataGrid column in the form of 4 294 967 295, which I assume is somehow a significant number (more big int?). In any case, I have one ADG with a column defined as:

    < mx:AdvancedDataGridColumn headerText = "Remaining work" labelFunction = "rem_work_fmt" textAlign = "right" / >

    The called labelFunction is illustrated below:

    private void rem_work_fmt(item:Object,_column:AdvancedDataGridColumn):String
    {
    var num:String = numberFormatter.format (item.get_remaining_work ());
    trace ("result:" + num);
    return num;
    }
    Track of exit impressions: "result: 0" as expected, but the number displayed in the grid is sometimes 0 and 4294967295 sometimes.

    More strangeness, this only happens to the last column in the ADG. I call the same logic of format on another column and have never seen a wrong result. In addition, the same 'get_remaining_work()' function is called on the same data and the result is properly displayed in a field of text as 0.

    Second question, I met a few other possible bugs, I didn't report because I found a work around. How to do that in the beta program?

    LW1001,

    Bugs can be filed in the public bug at http://bugs.adobe.com/flex/
    You will need to register before you can submit bugs.
    Also, if you can attach files to bug to the bug report, it makes it much easier for Adobe to investigate.

    Let me know if you have any other questions/problems.

    Peter

  • Permissions lost on vCenter Server 4.0.162856 - Possible bug?

    Hello.

    We have a VMware infrastructure in which each person has several virtual machines, as well as several VLANs for their private use. To avoid the possibility of users mess with others "machines" or VLAN, I started today test the parameters of different role. During one of those tests, I think I came across a bug.

    I tried to assign read-only access to the group 'Users' to our virtual switch distributed so that people could use VLANs but not modify them. Because it is not possible to assign permissions to a virtual switch directly, what I was doing was creating a folder and assign permissions there. The problem is that, as soon as I set up the permissions for the 'Users' group, these permissions have been apparently applied to one, 'administrators' so, subsequently, I am unable to manage the VLAN more even from the administrator account.

    I took a screenshot of the configuration of authorization, indicating also that I can't change anything. It is available at the following link

    http://img408.imageshack.us/img408/5048/screeenshot.jpg 

    I would be very interested to know if there is a known bug, but more important still, if there is any way I can roll back to the previous configuration. I guess it would be possible to restore the previous configuration of editing the SQL database directly, but, unfortunately, I do not know what I would need to change, it

    Any help would be greatly appreciated

    Daniel

    OK, back to the top of your first database... and I'm just a pirate at heart, no vmware support, so I'm not responsible for what anyone, if anything goes wrong, but...

    On your SQL server server, open the VPX_ACCESS table and look for a line with ROLE_ID-2, which is READ only and the main of "users".   And then delete.

    That should fix it. You may need to restart the server vcms to read however.  If you have made other changes to directors, they will show in the same table and can be changed or repaired in the same way.

    FYI, ROLE_ID-1 is the administrator privilege.

  • Possible bug in sv_Harmonic distortion and Noise.vi

    Hello

    I ran into what seems to be a bug in distortion and Noise.vi sv_Harmonic

    I call this VI into a higher level VI which is part of the box sound & Vibration tool (SVT SNR without harmonic (time) (1ch) .vi)

    What is happening is that I sometimes get error 0xFFFFB1A3 (-20061):

    Error-20061 occurred at NI_MABase.lvlibine Waveform.vi:22 > NI_MABase.lvlib:ma_Trap Fgen parameter Errors.vi:1
    frequency must be<= sampling="">

    Possible reasons:

    Analysis: The selection is not valid.

    This error is actually produced in distortion and Noise.vi sv_Harmonic by one of his subVIs (your unique information (complex) .vi svc_Extract) although I'm not able to activate debugging for this VI so I can't dig deeper.

    What seems to be the case, it is for certain fundamental frequencies that result in higher order harmonic which is located very close to Fs/2, you get the error.  I have attached a waveform and a simple VI that generates the error.  My debugging, it seems that the error occurred when the code attempts to extract the harmonic at 5119,53 Hz.  FS/2 is 5120Hz, so it must be valid, but generates an error.

    Thank you

    -mat

    Hey Matt,

    I spoke with R & D and the source of this problem is we're detects peaking at exactly the Nyquist frequency for the 127th harmonic, while it should work, we get the false error. To work around the problem, you can specify the frequency range of 0-126 harmonics as seen in the image below.  Have one less harmonic should not be a big problem as the harmonic 127th is anyway in the noise.  R & D is now aware of the issue and look forward to it.   Thank you!

  • Possible bug? Change the geometry on the hair, the changes are lost when the model is saved, then loaded into fuse again.  Is this a bug?

    When I save the changes to the hair using the tool change the geometry in a file .fuse on the computer.  These changes are lost when I load the model to the fuse.  Is this a bug?

    Saved to disk:

    Screen Shot 2015-12-08 at 10.08.14 PM.png

    Reloaded in fuse:

    Screen Shot 2015-12-08 at 10.09.47 PM.png

    Post edited by: Allan Chaney I've included screenshots.

    Thank you much for the details.  I tested it on Windows and Mac and reproduced.  Doesn't seem to be a bug (but not a guarantee).  I've done some characters, recorded their soft-mod-ness very well.  I connected with the engineers for more tests and we will have fixed as soon as possible!

  • Possible bug in LR6 (CC) re: list of keywords

    Something strange is happening in my new LRcc, which looks like a bug, but there may be a new behavior that I don't understand.

    When I try to add a new keyword by clicking on "+" in the "Keywork list" header, the new keyword is not in the list.  It does not "keywords recent' set in the keywords Panel.  He also gets attached to a selected photo if I have this checked when I create the key word as a tag.  But, nothing in the list.  However, if I create a new keyword, which is a sub of an existing keyword, by clicking right on, say, "birds" in my list of keywords and selecting 'create tag keyword inside the birds', the keyword appears.  I confirmed that it worked as planned in LR5.  Y at - it a new procedure to put a new keyword in the list, or is it just a bug?  Or do I do something stupid (always a distinct possibility).

    CC of LR newest release, MacOS 10.10.2 on a MacPro.

    Thank you, in advance, for advice or fix.

    No, it wasn't the problem (I had not checked the option 'people' on the keyword, and I was showing the keyword 'all' in the list) but I discover.  It turns out that one of my key words had the option "Put new keywords inside this keyword" set, which meant that my new keywords appear at the top level, but were inside my keyword "teams" where I could not see them.  I do not know if this option existed in LR5, and I have no idea why it has been activated for "teams", but who, off, solved the problem.

  • Possible bug? : External input (Type, number): failed to enable the 'Entry required' property presentation User Interaction tab

    Are people capable of reproducing the following, or is it just me?

    Problem:

    Impossible to activate the agent of property entry for an external input of type number in a user interaction as is not not but can define required entry of type string. This seems to affect interaction element user as well as the workflow if the number data type is used.

    Version: 4.2.1 but think it goes further than

    To reproduce for workflow entries:

    create a workflow, add entry named TestingNumber of type number and another called TestingString of type string.

    Switch to the Presentation tab and set the required before TestingNumber its default property (required entry is not for number)

    Result: Unable to set the terms of ownership of number but cannot for string

    To reproduce the element of user interaction

    Drag a box to design workflow user interaction element aon add external called TestingNumber of type number of entry and another named TestingString of type string.

    Switch to the Presentation tab and set the required before TestingNumber its default property (required entry is not for number)

    Result: Unable to set the terms of ownership of number but cannot for string

    It seems that it was possible before:

    In the workflow to Remove Instant excess in library/vCenter/Virtual Machine management / cliché. In the element of user interaction "Want to delete snapshots" the presentation tab has a number called "numberOfSnapshotLeft" which has a set of properties of entry required. screen attached.

    Meet others similar: http://communities.VMware.com/message/1848542#1848542 last posting mentions a similar case of not being able to establish the required entry of number but cannot string.

    Is this by design or a bug with my environment?

    Properties listed for number Properties Sample referred to string

    Input parameter see theInput parameter see theHide the parameter inputHide the parameter inputPredefined responsesRequired entryPredefined list of itemsPredefined responsesDefault valuePredefined list of itemsMaximum number of valueDefault valueMinimum number of valueMaximum string lengthNumber formatMinimum length of the stringData binding.Custom validationData bindingCustom validationMulit

    It was available in earlier versions of the vCO and was withdrawn "by design". I don't remember what was the explanation. I worked around it by using other properties of validation such as min / max, or a custom validation.

    You can open a support call if you want the official response.

    Christophe.

  • possible bug in ANT for JDEV 11.1.1.4.0?

    Hi all

    I had a weird situation when you use ANT coming with JDEV11.1.1.4.0. In my build.xml script, I put ${oracle.home} in the installation folder: C:/Oracle/JDev11114gU3 /, but when it resonates in the build script, it always adds "jdeveloper" then it becomes "C:/Oracle/JDev11114gU3/jdeveloper. I noticed that the ANT directory is "C:/Oracle/JDev11114gU3/jdeveloper/ant" in my version Jdev.

    Is this a bug or I missed something?

    Thank you.

    This is not a bug, it is a feature of Ant check http://ant.apache.org/manual/Tasks/property.html
    >
    Properties are immutable: one that sets a property first it blocks during the rest of the construction. they are most certainly not variable.
    >
    You try to replace an oracel.home of property already defined, that you encounter it.
    Possible solution two: 1. set the system outside Ant property
    2. use another name of the property

    Timo

  • Possible bug in DataTemplateProcessor

    Hello

    I already searched for it but found nothing.

    I'm running the dataTemplate as a test for three levels of master data / detail:
    <?xml version="1.0"?>
    <dataTemplate name="RESULT" version="1.0">
        <dataQuery>
        <sqlStatement name="q3">
             <![CDATA[
                select 6500 BAIRRO_NETO, 57570 CODIGO_NETO, 'A' NOME_NETO from dual
                union
                select 758 BAIRRO_NETO, 57570 CODIGO_NETO, 'B' NOME_NETO from dual
                union
                select 1400 BAIRRO_NETO, 57570 CODIGO_NETO, 'C' NOME_NETO from dual
            ]]>
            </sqlStatement>
            <sqlStatement name="q1">
                <![CDATA[
                select a.cust_account_id CODIGO, b.party_name NOME_PAI, a.account_number CNPJ
    from apps.hz_cust_accounts_all a, apps.hz_parties b
    where a.party_id = b.party_id and ROWNUM <= 5
            ]]>
            </sqlStatement>
            <sqlStatement name="q2">
                <![CDATA[
                SELECT HCA.cust_account_id    CODIGO_FILHO
       ,HP.PARTY_NAME     NOME_CLIENTE
       ,HL.ADDRESS1      ENDERECO
       ,HL.ADDRESS3      NUMERO
       ,HL.ADDRESS2      BAIRRO
       ,HL.ADDRESS4      COMPLEMENTO
       ,HL.CITY        CIDADE
       ,HL.STATE        ESTADO
       ,HL.POSTAL_CODE     CEP
       ,HL.COUNTRY       PAIS
       ,HCA.ORG_ID
       ,HPSU.SITE_USE_TYPE
    FROM  HZ_PARTIES       HP
       ,HZ_PARTY_SITES     HPS
       ,HZ_LOCATIONS      HL
       ,HZ_CUST_ACCT_SITES_ALL HCA
       ,HZ_PARTY_SITE_USES   HPSU
    WHERE HP.PARTY_ID = HPS.PARTY_ID
    AND  HPS.LOCATION_ID = HL.LOCATION_ID
    AND  HPS.PARTY_SITE_ID = HCA.PARTY_SITE_ID
    AND  HCA.PARTY_SITE_ID = HPSU.PARTY_SITE_ID 
            ]]>
            </sqlStatement>
            <link name="pai_filho" parentQuery="q1" parentColumn="CODIGO"
                  childQuery="q2" childColumn="CODIGO_FILHO" condition="="/>
            
            <link name="filho_neto" parentQuery="q2" parentColumn="BAIRRO"
                  childQuery="q3" childColumn="BAIRRO_NETO" condition="="/>      
            
        </dataQuery>
        <dataStructure>
            <group name="PAI" source="q1">
                <element name="NOME_PAI" value="NOME_PAI"/>
                <element name="CODIGO" value="CODIGO"/>
                <group name="FILHO" source="q2">
                    <element name="NOME_FILHO" value="ENDERECO"/>
                    <element name="BAIRRO" value="BAIRRO"/>
                    <group name="FILHO" source="q3">
                        <element name="NOME_NETO" value="NOME_NETO"/>
                    </group>
                </group>
            </group>
        </dataStructure>
    </dataTemplate>
    Problem is that I'm a ' ORA-00904: "Q3": invalid identifier "error. By looking at the trace of the db, I found that the bi of the query editor runs in the database:
    with
    q3 as (select 6500 BAIRRO_NETO, 57570 CODIGO_NETO, 'A' NOME_NETO from dual
                union
                select 758 BAIRRO_NETO, 57570 CODIGO_NETO, 'B' NOME_NETO from dual
                union
                select 1400 BAIRRO_NETO, 57570 CODIGO_NETO, 'C' NOME_NETO from dual ),
    q1 as (select a.cust_account_id CODIGO, b.party_name NOME_PAI, a.account_number CNPJ
    from apps.hz_cust_accounts_all a, apps.hz_parties b
    where a.party_id = b.party_id and ROWNUM <= 5 ),
    q2 as (SELECT HCA.cust_account_id    CODIGO_FILHO
       ,HP.PARTY_NAME     NOME_CLIENTE
       ,HL.ADDRESS1      ENDERECO
       ,HL.ADDRESS3      NUMERO
       ,HL.ADDRESS2      BAIRRO
       ,HL.ADDRESS4      COMPLEMENTO
       ,HL.CITY        CIDADE
       ,HL.STATE        ESTADO
       ,HL.POSTAL_CODE     CEP
       ,HL.COUNTRY       PAIS
       ,HCA.ORG_ID
       ,HPSU.SITE_USE_TYPE
    FROM  HZ_PARTIES       HP
       ,HZ_PARTY_SITES     HPS
       ,HZ_LOCATIONS      HL
       ,HZ_CUST_ACCT_SITES_ALL HCA
       ,HZ_PARTY_SITE_USES   HPSU
    WHERE HP.PARTY_ID = HPS.PARTY_ID
    AND  HPS.LOCATION_ID = HL.LOCATION_ID
    AND  HPS.PARTY_SITE_ID = HCA.PARTY_SITE_ID
    AND  HCA.PARTY_SITE_ID = HPSU.PARTY_SITE_ID )
    
     select q3.* , q1.* , q2.*
    from q1 left join q2 on q1.CODIGO=q2.CODIGO_FILHO
    I found that the tracks bi query editor db missing the join defined by the link between q2 and q3.

    This could be a bug? Or I'm missing something?

    I would say, incorrect use :)

    Completely remove the link element.

    in query 2 Add this
    HCA.cust_account_id =: CÓDIGO

    in query 3 Add this
    BAIRRO_NETO =: BAIRRO

    If possible, keep the column names unique nickname in all queries.

    Using the binding variable is recommended here.

    Keep it this way much better and faster than the binding declaration.

    and you got to keep requests in the order.
    1ST QUARTER
    Q2
    Q3

Maybe you are looking for

  • Loss of connection wifi on iPhone and iPad Mini

    A recent issue, it's that I keep losing wifi connection at the same time on my iPhone and iPad Mini, but not on my MacBook Pro.  All three are in the same room with Time Machine and SB 6141 modem.  Any suggestions?

  • Extermal Toshiba USB 320 GB HARD drive not recognized correctly

    My hard drive does not recognize now them itself as a hard drive just an AT2P RC42 Cypress and is now useless after a few months in use. I uninstalled and reinstalled by the Device Manager. I then tried on another computer and I have the same problem

  • How do you add the location of many photos at once?

    How can I add the location (even) of many photos at the same time? For example, a visit to an amusement park where you took 100 pictures. My camera does not have a GPS feature, so how can I add this location even to all the photos without having to i

  • Cannot erase or repartition a logical volume

    Successfully, I removed my hard drive Macbook Pro and replaced with an SSD. Now, the original hard drive is in a USB external hard drive case and I'm trying to reformat/erase-it so I can use it for storage. Utility disc and terminal do not allow me t

  • My iCloud is empty but my iPhone shows full?

    So every night my iPhone comes up saying there is no more room in my storage iCloud and so its has not saved However, when I look at my iCloud, I have more than 4 GB (4.72 GB) my free 5 GB always empty! Why this message is coming? It feels like a sca