Where is navigationsettings.xml in 6.x?

Hello. I am porting building some custom navigation code in 6.x. I remember in 5.x, I could store config variables in NavigationSettings.xml - then reference them through the API. However I don't see this file in 6.x. Where is it? The inline docs in NavigationCommonHelpers states that it still pulls from this file...
Thanks
Chris

StuffIt is no longer included in boxed versions of Mac OS 10.4. If you have upgraded from earlier versions, it should still be in /Applications. You can download Expander here: http://www.stuffit.com/mac/expander/ for free. Why Spotlight doesn't find it on your machine is beyond me. You can try searching for it in Terminal, though:
sudo find / -name StuffIt
enter your admin password when prompted.

Similar Messages

  • Spacing in NavigationSettings.xml

    Hi all,
    I tried to modify the XML entries in order to define the width of the page columns. I added this entries in NavigationSettings.xml (101 is the ID of my PlugNav):
    <intPlumtreeDPTableSpacing101 value="4" /><intPlumtreeDPLeftWidth101 value="200" /><intPlumtreeDPRightWidth101 value="200" /><intPlumtreeDPLeftWidthAlone101 value="200" /><intPlumtreeDPRightWidthAlone101 value="200" />
    The only settings that works is the TableSpacing. The other seems to be ignored.
    Do you know why?
    Thank you very much,
    Alberto

    Hi Alberto,
    Correct me if I'm wrong, but it sounds like you are trying to use these settings to changed the width of the portlet columns. That is not what these settings do. These settings alter the width of the navigation columns (if you are using them). So if you have a navigation that uses the left hand side of the page. And you alter <intPlumtreeDPLeftWidth101XXX value=?/>, then the navigation column width changes.
    If you are trying to alter the width of portlet columns, then you will need to override MyPortalContentView using dynamic discovery. There is a constant in that file called N_NARROW_COL_WIDTH, which will allow to change the width of the narrow portlet columns.

  • Where to upload xml files?

    In the installation doc. I found:
    "Login as a user with administrative privileges and upload the following xml files from $IFS_HOME/samplecode/oracle/ifs/examples/jspapps/insurance/xml directory, in the order given
    a) CreateDirectoryObjects.xml
    b)InsuranceExtendedPermission.xml
    c)CreateClassAcl.xml
    d)CreateInsuranceForm.xml
    e)CreateInsuranceJlu.xml
    to iFS using any protocol."
    To where/ which folder???? /home/system or /Mount points/public

    user10243788 wrote:
    Thank you miheal,
    is there any tool also we can use?The person I turn to for ideas about XML going into and out of the database is Marco Gralike.
    Here's a sample (a couple of years old now) from his blog of mixing XML and SQL: http://www.liberidu.com/blog/2010/07/29/external-views-xml-based/
    It's the first one I happened to get to when I did a search on his blog for: external table.
    Some time back he sent me an example of running an SQL statement from the database which accessed the internet and pulled back the content of one of my blog pages in a form that would allow me to do: "insert into table select from {XML call}"
    Unfortunately I can't find the code right now - I know I stored it somewhere to make sure I didn't lose it but ...
    Regards
    Jonathan Lewis

  • Where is stored xml payload of XI messages

    Hi to all,
    where can I find the XML payload of each XI Message that I see in the SXI_MONITOR? I want to find the table or the FUNCTION MODULE that contains/retries the XML Payload.
    Thanks to all!

    Hi,
    The messages are stored in the Table.
    SXMSPMAST---->Integration Engine: Message Queue (Master)
    SXMSSYERR---->XMS: System Error Error Codes
    SXMSCLUP -
    >XMB: Property Cluster
    SXMSCLUR -
    >XMB: Resources Cluster
    Regards
    San

  • Where are the xml files for code generator of MSAHH5?

    I'm generating source files for MSAHH5 and in the source code I can find xml files for generating all entities and DAL for those entities but I can't find anywhere files for MSATableConstants.xsl and MSAPersistanceManager.xsl and if I leave them alone they don't generate any class. I tried all xml in the code-generator folder without luck. What files should I use?
    Thanks in advance.

    Hi,
        I will answer your question in 2 parts.
    1. Which files are used to generate what?????????
    For entities:            Entity.xslt+ Entity.xml
    For MSATablesContants:   MSATableConstants.xslt+       
                             Entity.xml
    For MSAPackageManager:   MSAPackageManager.xslt+
                             Entity.xml
    For DAL Generation:      DAL.xslt+DAL.xml
    2. Where these will be generated?????????
    It depends on the path of the project that you are giving. If in the code generator tool when u make a new project give the path as the path of your project in eclipse.
    Otherwise if you give path as ./ means the current folder from where you r running classgenerator.jar
    you have to manually create folders like
    C:\classgenerator\com\sap\crm\handheld\db\dataaccess for DAL classes and similarly for entities etc.
    Hope this is clear
    anubhav

  • If an app uses JPA with a WAR, where does persistence.xml go?

    If I'm constructing an app using JPA entities, but just in a WAR file, not an EAR file, as I'm not using the other EJB components, where does the persistence.xml file get deployed to? Is it just WEB-INF/classes, or do I have to do something like WEB-INF/classes/META-INF (one resource i saw implied this)?

    david.karr wrote:If I'm constructing an app using JPA entities, but just in a WAR file, not an EAR file, as I'm not using the other EJB components, where does the persistence.xml file get deployed to? Is it just WEB-INF/classes, or do I have to do something like WEB-INF/classes/META-INF (one resource i saw implied this)?Yes, put it in WEB-INF/classes/META-INF. If you're using JDeveloper or Eclipse Webtools and you put the persistence.xml in src\META-INF compiling will put it into WEB-INF\classes\META-INF for you.
    --Shaun                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How/ Where to Monitor XML Messages of  Provider Webservice ?

    Dear SDNers,
    I would like to Monitor XML Messages for Provider Webservice.
    I would like to tell upfront that SXM_MONI or SXI_MONITOR in ABAP Stack does not show any Messages.
    I have used SOAMANAGER which is the normal Transaction related to doing all things with Webservices. Even here i have found anything Messages.
    I could only see Success Messages under Webservice Logs(Webservice Logging and Tracing).
    Would like to know how/ where to do i monitor XML Messages for a Provider Webservice ?
    The Search around several places could not yield much to me about this Mointoring of Webservices.
    A lot of documents talk about Service Provision/ Consumption, Registry, WS-RM etc. but nowhere i could encounter about Monitoring of Webservices.
    So the normal links to Webservices documents where documents/ links describe about Service Provision/ Consumption, Registry, WS-RM, Protocols, Security, Transports etc. will not be of much HELP to me here.
    Thanks & Regards
    Venugopal

    Hi Nick,
    There is no big difference between synchronous interface monitoring and asynchronous interface monitoring.
    Just goto SXMB_MONI, click on inbound message, it will automatically displaying one tab with name response message. Click on that response message to view the message content.
    In PI7.1 you can see response message and reqquest message in RWB. Open the message by click on that, it will automatically dispay request and response messages
    thanks,
    madhu

  • Where to ask XML-questions

    Hello,
    when I have a question about XML, where do I ask?
    XML DB issues related to XML DB
    XML  space for the following subspaces
    General XML  Discussion of the general XML language, standards (XSLT, XQuery, XMLSchema, etc.) and application management issues, suggestions and tips.
    PL/SQL XML Programming  PL/SQL programming using XDK and related management issues inside Oracle database server. Any question for XML DB functionality, please post your question in Products -> Database-> XML DB.
    XQuery Discussion of Oracle XQuery Technology Preview, W3C XQuery specifications, and JSR 225: XQuery API for Java (XQJ) issues
    I think I now have an idea (not that I'm sure about it) where my question will fit best. Now, because there is an explanation of the scope of the space, I don't remember something like this in the old forum. Nevertheless it might be confusing for a new member or one that lacks a certain knowledge about the subtleties:
    One step forward everyone who understands the explanation for the PL/SQL XML Programming space!
    When I have a question about XQuery, how can I decide whether XQuery is correct or General XML?
    Which questions qualify for XML DB and not for any of the others.
    We all know that many users are not able to see that SQL questions don't belong into the SQL Developer space, how can we expect that they will find the "correct" forum for XML questions? In the end they will end up in the SQL and PL/SQL space anyhow :-)
    Regards
    Marcus

    My $0.02.
    As I recall, the explanation for each forum was at the entry level for each forum and not displayed within the forum itself.
    The PL/SQL XML Programming space refers to the Oracle XML Developer Kit.  It is maintained by a different team than the XMLDB so the need for a separate space for it makes sense.  That said, what it covers is also part General XML and XQuery if you dig into what you can do in the XDK.
    Some questions that would qualify for the XML DB space.
    Anything related to schema registration or downstream of schema registration.  Such as querying/performance/indexes/etc.
    Issues parsing XML via using XMLTable (or XQuery, such as the new XQuery update added in 11.2.0.3) (Yes that can conflict)
    Storage of data in XMLType columns
    I to have always been a bit unclear on the exact division between groups in this XML space.  I see the XQuery space as being a subset of the General XML space.  I watch all three forums, as they are normally low volume and you never know where a question will pop up.  As you have seen, questions often end up in the wrong forum and often General XML gets an influx of questions that should go into the Business Intelligence space as well.  There is no good way right now to start a generic post and let the system suggest forums that the post could go into, based on content or software involved.  That would be a nice touch for the future.

  • Where to place xml and xsd files in Tomcat

    Hi,
    This is rather a stupid question but I am totally new to JAXP technology and i wanted to know is there a specific location where i need to store the xml and xsd files i created?. And how would i mention the target name space for the xsd file? I am usinf eclipse IDE and Tomcat 5.5.
    Thanks for the patiance.

    Is the question so stupid that no one even want to try to reply?

  • Where are the XMLs?

    As we all know, an Adapter converts the souce content to a XML file, which is then used by the Master Service. Does anybody know where these XML files are stored? Thanks.

    John,
    We are working with Oracle on an MSAD issue in one of our environments. One of their suggestions is to recreate the essbase.sec file. Since all security needs to be rebuilt from scratch after this happens(and we have A LOT of security), we were wondering if we could somehow save all the groups etc if we locate the xml's for the same. Would it be possible to save all the security for groups etc in shared services somehow?

  • Where are the XML/XSL APIs?

    Maybe I'm just looking in the wrong places, but I've been through all of the areas of Documentation on this site that might have a nice, downloadable javadoc API for the oracle XML parser and XSL Processor, but I cannot find them. Can anyone point me in the right direction?
    CS

    http://technet.oracle.com/docs/tech/xml/parser_java2/doc_library/index.html

  • Where is application.xml?

    I create a EAR for an ADF web application using Jdeveloper 11.1.1.3. The EAR has a META-INF folder which contains application.xml.
    Then, I create another EAR using command line. However, this EAR does not contain META-INF folder and application.xml.
    C:\Users\Administrator>d:
    D:\>e:
    E:\>cd E:\soaworkspace\otnapp
    E:\SOAworkspace\otnapp>jar -cvf otnapp.ear
    'jar' is not recognized as an internal or external command, operable program or batch file.
    E:\SOAworkspace\otnapp>jar -cvf otnapp.ear */ .
    'jar' is not recognized as an internal or external command, operable program or batch file.
    E:\SOAworkspace\otnapp>set java_home
    JAVA_HOME=E:\OracleBI_win2008_32_20101206\jdk160_18
    E:\SOAworkspace\otnapp>set path
    Path=D:\apache-maven-2.0.11\bin;C:\app\Administrator\product\11.2.0\dbhome_1\bin
    ;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common
    Files\Thunder Network\KanKan\Codecs;C:\apps\FME\;C:\Program Files\Subversion\bi
    n;C:\Program Files\TortoiseSVN\bin;D:\win2008EclipseWorkspace;E:\OracleBI_win200
    8_32_20101206\Oracle_BI1\bin;E:\OracleBI_win2008_32_20101206\Oracle_BI1\opmn\bin
    ;E:\OracleBI_win2008_32_20101206\Oracle_BI1\opmn\lib;E:\OracleBI_win2008_32_2010
    1206\Oracle_BI1\perl\bin;JAVA_HOME\bin;CATALINA_HOME\bin;
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    E:\SOAworkspace\otnapp>

    Creating EAR files from JDeveloper is different then creating EAR files from commandline. The easiest way to do this from command line is to put everything in one directory structure and issue the JAR command. JAR does not create files from scratch (with the exception of Manifest.mf).
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Where is the XML support in iPhone

    The only example I've been able to find for the iPhone SDK that demonstrates how to use XML content is the SeismicXML application. It appears to use libXML2. Is this the only approach?
    Is it not possible to us NSXml which is so much more intuitive to use. Will NSXml support be added in the final release of the SDK?

    Can't seem to find that change list.
    Can you please fill us in on what we can do to use NSXML with iPhone (if anything).
    So annoyed that this works on the simulator and not the device.
    Blasted Apple!

  • JSF logging -- where is domains.xml file?

    Hi
    I'm running under WebLogic 9.2.2. I wanted to enable JSF logging and found this article on this forum:
    http://wiki.glassfish.java.net/Wiki.jsp?page=JavaServerFacesRI#section-JavaServerFacesRI-HowCanITurnOnLogging
    but this led me to a question. The article mentions the "domain.xml" file. There is no spec for such a file appearing in my WAR so I assume this is a file in the container? Grateful for any clarity you can provide, - Dave

    Looking at the article, I get the impression that domain.xml is a GlassFish-specific configuration file. I would pursue the tact of configuring JDK logging for your application server.

  • XML Publisher: where's XML Publisher output?

    Hi,
    The XML file created by report is in FND_Concurrent_Requests.outfile_name.
    Where's the XML Publisher output?
    I want copy the file generated (PDF or EXCEL) using utl_file.fcopy because bursting fail whe template is Type=>XSL-XML.
    Do your guys have any suggestion with this case? any input is very appreciated.
    thanks in advance
    Robert

    Welcome to the forums !
    Pl see if MOS Doc 305307.1 (How To Modify Print PO Report POXPOPDF With Custom Template) can help
    HTH
    Srini

Maybe you are looking for

  • Custom Infotype not displaying locked records in the list screen (3000)

    I have a custom infotype (9xxx) that will not display the locked records (locked indicator (sprps) is set to X) in the list screen (3000) in PA20 and PA30. Any ideas on what may be causing the records to not display in the list screen? Thanks, Ted

  • Hpvpldrv09

    HI, I have a problem which seems to be unknown here. After installing a Officejet 8600 pro on an XP Pro SP3 maschine it is not possible to print or even look at the printer settings from other software. OO 3.3 crashes when printing and the document n

  • UM DataSource Configuration

    Hi All, I was refering the following discussion thread UM Configuration help needed to change the UME Datasource from dataSourceConfiguration_database_only.xml to dataSourceConfiguration_abap.xml. I was able to understand the following steps explaine

  • How to configure Test System

    Hello Guys, I want to some guidelines to install and configure the SAP NWCE as Test System. Any link or documentation would be encouraged. Regards, Naeem

  • Camera Raw updates for CS3

    I have been waiting for Camera Raw to update so that I can use it for my Canon 550D ( T2i). I know that 5.7  came out and supports it, but this doesn't work the CS3. Can any one tell me how I get an updated camera raw that I can  us with my more than