Can not enable SandBox on mi Webcenter application

Greetings
i have developed a webcenter application ...and i have tried to enable sandbox in order to show a save button on my composer panel in edit mode...and a pop-up message to save changes if i close before clicking the save button.
In the adf-config.xml file, i add the following lines:
<pe:page-editor-config>
<pe:security-config>
<pe:security-policies>
<pe:security-policy name="customPagePolicy" override="pagePolicy">
<pe:policy-class>oracle.webcenter.security.policy.WCPageSecurityPolicy</pe:policy-class>
</pe:security-policy>
<pe:security-policy name="customTFPolicy" override="taskFlowPolicy">
<pe:policy-class>oracle.webcenter.security.policy.WCTaskflowSecurityPolicy</pe:policy-class>
</pe:security-policy>
</pe:security-policies>
</pe:security-config>
<pe:sandbox-namespaces>
<pe:namespace path="/pages"/>
<pe:namespace path="/pageDefs"/>
</pe:sandbox-namespaces>
<session-options-factory>view.AppsSessionOptionsFactoryImpl</session-options-factory>
</pe:page-editor-config>
In the web.xml file, i add the following lines:
<filter>
<filter-name>WebCenterComposerFilter</filter-name>
<filter-class>oracle.adf.view.page.editor.webapp.WebCenterComposerFilter</filter-class>
</filter>
<filter>
<filter-name>adfBindings</filter-name>
<filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>WebCenterComposerFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>WebCenterComposerFilter</filter-name>
<url-pattern>/faces/*</url-pattern>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
<filter-mapping>
the thing is that i am getting this errors on my weblogic server and when i choose CLOSE in the composer of the page...it does not ask if i want to save changes
Pragma: no-cache
Cache-Control: no-cache
]] Root cause of ServletException.
javax.servlet.ServletException: No tiene permiso para editar la página
at oracle.adfinternal.view.page.editor.mds.SandboxActionHandler.handleSave(SandboxActionHandler.java:117)
at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:121)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:93)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:153)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1450)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = localhost.localdomain TXID = CONTEXTID = 11d1def534ea1be0:-4c1c6cca:12c600c1b0f:-8000-00000000000010f0 TIMESTAMP = 1290156579857
WatchAlarmType: AutomaticReset
WatchAlarmResetPeriod: 30000
>
<Nov 19, 2010 3:49:39 AM COT> <Warning> <oracle.dfw.incident> <DFW-40125> <incident flood controlled with Problem Key "BEA-101017 [HTTP][javax.servlet.ServletException]">
does anybody know what i am missing during this configuration??
thanks for your help

I think below steps are required too.
Open the adf-config.xml file located in the ADF META-INF folder under Descriptors in the Application Resources panel.
Under the <metadata-namespaces> element, ensure that <namespace> elements are defined for all metadata for which you want to enable sandbox creation, as shown in Example 22-1.
Example 22-1 Namespace Definitions in the adf-config.xml File
<!-- Your jspx customizations alone go here -->
<namespace path="/pages" metadata-store-usage="WebCenterFileMetadataStore">
<namespace-restriction type="CUSTOMIZATIONS"/>
</namespace>
<!-- Your pagedef customizations alone go here -->
<namespace path="/pageDefs" metadata-store-usage="WebCenterFileMetadataStore">
<namespace-restriction type="CUSTOMIZATIONS"/>
</namespace>
For more help please check this link,
http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_page_editor_mds.htm#CHDBJBJF

Similar Messages

  • Can I enable phones gps in my application?

    hi, i developed an application for my nokia N95 to see my current location.
    i used the location api to get the latitude and longitude.
    but if i disable phones gps option(from tools menu) then i can not get my location from my application.
    i want to know, is it possible to enable the gps option from my application.
    it's urgent. please help if anybody knows the answer.
    regards,
    shamim

    hi
    thanks for u r kind attention.
    i want execute simple jndi program on WinXPwhich uses ldap sevices.
    in the JNDI Tutorial it is given that u can make use of ldap service provided by JDK.i am using a latest version of jdk.
    where the programs for enabling ldap sevice is located in JDk ?how can i enable it?
    and also i have down latest releases of openLDAP software?if the earlier is not possible u tell me how to configure openLDAP?
    thanks in advance

  • Since updating to Firefox 3.6.15, I can no longer print coupons from SmartSource. The error message is that Java is not detected. The check box is longer showing in the Options/Content of this version of Firefox, so I can not enable it.

    # Question
    Since updating to Firefox 3.6.15, I can no longer print coupons from SmartSource. The error message is that Java is not detected. The check box is longer showing in the Options/Content of this version of Firefox, so I can not enable it.

    Same PC as I used to post the question. When I go to the "plug in check" page, it shows I am up to date and it is not disabled.
    Java(TM) Platform SE 6 U24
    Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers 1.6.0.24

  • I have a problem with my iPhone 5 stopped working the sleep / power and simultaneously refused to obey the HOME button. I can not use either one or the other. I can not enable or disable the device, display lights up when you plug the charger. same displa

    I have a problem with my iPhone 5 stopped working the sleep / power and simultaneously refused to obey the HOME button. I can not use either one or the other. I can not enable or disable the device, display lights up when you plug the charger. same display works fine as it is surprising. or maybe someone knows what is the reason for this? is there any way to solve this problem?

    More than likely its a hardware issue, I have never encountered such a problem and best bet is to just go get it replaced. If you have insurance on your device apple will replace it as long as there was no water damage, if you dont have insurance they will charge $200 more or less. Hope you get it fixed

  • Can not enable fonts for User library in Font Book

    Hi all,
    For some reason I can not enable the user library in the font book using the options in the font book. This means that the User Library is "off". I have tried the following but none of them have worked:
    * Reboot.
    * Delete the Font preferance file.
    * Undo the font book via booting in safe mode and then rebooting in normal mode. Delete the trash which contains the font cache.
    * Manually insert fonts into User>Library>Fonts and restart.
    * Manually empty user fonts folder and re-insert fonts back in.
    * Delete the user fonts folder and re-create it and insert all fonts back in
    Have also tried a few combinations of the above but none of them have worked. I do not want to use the system library fonts folder as this machine is on a network and the users should not have admin rights to their machines.
    I have also checked the user rights to the user fonts folder and all seems ok there.
    Does anyone know how to solve this problem so that I can enable the User font library?
    Any help would be much appreciated.
    Thanks
    Slack

    I have found that for me, on both a PowerMac G5 and an Intel iMac, both running 10.4.8 with all updates, turning on FileVault reliably causes the problem. I.E., if FontBook is working fine on an account which does not have FileVault turned on and I turn on FileVault, then the User collection in FontBook is greyed out and Enable "User" doesn't work. If FileVault is on, none of the suggested work-arounds that I have read about in these discussions or in Apple's support articles help.
    Sometimes, turning off FileVault is sufficient. Other times, I must turn off FileVault and follow the work-around in http://docs.info.apple.com/article.html?artnum=302551 . Sometimes, I must turn off FileVault, throw away the FontBook preferences and restart.

  • I can not resume when I downloaded the application from the Apple Store. If I have to start from the beginning of a solution to this too please.

    I can not resume when I downloaded the application from the Apple Store. If I have to start from the beginning of a solution to this too please. ?

    Are  you away from your home country?
    Settings > General > International > Region Format > set to correct location?
    Settings > Phone > Dial Assist > ON

  • Why the bottom of the screen of my ipod can not be used to open the application but the application could be to shift

    why the bottom of the screen of my ipod can not be used to open the application but the application could be to shift, please help me

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                                              

  • My iPhone 4s, I can not enable the wifi

    The same problem presents me with my iPhone 4, I can not enable the wifi, and the operator said that my warranty expired and I refuse to think that Apple just build these modern devices to last exactly one year, whom I am very grateful can help with this problem, I need to know who I can contact my mail [email protected]  regards

    See if this helps
    http://support.apple.com/kb/TS1559
    If doesn't, you are looking at hardware failure.

  • I have iMovie application open, but the iMovie application keeps disappearing off the right hand side of the screen and and I can not see it, even though the application is open..help, please!

    I have iMovie application open, but the iMovie application keeps disappearing off the right hand side of the screen and and I can not see it, even though the application is open..help, please!

    Thanks. I don't know why it wouldn't just go back there when I tried putting it back? I didn't change anything, so I assumed the new "default" was over on the left. Glad it was a simple solution after all.

  • HT5312 I can not use my account to buy applications inside because I forgot the answers safety questions

    I can not use my account to buy applications inside because I forgot the answers safety questions

    You need to contact Apple. Click here, phone them, and ask for the Account Security team.
    (86795)

  • HT4009 I can not buy in-app purchase in application name clash of clan My balance in Apple ID is sufficient to buy that item. Please kindly help me on this issue.Your help would be appreciated.

    I can not buy in-app purchase in application name clash of clan My balance in Apple ID is sufficient to buy that item. Please kindly help me on this issue.Your help would be appreciated.

    What happens when you tru buy items in it ?
    If you are getting a message to contact iTunes support then you can do so via this page and ask them why the message is appearing (we won't know why) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If it's a different problem ... ?

  • Error: ... can not be converted to a unique application ID.

    Full Error: Error     The application alias "<APPLICATION NAME>" can not be converted to a unique application ID. Contact your application administrator.
    <APPLICATION NAME> -> name of the application.
    Screenshot: Link
    Once the application is run from the Apex Development environment then the error does not occur.
    It may have started after moving to 4.1.1, but not sure.
    Does not seem to be browser specific. It has happened in chrome, IE, Firefox.
    Any ideas?

    When you are in Apex Builder you have already set your Workspace when you logged in. So the URL might be resolving to Alias in the Workspace where you logged in. By logical deduction ,the other application with the same Alias is in another Workspace.
    On the contrary, when you directly login to the application there is no Workspace selected and Apex tries to resolve references using the Alias alone, and that requires a Unique Alias.
    In any case, get rid of duplicate Alias, that is not a good thing.
    Regards,

  • I can not enable bluetooth on Iphone 4

    I can not enable bluetooth on Iphone 4. Attempt enabled in settings, bluetooth and awaits income. (not displayed tab)

    qfyerko wrote:
    Attempt enabled in settings, bluetooth and awaits income.
    Then pay it.
    What is the real issue?  Post in your native language if you have problems communicating in English.

  • Can not enable wi-fi on ipad 2. Any suggestions?

    I can not enable wi-fi on my new ipad 2. I have tried resetting network settings & restoring settings, but wi-fi remains greyed out under settings and is listed as N/A under settings-about.  Any suggestions?

    have you tried to see if a reboot fix it?
    http://support.apple.com/kb/ht1430

  • HT4236 I can not enable selected photos to sync to my iphone 5. It is greyed out. I do not want to sync my entire iPhoto library.. help!

    I can not enable selected photos to sync to my iphone 5. It is greyed out. I do not want to sync my entire iPhoto library.. help!

    Guys, I found another user and what he said to do worked!!! I have copied the information below:
    This was 1 of the things that happend to me too, the other one was that at the bottom of the itunes page were it says all the memory info, it marked that I had over 3gb of other memory wich I didn't.
    Anyways what I did was to unmark the calendar, contacts etc. ( so that they wont sync with the computer ), pressed apply,  then I marked all of them again, apply again and for last I pressed Sync wich is at the bottom right coner by the apply botton.
    I'm not sure that had anything to do with it but it worked, my music appeard both of my itunes playlists and the ones I bought in itunes.  Also the other memory dissapeard and it's all good.
    I'm not sure this will help you but thats my 5 cents, if the problem continues its better to call customer service and ask for a technician.
    Hope your problem gets solved. Have a nice day.

Maybe you are looking for

  • How do I pass single quotes into a string variable?

    Thanks for any help? Example Select xdat, yday from foo where xdat = to_char(sysdate, 'mm/dd/yyyy') How do I pass the single quoted stuff above into a string variable?

  • Unable to view the photos

    hello, i am unable to view the photo on the home page of the portal instead i see only x symbol instead of the picture. is there any option to view the picture. reply me cheers kris

  • The license file will not be written to disk...

    I keep having to write the serial number and user information when I run Final Cut Pro and any other Final Cut Studio apps. It says: The license file will not be written to disk because the user does not have enough privileges. So everytime I open a

  • Short numbers

    in my concern we have a special contract with the german provider t-mobile. within this contract, we have special prices for calls and there are only short numbers displayed for callers like "65343". i have those numbers in my contacts, but when i am

  • The never ending BT contract............

    I am too frightened to sneeze these days just in case it means I need to agree to a new 12 month contract with BT....... Solved! Go to Solution.