Can not make work custom scope for run time created pages

Greetings
i have an application where you can choose a scope where you want to create your page using the create page task flow. the thing is that it is not working my pages are not being created on any new scope, looking through the folders of the MDS repository i only see a new folder where each new scope i create with mi app in runtime has a folder with the same name that the scope and inside of each...is an xml file....the path to those is /webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/<custom_scope_name>/scope.xml
does any body know why this is happening?

Hello
i am using the create page task flow.....here is the task flow configuration, it only has one parameter
<taskFlow id="pagecreatepage1"
taskFlowId="/oracle/webcenter/page/view/jsf/fragments/page-create-page.xml#page-create-page"
activation="deferred"
xmlns="http://xmlns.oracle.com/adf/controller/binding">
<parameters>
<parameter id="oracle_webcenter_page_createpage_scopename"
value="${adminPagView.scopeName}"/>
</parameters>
</taskFlow>
scope name is a method in my backing bean ..............and here is the method implementation
public String getScopeName() {   
ServiceContext sContext = ServiceContext.getContext();
try {                   
Scope scope = sContext.createScope("scope_test");
sContext.setScope(scope);
} catch (ScopeAlreadyExistsException scopeExistsException) {  
System.out.println("Scope Already Exists...");
return scopeName;
the method executes correctly and in the mds folders y can see a folder for that scope in DefaultDomain/webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/scope_test/scope..xml
and my page jspx is in this path
/oracle/webcenter/page/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed/user/U364DAA907F1311DFAF1145A33DBB364E/Page1.jspx
as you can see s8bba98ff_4cbb_40b8_beee_296c916a23ed is the defaul scope, maybe i am just creating a scope but no telling to the task flow to
used it..............no sure what is happening

Similar Messages

  • Can not make FaceTime calls but receive face time calls

    Can not make Face Time calls but I can receive Face Time calls

    And to call the person you are trying to call, are you using his/her phone number or his/her apple id (email)?

  • You can not make TRUELY custom buttons inb Photoshop

    After several weeks of research, dozens of forum posts and replies, I have come to the conclusion that only BASIC, SIMPLE buttons can be made in Photoshop and ported into DVDSP where the only attribute for the selected state is a highlighted background. (ver 3.x)
    One of the reasons for needing to create a custom button is for outlined text. This is needed to be able to see smaller buttons on a picture backgrounded menu where there is a lot of dark/ bright spots. Even when porting into DVDSP a button that is outlined text (by applying "Stroke" to the text and rasterizing) the text is solid when in DVDSP.
    I was able to do a lot to buttons in Adobe Encore, I can make a line appear when selected as well as change the background color. It was simple to do. Each button was a single .psd file with a Specific name for each Layer SET, not layer. It seems that buttons in DVDSP are embedded objects within a master file.
    I defy anyone to create a button for DVDSP (or say how) with the following attributes:
    Not Selected--->Outlined text, nothing else
    Selected------->Same text, with a line above and a line below and slightly highlighted background.
    Activated (optional) Same as selected but with a different highlight color.
    Thanks
    Mike
    G5   Mac OS X (10.3.9)  

    I am not sure if I am understanding the issue, did you look at the examples in the other post?
    http://dvdstepbystep.com/newmap.php
    http://dvdstepbystep.com/qm.php
    If I understand what you want, create an overlay with 3 colors, the Black, Blue and Red with the Chroma keys, the outline is Black in the file, the lines are Blue in the file and and the Highlights Red in the file
    1.) Selected - Map Black to whatever percentage color you want, Map Blue and Red to 0 percent
    2.) Selected- Map Black to whatever percentage color you want, Map Blue for the line Color/Precentage and then Red to a color semi transparent number (lower numbers more transparent) which will highlight/tint the background
    2.) Active - Map Black to whatever percentage color you want, Map Blue for the line Color/Precentage and then Red to a color semi transparent number (lower numbers more transparent) which will highlight/tint the background
    Not sure if you envision something else for the highlight on the background? If you mean change the actual background color of the entire background you probably want to use layered menus

  • Can not make a recovery disc for Toshiba Laptop

    When I try to make a recovery disc for my Toshiba Satellite L305-S5919 I receive the following message:
    An error occurred in the recording phase. Please check if the disc is scratched or dirty.
    Error Code: 0E01B5-26-2A040301.
    I have tried to do a recovery disc since buying the Computer in June 2009. The message always comes up at the same spot in the process. I am using DVD-R discs.

    Can you burn to those disks using the regular Disk Writer Program?  It doesn't matter what type as long as it's to that same batch of disks.
    I would contact Toshiba as per this post and request that they provide you with a set of Recovery Disks since you can't make your own.  They shouldn't charge you for them under the circumstances, but you might have to be forcefull about it.
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • How can I make a keyboard shortcut for 'insert footnote' in Pages 09?

    I do a lot of accademic work and it is incredibly frustrating not to have a shortcut for one of the most frequent tasks i perform in pages. Please can someone help me?

    Menu > Apple > System Preferences > Keyboard > Keyboard Shortcuts Application Shortcuts > + > Application: Browse to Pages > Menu Title: Footnote > Keyboard Shortcut: hit combination of keys > Add
    You will need to restart Pages but should then see it next to your Menu item.
    Peter

  • Can I make a custom position for a region ?

    Hi guys,
    I am trying to place a region on a page using CSS attributes. I tried this thing:
    in the region header :
    <div style="width:300px;height:150px;position:absolute;left:100px;top:100px;"> in the footer:
    </dive>but the problem is that only the items of the region get a new position.
    How can I place a region where I wish ???
    FYI:
    I use
    Windows 7 64 bit
    Apex 4.1
    Theme : 23-crimson
    Glass Fish server
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    I hope my question is clear.
    Regards,
    Fateh

    Fateh wrote:
    in the footer:
    </dive>
    Was that really <tt>&lt;/dive&gt;</tt> or <tt>&lt;/div&gt;</tt>? Getting it right with the latter might help...
    Region template?
    Browser & version?
    Probably get better results by either giving the region a static region ID and using this as a selector in a separate style sheet, or putting your inline style in the region attributes.

  • I have a file that will not let me access it and I can not make myself the owner even though I created it

    I am trying to do something and whenever I try to run it it tells me "The file “start.command” could not be executed because you do not have appropriate access privileges." and if I go to the info about the file and try to make myself an owner it will not let me do it and it is just gray.
    I really would really like someone to help me because I promised my friend I would do this.
    Thank you and sincerly,
                                          Lucas    
    <Personal Information Edited by Host>

    Try this in the Terminal app.
    sudo chown username:admin <path to file>
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • I am using Pages app but I can not make folders as instructed in help menu

    I am using Pages app but I can not make folders as instructed in help menu

    While in Pages looking at the screen with all your documents, touch and hold a document until it starts to jiggle.  Then touch a document and drag it on top of another holding it there for a couple of seconds until a folder forms.  While things are still jiggling you can click on the folder name and change it.  And while still jiggling you can drag more files into the folder, or create another folder.
    Much the same as you create folders of apps on your home screen.

  • I can not make a new backup !!!

    I can not make a new backup for my iPhone before i updated to ios 8 ?p

    If you don't know the encryption password, you're out of luck and will not be able to access the backup at all.
    So you would have to set up a new device as new.

  • Good afternoon.  Product Adobe Muse serial number requests. What to do?  I paid for a month, but I work in the trial version.  If you can not make out, it will no longer use the services.

    Good afternoon. Product Adobe Muse serial number requests. What to do? I paid for a month, but I work in the trial version. If you can not make out, it will no longer use the services.

    There are many threads on same topic, please follow the suggestion mentioned here :
    https://forums.adobe.com/message/6486790#6486790
    Thanks,
    Sanjit

  • Can not make Groups work in Address Book

    I'm running Mac OS X v10.7.4 with the latest version of Address Book. I'm new to Apple and am trying to set up groups in Address Book for ease of mailing to a number of contacts.
    I'm connected to iCloud and am able to create  group names under iCloud. I can also drag contacts into a group from my iCloud contact list to populate it and the names are displayed on the opposing page from the page listing the group names. However, when I enter the group name into a Mail message address box the box remains blank. Also, if I right click on the group name in the group list and select "Send an e-mail to the group" that will open a "new message" window but again the "to box" will be empty. When I click on a group name and then select from the task bar "Edit>Edit Distribution List..." that choice is grayed out and non-responsive. So I end up with a defined group with group members in it but it can not be edited nor available for actually addressing an e-mail message.
    However, this is the weird part: What I described above was my effort yesterday, trying to get Groups going and finally shutting down in frustration. Today when I opened Address Book the groups worked! I could address e-mail messages using either method. The "Edit Distribution List..." was active and I was able to modify my group members. I was so elated that I immediately created another group. Alas, it behaved as the other groups did yesterday. The group was populated but unable to be inserted in the "to box" and I was unable to edit the distribution list. Also, after creating the new group, yesterday's groups would no longer permit being edited although I was able to earlier in the day. However, the addresses still appear in the "to box" when I invoke the group.
    I am confused and frustrated. Do I have an incorrect setting that hinders the use of groups? Is there some system reset or iCloud update that occurs on a daily basis that activated the groups created yesterday? Why would my creating a new group cause me to loose the ability to edit any of the groups?
    Any help will be greatly appreciated.
    Thanks for reading such a long message.
    Mike

    Eureka. You are right. I just tested closing and reopening Mail and now today's groups work. Regarding editing the existing groups, I found an article from 2011 on CNet that claimed that iCloud disables the Distribution List Editor. The work around is to create a single dummy group under "On My Mac" which will reactivate the editor which can then be used for iCloud groups. I tested this and it works.
    Thank you so much for your prompt and helpful comment.
    Mike

  • Need to add condition to a template and can not make it work.

    I am trying to add a condition to a template and can not make it work. Mainly because I am new at this. I have a field that needs to have a condition set. The field is LTD. The maximum value is $233.00. If the amount is less the 233, that value is used. If it is over 233 then 233 is used. So, if LTD is greater then 233.00 then 233.00 else LTD.
    Can anyone help me write this for a Word BI Publisher Template. I need this report now but can't go to class until later this year.
    Thanks,
    Rick

    Replace LTD with the correct element name.
    <?choose:?>
    <?when: LTD > 233 ?>233<?end when?>
    <?otherwise:?><?LTD?><?end otherwise?>
    <?end choose?>

  • I can not make delta load for some component of public sector management

    Hello All:
    I´am using these three data source 0PU_IS_PS_31, 0PU_IS_PS_32 and 0PU_IS_PS_42 and I realize that I can not make delta loads. When I make the full load everything is correct even when I made the delta, the problem is that the Delta load is not extracting any new data or changed data.
    Do you have any idea to fix this issue?
    Thanks
    Message was edited by: Víctor Olivera

    Hello Victor,
    As u have already tried the delta load,I assume that u have already done the init load too.As system will not allow u to do delta load without doing an init load first.
    The first datasource u talked about..31..it needs new records created in table FMIOI table.
    What happens is..if u run a delta load immediately after an init load,there might not be new or changed records created in the system..therefore there arent any records in the delta queue.
    Could u try creating some commitment document transaction data,so that records get added in FMIOI table.Then see if the delta queue for this datasource shows any records.
    Links to BC pages for these datasources are below..
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/8c425e8afe11d496d80000e835339d/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/8c42618afe11d496d80000e835339d/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/46a53ec5f0c0428fa8b9cfcdcd9fcd/frameset.htm
    Note that for 42 datasource..page says that delta update is not supported(though it does talk about updating delta queue).
    For 32 datasource source tables are FMIFIIT and FMIFIHD.
    For 42 datasource table is FMBDP.
    cheers,
    Vishvesh

  • Help!!! I can not make or receive calls! other functions itself. Internet, sms, whatsapp work. I restored as new iphone from the phone and from itunes and still not working.

    I can not make or receive calls! other functions itself. Internet, sms, whatsapp work. I restored as new iphone from the phone and from itunes and still not working.
    Sorry for my english i'm spanish

    I have not tried that...I will look up the process so that I can do it correctly (and still transfer all of my files, contacts, etc).  Any suggestions?  What is the advantage of restoring as a new device..is this more akin to a complete wipe of a hard drive?

  • I have iphone 3g, phone is working very slow and even i can not been able to close the running application

    i have the Iphone 3g, OS 4.3.2.1
    My Phone is working terribly slow, and even i can not been able to close the running application
    for closing application Every time i have to restart the phone
    can any 1 help me solve this problem
    with best regards,
    prakash

    You must have an iPhone 3GS then if its running 4.3.2
    The iPhone 3G can only update to 4.2.1 iOS.
    Reset the iPhone
    Hold the top silver button and the home button (just below the display of the iPhone)
    Do this at the same time for about 10 seconds until you see an Apple.
    The iPhone then should take 1-3 minutes to restart and it should be fine

Maybe you are looking for