[svn] 1447: Add parent attribute to the newly added "console" security constraint

Revision: 1447
Author: [email protected]
Date: 2008-04-28 17:23:41 -0700 (Mon, 28 Apr 2008)
Log Message:
Add parent attribute to the newly added "console" security constraint
Modified Paths:
blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml

Hi,
you have to grant the Group "TESTGROUP" at leas the "View Object" right on the Root Level of all Users and All groups - then you see the snap in in the CMC.
Regards
-Seb.

Similar Messages

  • [svn] 1433: adding 'console' security constraint to MBeanServerGateway remote object for MBean tests and ds-console , used when running on Websphere with administrative security enabled.

    Revision: 1433
    Author: [email protected]
    Date: 2008-04-28 13:13:12 -0700 (Mon, 28 Apr 2008)
    Log Message:
    adding 'console' security constraint to MBeanServerGateway remote object for MBean tests and ds-console, used when running on Websphere with administrative security enabled. Should call setCredentials("bob","bob1") to use this RO.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml

    Hi,
    It seems that you were using Hyper-V Remote Management Configuration Utility from the link
    http://code.msdn.microsoft.com/HVRemote, if so, you can refer to the following link.
    Configure Hyper-V Remote Management in seconds
    http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx
    By the way, if you want to perform the further research about Hyper-V Remote Management Configuration Utility, it is recommend that you to get further
    support in the corresponding community so that you can get the most qualified pool of respondents. Thanks for your understanding.
    For your convenience, I have list the related link as followed.
    Discussions for Hyper-V Remote Management Configuration Utility
    http://code.msdn.microsoft.com/HVRemote/Thread/List.aspx
    Best Regards,
    Vincent Hu

  • I recently had to completely restore my laptop, so I lost the music on my itunes. It's still on my iphone, but how can I keep the music I already have and continue to add more music from the newly set up itunes again?

    I recently had to completely restore my laptop, so I lost the music on my itunes. It's still on my iphone, but how can I keep the music I already have and continue to add more music from the newly set up itunes again? Is there actually a way to do this? I can't help but wonder what the stupid icloud is for if my music is still somewhere in the 'cloud' but it's zero help for restoring music when it's lost on a computer....any help even a site that get's around apple would be great!

    It has always been very basic to always maintain a backup copy of your computer.
    Have you failed to do this?
    If so, not good, you can transfer itunes purchases from the iphone to your computer.  File>Devices>Transfer Purchases
    You can also redownload some itunes purchases in some countries:
    Download past purchases - Apple Support

  • How can I view the newly added node in a JTree

    Hi! I have a problem with my project. I set up a JTree. At first it has a node that contains FARInfo object. When I click this node, the other program in the package will pop up a form to let user input and submit, then it will add a new node into the other node. The new node will contain FilledInfo object. But I cannot view this newly added node. The source code related with the 2 different object is as following:
    tree.addTreeSelectionListener( new TreeSelectionListener()
    public void valueChanged(TreeSelectionEvent e4)
    DefaultMutableTreeNode node = ( DefaultMutableTreeNode )
    (tree.getLastSelectedPathComponent ());
    Object nodeInfo = node.getUserObject();
    if (node.isLeaf())
    if ( nodeInfo instanceof FARInfo )
    FARInfo category = (FARInfo) nodeInfo;
    displayURL ( category.categoryURL );
    displayForm ( category.farFormName );
    if ( DEBUG )
    System.out.print ( category.categoryURL + ":\n" );
    else if ( nodeInfo instanceof FilledInfo )
         FilledInfo category2 = ( FilledInfo ) nodeInfo;      
         displayFilledForm ( category2.num );
    }else
    return;
    My question is: how to deal with the nodes containing 2 different objects: FARInfo and FilledInfo? FilledInfo is created by the other program in the package. Thanks for your help!

    I used insertNodeInto() to inser a new node into the tree, and it can be displayed. But when I used addTreeSelectionListener() to click on the newly added node, it cann not reaspond the click. Following is my original addTreeSelectionListener(). You see, if you click a node of FARInfo, then it will open a form, and after user filled in and submit it, a new node will be added into the Jtree. If you click a node of FilledInfo, then the user should view the content of this new node. But now, it seems that the sencond click cannot work. Thanks for your help.
    tree.addTreeSelectionListener( new TreeSelectionListener()
    public void valueChanged(TreeSelectionEvent e4)
    DefaultMutableTreeNode node = ( DefaultMutableTreeNode )
    (tree.getLastSelectedPathComponent ());
    Object nodeInfo = node.getUserObject();
    if (node.isLeaf())
    if ( nodeInfo instanceof FARInfo )
    FARInfo category = (FARInfo) nodeInfo;
    displayURL ( category.categoryURL );
    displayForm ( category.farFormName );
    if ( DEBUG )
    System.out.print ( category.categoryURL + ":\n" );
    else if ( nodeInfo instanceof FilledInfo )
    FilledInfo category2 = ( FilledInfo ) nodeInfo;
    displayFilledForm ( category2.num );
    }else
    return;

  • How to Upgrade solution to get the newly added feature

    Hello,
    I have a scenario like following:-
    1. Have a solution deployed already
    2. Solution have a feature which creates a list on activating and deletes the list on deactivation.
    3. Now modified the exsisting solution as the list should not be deleted.
    4. Feature will create the list if the list not exists only.
    5. Added some others features.
    Now I need to update the new .wsp but it does not reflect the latest added features untill I retract the old one and deploy the new one. If I retract the old one, it deletes the existing list(point#2) which I dont want as the list has lots of data.
    So what should be the proceedure by which I can update the latest wsp and get the newly added feature without deleting the exsisting list?
    Thanks in advance.

    You can use the Update-SPSolution command first:
    Update-SPSolution [-Identity] <SPSolutionPipeBind> -LiteralPath <String> [-AssignmentCollection <SPAssignmentCollection>] [-CASPolicies <SwitchParameter>] [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-FullTrustBinDeployment <SwitchParameter>] [-GACDeployment <SwitchParameter>] [-Local <SwitchParameter>] [-Time <String>] [-WhatIf [<SwitchParameter>]]
    This will deploy your new DLL to the SharePoint environment. After that, retract, remove, add and install the solution to make the new features available.
    Alain de Klerk
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • How to populate the data into the newly added infoobjects?

    Hi,
    how to populate the data into the newly added infoobjects?
    Thanx in advance,
    Ravi.

    hi ravi,
      here is one example how to enhance.
    Goto RSA6- select the 0Material.- Click on Enhance extract structure-> it will take u to the next screen there u need to create the field material group1. and append it to 0Material.
    Goback to RSA6-- RC on 0material-- it will take you to customer version edit screen- here unchk the Hide and Field only known in exit options n save it.
    Next Go back to RSA6-- 0material- click on Function enhancement it will take you to CMOD Screen( here we need to enter the project name and click create if not created on click display)
    In the next screen we find the function exits Like EXIT_SAPLRSAP_001 FOR T DATA AND EXIT_SAPLRSAP_002 FRO Master Data,_003 for Text n _004 for Hierarchies.
    select the appropriate function exit and double clikc on it. It will take you to Function builder screen.
    D Click on defn of Include ZXRSAU01. it will take you to abap editor screen.
    here u need to include the code for the enhanced fields n also write the code to populate the dat for that particular field.
    save it and avtivate the code.
    Hope this Is helpz,
    partha

  • How to get the Newly added fileds from Oracle to BW

    Hi ,
    We have created the view in the DB side and extracted the data to BW side. After that in the DB side they have added new filed. I want to extract the data for that filed also. But that filed is not displaying in the data source itself. We have deleted the sources system assignment to that particular info source and generated the data source in the source system side, and then also I an unable to get the newly added filed in the data source. We are extracting the data from the ORACLE data base. Please let me know the steps how to get the newly added filed in the data source.
    Thanks,
    Visu

    Hi Yadav,
    yes i have alreday created the info objects in the BW side. In the Oracle DB i can see the fileds in the data sources. Newly added filed is not displaying where as previous all fileds are displaying in the oracle DBside.
    Thanks,
    Visu

  • HT201320 Why i cannot receive the email verification of the newly added email account in my email to finish my apple id creation?

    Why i cannot receive the email verification of the newly added email account in my email to finish my apple id creation?

    Did you look in your spam and junk folder for the verification email?

  • How to add Custom Attributes in the SOAP header for OWSM

    Hi,
    I like to know how to add the Custom Attributes in the SOAP header for OSWM username token authentication.
    Currently we are getting the header element like
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    here we need to add the attribute "soap:mustUnderstand="1" , so the element will look like
    <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    Any info on this will be helpful.
    Thanks,
    ArunM

    Hi Jay, you can make it in more than 1 way.
    I suggest you the following:
    - create an URL iview that points to any URL you want.
    - define a Resource that points to the iview (with a window name, to open in new window)
    - define an Area that points to the resource
    - add your new Area to the your current Area Group
    Regards!

  • [svn] 2861: Add 'resizeMode' property to the Group.

    Revision: 2861
    Author: [email protected]
    Date: 2008-08-15 16:52:48 -0700 (Fri, 15 Aug 2008)
    Log Message:
    Add 'resizeMode' property to the Group. Setting this to "Scale" will turn on the 'resize-by-scale' behavior.
    Reviewed by Glenn
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemUIC.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/ResizeMode.as

    Hi,
    In this link you can find:  Introduction to the KMC Platform->Collaboration
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html
    Patricio.

  • [svn] 3520: Add ability to use the FP10 unloadAndStop() method in SWFLoader .

    Revision: 3520
    Author: [email protected]
    Date: 2008-10-08 10:26:39 -0700 (Wed, 08 Oct 2008)
    Log Message:
    Add ability to use the FP10 unloadAndStop() method in SWFLoader.
    An application needs to be compiled with the "-target-player=10" argument to allow SWFLoader's unloadAndStop() function to use the Flash Player's unloadAndStop() function. If the argument is not provided then the Flash Player unload() function will be called instead.
    QE: YES
    Doc: YES
    Checkintests: YES
    Reviewer: Ely, Deepa
    Bugs: SDK-16764
    SWFLoader.as
    Added new public method unloadAndStop().
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16764
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Thank you for your replies.
    I have been looking into it as well and seem to have found quite a simple solution...
    First you need to create an instance of a UIScrollView in the .h file:
    IBOutlet UIScrollView *scrollView;
    Then in the .m file, add the following line of code in the viewDidLoad method:
    scrollView.contentSize = CGSizeMake(320, 700);
    Then in IB all you need to do is set the files owner to the controller file we have set up above, drag a new instance of UIScrollView to the window. Then set two of its referencing objects to the File's Owner (view and the scrollView we have defined).
    You can then add as many labels etc to the scroll view by dragging in IB. Load it all up and the view scrolls perfectly and displays all labels!
    Thanks for helping me look into this.

  • Can not see the attributes of the dimension added in an existing structure

    I have to add a formula on the attributes of a dimension that i included in anexisting structure.  But when i try to create the formula it does not show the attributes or that dimension.  Early help would be appreciated.
    Thanks in Advance
    Murali

    Hi Manish
    Yes this is a display attr.  if i change it to Nav attri. will this not effect business as this is being used.
    Thanks
    Murali

  • How do I add specific podcasts to the Recently Added Smart Playlist?

    Well,
    I guess the question is very self-explanatory, still; I subscribe to several podcast, most of them are news and I have a couple of them that are music that I'd like to add to the Recently Added Smart Playlist.
    By default the this playlist has the criteria Media Kind is not Podcast, so when I specify a podcast it'll not appear and if I remove this criteria, all the podcasts will appear which of course I don't want. I could just specify every single podcast I don't want but the problem would be that I'd have to keep editing the playlist everytime I subscribe to a new one; a thing I don't feel very comfortable with.
    I tried using subcriteria but the Media Kind is not Podcast just overrules everything I add afterwards.
    I'll really appreciate any help you can give me. I'm attaching a screenshot with the lastest config I put in–which doesn't work–so you can give yourselves an idea of what I'm doing.

    It is a mixed playlist and finally I came up with an answer; it might sound strange but I woke up from a nap with all correct settings figured out.
    This is what I did:
    I had to specify a subset for every podcast or I would end up with every episode available on my library which in turn would reach the limit I set but that's OK. I noticed though, that podcast won't sync to iTunes Match, which is a bummer, but still they sync over Wi-Fi. This is what I got finally:
    Thanks for all your help!

  • TS4488 When i add new songs to a playlist and sync my iphone with itunes 11 the newly added songs don't show up in the playlist on my phone. how do i fix this?

    How do i sync the playlist on to my iphone with Itunes 11.

    Ryan
    You may be better off posting in the iTunes or iPhone fora.
    Regards
    Jules

  • Diskinfo -a command not listing the newly added disk

    Hi,
    I replaced an internal disk on my T4-1 box. After the replacement, I am able to find the disk listed in:
    echo | format
    cfgadm -al
    df -hk (have mounted a file system on this new disk)
    But the issue is that I am unable to find the disk getting listed in the diskinfo -a output.
    Please suggest what needs to be done.
    # cfgadm -al
    c9::w5000cca012c4ec8d,0 disk-path connected configured unknown
    c10 scsi-sas connected configured unknown
    c10::w5000cca012b4d099,0 disk-path connected configured unknown
    c10::w5000cca012c99be5,0 disk-path connected unconfigured unknown
    c11 scsi-sas connected configured unknown
    c11::w5000cca012d20555,0 disk-path connected configured unknown
    bash-3.2# echo | format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c0t5000CCA012B4D098d0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31> solaris
    /scsi_vhci/disk@g5000cca012b4d098
    1. c0t5000CCA012C4EC8Cd0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31> solaris
    /scsi_vhci/disk@g5000cca012c4ec8c
    2. c0t5000CCA012C9AA14d0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31> solaris
    /scsi_vhci/disk@g5000cca012c9aa14
    3. c0t5000CCA012D20554d0 <LSI-MR9261-8i-2.12 cyl 65533 alt 2 hd 287 sec 31> solaris
    /scsi_vhci/disk@g5000cca012d20554
    4. c0t60080E50002499E60000039B504D627Fd0 <SUN-LCSM100_S-0780 cyl 38398 alt 2 hd 256 sec 64>
    /scsi_vhci/disk@g60080e50002499e60000039b504d627f
    5. c0t60080E50002499E60000039E504D62ABd0 <SUN-LCSM100_S-0780 cyl 38398 alt 2 hd 256 sec 64>
    /scsi_vhci/disk@g60080e50002499e60000039e504d62ab
    6. c1t50080E52499E6000d31 <SUN-UniversalXport-0777 cyl 8 alt 2 hd 64 sec 64>
    /pci@400/pci@1/pci@0/pci@8/LSI,sas@0/iport@f/disk@w50080e52499e6000,1f
    7. c3t50080E5249EC8000d31 <SUN-UniversalXport-0777 cyl 8 alt 2 hd 64 sec 64>
    /pci@400/pci@2/pci@0/pci@8/LSI,sas@0/iport@f/disk@w50080e5249ec8000,1f
    Specify disk (enter its number): Specify disk (enter its number):
    bash-3.2#
    bash-3.2# diskinfo -a
    Enclosure path: 1203BD02DA-physical-hba-1
    Chassis Serial Number: 1203BD02DA-physical-hba-1
    Chassis Model: ORCL,Netra-SPARC-T4-1
    Label Disk name Vendor Product Vers
    /SYS/HDD0 c0t5000CCA012C9AA14d0 HITACHI H106030SDSUN300G A2B0
    /SYS/HDD1 c0t5000CCA012C4EC8Cd0 HITACHI H106030SDSUN300G A2B0
    /SYS/HDD3 c0t5000CCA012D20554d0 HITACHI H106030SDSUN300G A2B0
    bash-3.2#
    Seems like the issue will get resolved if I can remove the old entry of the disk in the cfgadm -al output.
    But in our setup we can not use the luxadm command to make the disk unused.
    So please suggest any alternative way to remove the extra entry (old disk's):
    # cfgadm -la | grep “c10::”
    c10::w5000cca012b4d099,0 disk-path connected configured unknown
    c10::w5000cca012c99be5,0 disk-path connected unconfigured unknown
    After reboot:
    Output after reboot:
    # cfgadm -al | grep “c10::”
    c10::w5000cca012b4d099,0 disk-path connected configured unknown
    Edited by: 951222 on Oct 23, 2012 4:57 AM

    Please note that the diskinfo command was added to Solaris 10U10 to provide the disk location, but due to bug 7093855 it only displays disks from the first controller. This will be corrected in S10U11.
    From Document 1365089.1 (How to locate a failed internal disk drive on a T3/T4 series system)

Maybe you are looking for