Km api - set a property

Hi all,
I try to set a property (description) to a file present in km with this code:
IPropertyName propertyName = new PropertyName("default", "description");
IProperty property = new Property(propertyName, "test");
tempResource.setProperty(property);
but nothing change...
where is error?
where i can find namespace and property name to use?
Thanks!
Andrea

Hi Andrea,
   Try to use this code: receive as parameter the folder and the user name. Assign this name as description for the folder.
   private void actualizarDescripcion(IResource folder, String nomuser) throws ResourceException {
            final String namespace = "http://sapportals.com/xmlns/cm";
            final String propiedad = "description";
            IPropertyName propertyname;
            propertyname = new PropertyName(namespace, propiedad);
            IProperty property = folder.getProperty(propertyname);
            if (property != null) {
                String descripcion = property.getValueAsString();
                IMutableProperty mutableProperty = property.getMutable();
                mutableProperty.setStringValue(nomuser);
                folder.setProperty(property);
                logger.errorT("Propiedad modificada");
            else {
                IProperty prop = new Property(propertyname, nomuser);
                folder.setProperty(prop);
                logger.errorT("Propiedad creada y modificada");
Patricio.

Similar Messages

  • Setting nevershare property

    I have messy metadata flowing into my Planning app. Many Parents have only one child so I need to set to NeverShare.
    Too much work to do on the PL/SQL side.
    Can I just set the property with the Essbase JAVA API?
    Suggestions?
    Jz

    The essbase java API is for essbase, you need to update the property on the planning side.
    Though there is an essbase config setting that can override the never share property - http://docs.oracle.com/cd/E26232_01/doc.11122/esb_tech_ref/impliedshare.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Is their a way to set system property in weblogic console

    Hi WL USERS
    Is their a way to set system property in weblogic console ie (http://localhost:8080/console) ? if yes, can we access that property in code using System.getProperty()?
    Regards
    vishy

    Yes, It is Possible.
    Please check the Option-1). Mention in the Following Link: http://weblogic-wonders.com/weblogic/2010/03/26/nodemanager-based-managedservers-setting-mem_args/
    Here i tried to set a Custom Property "*-Duser.dir=E:/MyDirectory*" through the Admin Console.
    NOTE: Setting any Option like JAVA_OPTIONS/CLASSPATh etc through Admin Console will work only when you start your Servers using the NodeManager. It means when you start your ManagedServers through AdminConsole...or Using nodeManager based WLST scripts.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic/ (WebLogic Wonders Are Here)

  • Set item property to false and true

    when i set item to false and then set item property to true. The item is displayed but its gray out and not enabled. Am i missing something
    Set_Item_Property('PUSH_BUTTON_SAVE',VISIBLE,PROPERTY_FALSE);
    and then
              Set_Item_Property('PUSH_BUTTON_SAVE',VISIBLE,PROPERTY_TRUE);

    Check the Forms online help on Set_Item_Property, near the bottom in the usage notes. Lots of things happen when you set visible to False:
    Setting DISPLAYED to False:
      sets the Enabled and Navigable item properties to False
      sets the Updateable item property to False
      sets the Update_Null item property to False
      sets the Required item property to False
      sets the Queryable item property to False
    So you may need to set more of them back to true in your code when you want to make it re-display.

  • How do I set ClientCredentials property to windows credentials?

    As per MSDN
    http://technet.microsoft.com/en-us/library/92a9678c-bc4f-4d7a-ba44-85989bfe27ca
    Building Applications Using the Reporting Web Service and the .NET Framework we have to set Credentials as below
    ReportingService2010 rs = new ReportingService2010();
    rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
    However, after creating the proxy I don't see proxy has Credentials property as MSDN says. The proxy has ClientCredentials property but it is not derived from ICredentials
    I'm using http://serverurl/ReportServer/ReportService2010.asmx
    How do I set ClientCredentials property to windows credentials in this case?

    But i dont see "Add web reference" option.
    Have you read the link I posted? "Add Service Reference" => button "Advanced" => "Add Web Reference"
    to check if the folder already exists
    Sure, with
    ReportingService2010.ListChildren
    Method
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • In which function i should set rendered  property of components

    Hi
    Thank you for reading my psot.
    it is really making me mad.
    can some one tell me which function of a backing bean i should use to set rendered property of some components ?
    i tried all of them and none of them seems to apply the rendereing propretiy.

    It is easy to find out
    Add a message group to the Page. Then in each method add
    info("At method <method name>");
    Run the application and see the results.
    - Winston
    http://blogs.sun.com/roller/page/winston?catname=Creator

  • Windows installer sets VersionNT property to 603

    Hello,
    OS: Windows 10 Technical Preview
    I've got msi package, which has LaunchConditions based on VersionNT(64) property, but installer sets this property to 603 (corresponding to Win8.1\2012r2). I wrote custom action, where I call VerifyVersionInfo function, and on 9879 build it worked,
    but starting from 9926 It doesn't. It seems that VerifyVersionInfo now requires proper GUID in manifest file, that is not possible for binary custom action. What is the proper way to detect Windows 10 version in msi package?
    I tried to ask this question at Windows Insider Program, but i was suggested to ask it here.
    Thank you.

    Hello,
    OS: Windows 10 Technical Preview
    I've got msi package, which has LaunchConditions based on VersionNT(64) property, but installer sets this property to 603 (corresponding to Win8.1\2012r2). I wrote custom action, where I call VerifyVersionInfo function, and on 9879 build it worked, but starting
    from 9926 It doesn't. It seems that VerifyVersionInfo now requires proper GUID in manifest file, that is not possible for binary custom action. What is the proper way to detect Windows 10 version in msi package?
    I tried to ask this question at Windows Insider Program, but i was suggested to ask it here.
    Thank you.
    Hello,
    1. Windows 10 has not been official released that there is not a solid version for us to detect, and currently issues related to windows 10 are not supported, you could consider submitting this feedback with the
    Give us feedback part shared in the following document.
    http://windows.microsoft.com/en-us/windows/preview-updates-feedback-pc
    2. It's not clear which publishment you are using, if possible, you could share the detailed information like the tool to publish your project and the configuration in that feedback.
    Thanks for your understanding.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [solved] Using xprop to set a property

    xprop(1) has a "-set" option. I can't figure out how to use it. The "surf" browser is scriptable by setting a property named "_SURF_URL" to the URL you want it to load. I've tried these:
    $ xprop -id 14680096 -set _SURF_URL http://www.google.com
    xprop: error: unsupported conversion for _SURF_URL
    $ xprop -id 14680096 -f _SURF_URL STRING -set _SURF_URL http://www.google.com
    xprop: error: Bad format: STRING.
    (The "id" is the one printed by "surf -x", and is correct, since I can use it to read properties.)
    How do I use this?
    Last edited by ataraxia (2009-08-12 14:55:01)

    The -f option isn't that straightforward... see the description of 'format' and 'dformat' in xprop(1).
    This should work:
    xprop -id 14680096 -f _SURF_URL 8s -set _SURF_URL http://www.google.com

  • Setting SpaceAfter property with Word ActiveX

    I am using the wordreport and Microsoft Word Object 9.0 Object Library instruments to generate a report.  I would like set the paragraph Space Before and Space After properties before generating my report.  In Word this is part of the paragraph formatting options.  I want to set both to 0 for my report.  According to the documentation on MSDN, these properties are part of the Paragraph collection in the ActiveX (the following is from http://msdn.microsoft.com/en-us/library/office/bb208789%28v=office.12%29.aspx):
    Switching the space before a paragraph between 12 points and none
    The following example toggles the space-before formatting of the first paragraph in the selection. The macro retrieves the current space before value, and if the value is 12 points, the space-before formatting is removed (the SpaceBefore property is set to zero). If the space-before value is anything other than 12, the SpaceBefore property is set to 12 points.
    Sub ToggleParagraphSpace()
    With Selection.Paragraphs(1)
    If .SpaceBefore <> 0 Then
    .SpaceBefore = 0
    Else
    .SpaceBefore = 6
    End If
    End With
    End Sub
    I cannot find a function in the ActiveX library that sets this property. There are several Paragraph and Selection formatting functions, but none for Space Before or Space After.  Is it possible to set these properties through the ActiveX control?
    Tony G.

    Daniel,
    Thanks!  That's exactly what I was looking for.  I didn't realize it was hidden in the SetProperty function.  It seems odd that the ActiveX library includes paragraph formatting functions like ParagraphFmtTabIndent and ParagraphFmtSpace1, but it doesn't have explicit functions for SpaceBefore and SpaceAfter. 
    For the benefit of anyone else who might be following this thread, I had to add a few functions to get some additonal ActiveX collection handles.  Here's what the final code looks like:
    ** GenerateLogFile **
    void GenerateLogFile(void)
        CAObjHandle DocHandle;  
        CAObjHandle AppHandle;
        CAObjHandle CurrentSelectionHandle;
        CAObjHandle ParagraphFormatHandle;
        WordRpt_ApplicationNew(VTRUE, &AppHandle);
        WordRpt_DocumentNew (AppHandle, &DocHandle);
        WordRpt_SetReportLineSpacing (DocHandle, 1);
        Word_GetProperty (AppHandle,
                          NULL,
                          Word_ApplicationSelection,
                          CAVT_OBJHANDLE,
                          &CurrentSelectionHandle);
        Word_GetProperty (CurrentSelectionHandle,
                          NULL,
                          Word_SelectionParagraphFormat,
                          CAVT_OBJHANDLE,
                          &ParagraphFormatHandle);
        Word_SetProperty (ParagraphFormatHandle, NULL, Word_ParagraphsSpaceBefore, CAVT_FLOAT, 0.0);
        Word_SetProperty (ParagraphFormatHandle, NULL, Word_ParagraphsSpaceAfter, CAVT_FLOAT, 0.0);
        // create report using functions like WordRpt_AppendLine and WordRpt_InsertImage       
        CA_DiscardObjHandle(AppHandle);
        CA_DiscardObjHandle(DocHandle);
        CA_DiscardObjHandle(CurrentSelectionHandle);
        CA_DiscardObjHandle(ParagraphFormatHandle);
    } /* GenerateLogFile */
    I have one last problem.  I've run this program on three different PCs.  All three are running the same versions of Windows 7 and Word 2007.  And yet on one of the three PCs, the WordRpt_InsertImage function doesn't work.  All the other text in the log file is present, but the bitmaps don't get inserted.  I thought that maybe there was a difference in the ActiveX control versions, but I can't find a way to determine what version of the ActiveX is intalled on each machine.  Or is there something else I should be looking at?
    Tony G.

  • Setting the property "Cache Level" of the pcd object to "None".

    Hi all
    I have an EP 6.0 on NW04 SPS 17. I need to solve a problem and found note 960975. My question is, how could we change the setting the property "Cache Level" of the pcd object to "None"? Where should I go? Is it on the NWA, Visual Admin, Configtool or somewhere else?
    Many thanks before.
    Regards
    Agoes
    Message was edited by:
            Agoes Boedi Poerwanto

    Hi Agoes,
    By using the tool Support Desk -> Portal Content Directory -> PCD Administration you can do this. Please note that this tool should only be used in debugging situations.
    There is a new section "Release a Unit from the cache cluster wide" in this tool. With this new functionality, you can remove an object from the cache on all nodes in the cluster. If the object is still in use, it will be reread immediately from the database
    Releasing the entire PCD cache can severely affect performance. Hence, if there are inconsistencies suspected with a single object, e.g. a role or an iview, the new section "Release a Unit from the cache cluster wide" can be used to evict the given object from the cache on all nodes in the cluster.
    Cheers,
    shyam

  • Exception: cannot set unrecognized property:

    Hi guys,
    I am doing a PoC of Connection between BPEL PM 10.1.3.4 running over WLS 9.2 SP3 calling a HelloWorld WebService (a very simple one without authentication or security) that is deployed over a WLS 10.3 server.
    The problem is when I execute the BPEL process and it invokes the partner link that pointos to my WebService I get an exception of that type below.
    Exception: cannot set unrecognized property: disable.must.understand on a Call object.
    I looked inside the logs of AdminServer, ManagedServer and Domain Server and the output files and nothing new came in from them.
    Any ideas? Please...
    The sourcecode of this PoC is here
    http://download.yousendit.com/Y1RyeW55VnN0TW14dnc9PQ
    receiveInput
    [2009/09/25 11:29:41] Received "inputVariable" call from partner "client" More...
    Assign_1
    [2009/09/25 11:29:41] Updated variable "Invoke_1_getGreeting_InputVariable" More...
    Invoke_1 (faulted)
    [2009/09/25 11:29:41] Faulted while invoking operation "getGreeting" on provider "HelloWorldServiceDefinitions".menos
    Daniel
    ORABPEL-00000
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "cannot set unrecognized property: disable.must.understand on a Call object
         at oracle.j2ee.ws.client.dii.BasicCall.setProperty(BasicCall.java:490)
         at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.setCallContext(WSIFOperation_JaxRpc.java:2769)
         at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1524)
         at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeRequestResponseOperation(WSIFOperation_JaxRpc.java:1210)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:478)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:437)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:251)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:826)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:402)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:199)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3698)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1655)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:217)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:314)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5765)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1087)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:133)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:162)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean_2rw8jy_ELOImpl.syncCreateAndInvoke(CubeEngineBean_2rw8jy_ELOImpl.java:75)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:547)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:464)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:133)
         at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:95)
         at com.collaxa.cube.ejb.impl.DeliveryBean_uhics8_EOImpl.request(DeliveryBean_uhics8_EOImpl.java:279)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:106)
         at jsp_servlet.__ngdoinitiate_ws._jspService(__ngdoinitiate_ws.java:517)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:126)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:531)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:459)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:159)
         at jsp_servlet.__displayprocess._jspService(__displayprocess.java:1851)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:126)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:531)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:266)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:222)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3242)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Exception: cannot set unrecognized property: disable.must.understand on a Call object
    Handled As: com.collaxa.cube.CubeException
    [2009/09/25 11:29:41] There is a system exception while performing the BPEL instance, the reason is "cannot set unrecognized property: disable.must.understand on a Call object". Please check the error log file for more infromation.
    Edited by: Daniel Ferreira Castro on 25/09/2009 12:20

    I think you took my comment out of context. I was referring to deployments on developer PCs to have a standalone version to play with. This is not common as it requires more PC power which not many people have.
    10g and 11g are different products. In 11g you are correct SOA Suite is installed on WLS, as there is no 11g oc4j. So in that respect I would agree that WLS as the app server is mainstream.
    In 10g I would have to disagree. It was a message that Oracle had to say that SOA Suite can be deployed on WLS and this was our stragic app server going forward. It would be a customer decision as to what path they would take. From my experience not many did this because the WLS version was 9.2 not the 10.3 which OSB ran on. There were limited customers to provide references on this architecture. Typically what we saw if customer were BEA customers they went down this path otherwise they went with oc4j. Oracle sold WebLogic Suite which included oc4j so from a licensing perspective they were covered, and technically they could run any Oracle product. For new licenses you needed WebLogic Suite as part of SOA Suite this does not mean that people deployed SOA Suite on WLS in 10g.
    10.1.3.5 certification with WLS was going to solve the version issue as it is going to be on 10.3, but 10.1.3.5 was release after 11g and the WLS certifications still hasn't been released.
    The 10g WLS deployment was never going to be like that in 11g so WLS customers would need the same kind of architectual changes and oc4j customer would have. The differnce being ops people would not need to learn oc4j so there would be less need for training.
    But I would like to clarify my comment was for stand alone deployments on developer PCs, this is not common to have the WLS deployment.
    cheers
    James

  • Unable to set configured property

    Hi,
    I am getting this following error during my server start up
    **** Error Unable to set configured property "/atg/
    dynamo/servlet/dafpipeline/AccessControlServlet.accessControllers" atg.nucleus.ConfigurationException
    Please help me out.
    Thanks in advance,
    Jk

    did u add ur own accessControlles ?
    It might not have been defined properly.
    follow the below link -
    http://docs.oracle.com/cd/E23507_01/Platform.20073/ATGPersProgGuide/html/s0508configuringtheaccesscontrolservl01.html

  • Unable to set a property

    Hi,
    In my .jnlp file I'm trying to set a system property in the resources section, via:
    <property name="jnlp.aname" value="avalue" />
    and in my code I am using
    System.out.println(System.getProperty("jnlp.aname"))
    and I am only getting 'null' for output.
    I'm using 1.0.1_02, which I see specifies that properties must begin with 'jnlp' or 'javaws' (I've tried both), even though my application is signed. I'm running on W2K.
    Any idea what may be wrong?
    Thanks,
    Beth

    If you app is unsigned, you should be able to set properties beginning with jnlp. as you stated, and
    if signed, you should be able to set any property. Can you post you complete jnlp file so I can see
    what might be wrong, or send it in to the feedback alias at [email protected]

  • Unable to set configured property "/Initial.initialServices"

    Hi All,
    I am getting following error-
    05:21:52,006 INFO  [STDOUT] Unable to set configured property "/Initial.initialServices" atg.nucleus.ConfigurationException: Unable to resolve component /com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet
    05:21:52,013 INFO  [STDOUT] **** Error
    05:21:52,064 INFO  [STDOUT] Unable to set configured property "/Initial.initialServices" atg.nucleus.ConfigurationException: Unable to resolve component /com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet
    I have checked the config path of both components and the structure of servlet is as below-
    src/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.java  and  src/com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet.java.java
    And for the properties files I have created them under the path- config/atg/dynamo/servlet/dafpipeline  and  config/atg/dynamo/servlet/pipeline
    Inside these I am keeping the FacebookAuthStatusServlet.properties and FacebookProfileRequestServlet.properties files
    The path of Initial.properties is as below- config/atg/dynamo/servlet/Initial.properties
    The content of Initial.properties is -
    initialServices+=\
      /atg/dynamo/servlet/dafpipeline/FacebookAuthStatusServlet,\
      /atg/dynamo/servlet/dafpipeline/FacebookProfileRequestServlet
    Should I need to keep the both pipeline- dafpipeline and pipeline or only one of them?
    And my pipeline structure is correct or not?
    How to resolve the above error?
    Please help regarding this!
    Regards,
    Prateek

    The content of config/atg/dynamo/servlet/dafpipeline/FacebookAuthStatusServlet.properties is as below-
    $class=com.progiweb.fbconnect.pipeline.FacebookAuthStatusServlet
    $scope=global
    serviceInfo=This servlet handle facebook redirection if it's a new user.
    insertAfterServlet=/atg/dynamo/servlet/dafpipeline/FacebookProfileRequestServlet
    redirect=true
    redirectURI=register.jsp
    profileUpdater=/fbconnect/userprofiling/FacebookProfileUpdater
    loggingDebug=false
    And the content of config/atg/dynamo/servlet/pipeline/FacebookAuthStatusServlet.properties is as below-
    $class=com.progiweb.fbconnect.pipeline.FacebookAuthStatusServlet
    $scope=global
    serviceInfo=This servlet handle facebook redirection if it's a new user.
    insertAfterServlet=/atg/dynamo/servlet/pipeline/FacebookProfileRequestServlet
    redirect=true
    redirectURI=register.jsp
    profileUpdater=/fbconnect/userprofiling/FacebookProfileUpdater
    bypassExtensions=.css,.gif,.jpg,.swf
    loggingDebug=false
    I think this will clear the confusion.
    Regards,
    Prateek

  • How to set IE property to automatically SAVE AS?

    In my JSP page, I want to set IE property to automatically trigger OPEN - SAVE AS - CANCEL message box.
    Because I am trying to open a ralitively big file (15M), but it takes too much time for the client browser to show the file, about 20 minutes.
    Any other good idea will be appreciated as well.
    Thanks

    you'd need to include a header in the response:
    response.setHeader("Content-Disposition", "attachment; filename=\"the file name\"");

Maybe you are looking for

  • Link to a pdf file that requires a login

    I am trying to figure out a way to create a link to a pdf file that requires login/password, but masks it so that the user is not aware that they logged in using credentials. Essentially, I am trying to provide links to Monroney labels, which are onl

  • Building Oracle ADF Applications Workshop

    I have finished going through the "Building Oracle ADF Applications: Workshop" from the following link: http://www.oracle.com/technology/obe/obe9051jdev/ide1012/adfworkshop/buildingadfapplicationsworkshop.htm Hopefully that is sufficient for the doc

  • Tecra M11 - a few questions

    Hi everyone, just got a new TECRA M11 laptop, a few quick questions please: A. Is it possible to change the settings for the eco button? I.E. to make it opperate a program? if so how? B. How can I see the volume graph when i turn it down or up? Some

  • There was an error in the itunes store.

    We could not complete your iTunes Store request. The requested resource was not found. There was an error in the iTunes Store. Please try again later.

  • Having email trouble with iPad

    All of a sudden I'm not receiving emails on my iPad, it just keeps on saying the mail server "imapgmail.com is not responding verify if I have entered the correct account into mail settings