Example provider- XML Portlet

I'm trying to do something like the XML portlet that is an example in portal, but I can't find any doc on this.
Can anyone help me?
I've tried with the XML Component from Portal Apps, but it has a bug and we can't continue by that way (we're waiting for a patch, but this is really urgent for us)
Thanks in advance

Try using URLServices for XML portlets, details to installation and samples are available at http://portalstudio.oracle.com/servlet/page?_pageid=477&_dad=ops&_schema=OPSTUDIO&_mode=3&_ref=20010403190457

Similar Messages

  • How can i add more than one portlet description in my provider.xml

    I already tested MyFirstPortlet developed using JPDK and is working fine.I add one more portlet description in the same provider.xml. But the new portlet is not getting displayed under the provider when i try to add it in my page.
    null

    Abdulla,
    I just want to verify that I understand your question. You successfully created "MyFirstPortlet" using the JPDK, now you are trying to add a second portlet using the provider.xml file and it does not show up in the Add Portlets Screen when trying to add the new portlet to a page.
    This could be one of many different problems.
    1) Make sure that you added it to the provider.xml file correctly. You should have two portlets within one provider within the file. For example (note only displaying tags, content missing):
    <provider class="oracle.portal.provider.v1.http.DefaultProvider" session="true">
    <portlet class="oracle.portal.provider.v1.http.DefaultPortlet" version="1" >
    <id>1</id>
    </porltet>
    <portlet class="oracle.portal.provider.v1.http.DefaultPortlet" version="1" >
    <id>2</id>
    </porltet>
    </provider>
    Notice above that i have two portlet open/close tags within a single provider.
    2) Make sure that the location of this file is the one listed in zone.properties.
    3) Make sure you stop and restart your listener to accept the changes of the provider.xml file.
    4) Login to Portal as an Administrator and go to the Administration page of Portal. Click on Administer, then click on "Display Portlet Repository". Click on Refresh at the top right of the page to retrieve the changes to the provider.xml file. Scroll down to the myfirstprovider and you should now see the new portlet you added.
    Hope this helps,
    Sue

  • Diff. btw. Region edit controls and provider.xml controls on rendering portlet UI

    hi,
    Apologize if this has been asked already.
    What are the differences if any between -
    - controlling the display of portlet header/border in the provider.xml file (containerRenderer set to false)
    V/S
    - controlling in the page edit mode (edit defaults) and uncheck the "display banners/borders" for the portlets at the region level.
    Appreciate it if anyone can explain any subtle differnces if they exist, or if they complement/overide each other. I am planning to set the containerRenderer to false to show them programmatically.
    regards
    -Ananth

    I'm using VS 2013 Coded UI Test Builder trying to add some new recorded elements to an existing window. The top level window that the coded ui test builder generated had to be modified since the title changes depending on the contents in a form. I've tried
    different ways to identify it but the simplest that seems to work looks like this (basically eliminated the name and just search for the winform name):
    public class UICustomerWindow: WinWindow
    public UICustomerWindow()
    #region Search Criteria
    this.SearchProperties[WinWindow.PropertyNames.ControlName] = "frmCustomerMaintenance";
    #endregion
    Like I said, this works in all the tests automated already and the coded ui test builder can find it if I click the refresh button. The problem occurs when I try to add any new element or exiting element. The UI builder likes to ignore all the previous recordings
    for that UI map and add a completely new top level window and elements in that window:
    public class UIViewEditCustomerDURGWindow : WinWindow
    public UIViewEditCustomerDURGWindow()
    #region Search Criteria
    this.SearchProperties[WinWindow.PropertyNames.Name] = "View/Edit Customer DURGAN, KENYON";
    this.SearchProperties.Add(new PropertyExpression(WinWindow.PropertyNames.ClassName, "WindowsForms10.Window", PropertyExpressionOperator.Contains));
    this.WindowTitles.Add("View/Edit Customer DURGAN, KENYON");
    #endregion
    Is there something I'm missing or this just a limitation of the Coded UI Test Builder? BTW, if more info is needed, let me know and I can probably provide it since its all dummy data.

  • HTML portlet provider.xml

    Hi,
    can anyone tell me where is located the HTML portlet provider.xml file??
    Thanks

    AMN wrote:
    email81107 wrote:
    AMN wrote:
    email81107 wrote:
    That's right. You should login as portal.
    1. on Builder Page/ Administer tab, here you should be seeing page arranged into three columns. The central column will have three portlets and the top one should be this. This is the default arrangement. if you do not see it, then portal permissions seems to have been modified or the portlet has been removed from the page.
    2. The other way I told you is the alternate method to reach the same tool going directly through SSO server page.
    3. There is another way to get this: by adding this portlet into this page. For that, edit the page, and click the icon for add portlets in the top central columnar region. Now search for 'SSO Server Administration' in the search box. If the privileges are not modified, then you should be able to see it. Include it in that page.
    thanks,
    AMN
    none of this worked!
    I think it works that's how you get (NOT got) access to the Add External Application tool. It was all meant to give you access to the tool.
    However, the tool couldnt do what you wanted to.
    you may want to check permissions for portal which seem messed up. you should be able to login to SSO server page using portal. You seem to have no privilege for it. It did not work for portal but worked for ORCLADMIN. That is why you cannot see the portlet on the builder/administer page too.
    regards,
    AMNTHIS IS INCORRECT.
    no portlet was added or modified. I was able to get to my 'SSO Server Administration' by way of http://<server>.<domain>:7777/pls/orasso/orasso.home and logged in as ORCLADMIN.
    It's not to claim a credit; it is to describe a valid method. I do not wish to waste time on personal claims or disclaims.
    If you haven't read my message completely then you may be right.
    I wish you good luck in finding a solution.
    AMNthen you dont know how to incorporate this product into portal?
    who does know?

  • One Provider, many portlets

    Hi Everyone,
    Have created a project in JDeveloper and have created two portlets within that project. For example, we will call them portlet1 and portlet2. When I navigate to the page:
    http://localhost:8988/Inquiry-InquiryPortlets/index.jsp
    It displays:
    Registration URL http://localhost:8988/Inquiry-InquiryPortlets/providers/
    Service Name
    portlet1
    portlet2
    This is perfect. Hoever when, I navigate to http://localhost:8988/Inquiry-InquiryPortlets/providers/ it shows:
    Congratulations! You have successfully reached your Provider's Test Page.
    Recognizing Portlets...
    Portlet1
    Recognizing component versions...
    pdkjava.jar version: 9.0.4.1.0
    I would like to see both of my portlets here (not just Portlet1). I.e. Be able to register one provider in portal and have multiple portlets avaliable from it. You can do this with oracle's sample portlets, I'm just not sure how they did it.
    Hope my question isnt too confusing... please help.
    Cheers,
    Cory

    Hi Cory,
    i havn't faced this issue ever before so just trying to solve your problem
    You can just chk the following ..
    There must be two portlet entries in the provider.xml.
    Example:
    Portlet1 entry
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>1</id>
    <name>Portlet1</name>
    </portlet>
    Portlet2 entry
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>2</id>
    <name>Portlet1</name>
    </portlet>
    The thing is ID value should differ for both the portlet entries.
    If still not solved then , plz post you provider.xml file content if possible.
    Thnx
    ~Neeraj Sidhaye
    Try_Catch_Finally @ Y !
    Request.Response @ Gmail Dot Com

  • Title and header in provider.xml

    Hi
    We changed the portlet title and portlet name in provider.xml file. After the portlet repository has been refreshed we could see the changes in the repository. But on the pages where the portlets already exists it does not show the change. If we reate a new instance of the portlet to a page, the new
    name is reflected.Restarting the apache( and jserv) did not make any difference. Any more changes or refresh we need to carry out?.
    In case it helps
    There are 2 tables called WWPOB_PORTLET_INSTANCE$, WWPOB_PORTLET_INSTANCE_FLAT$. Each of these tables has a name column that does not
    appear to reflect the new name of the portlet for the records that existed before the provider.xml changed.
    Thanks
    Raja V
    null

    When existing instances of a portlet are rendered, the title is taken from the stored customization for that instance, not from the portal. The title you specify in the provider.xml is an initial value that can be overridden

  • I want to assign values to input parameters in provider.xml

    The following is cut from the provider.xml file for the exchange inbox portlet:
    <inputParameter class="oracle.portal.provider.v1.URLPortletParameter">
    <name>Mailbox</name>
    <isMandatory>true</isMandatory>
    <displayName>Mailbox alias:</displayName>
    </inputParameter>
    The value that is expected from our Exchange server equals the user's username in Portal so I'd like this value to be assigned programatically instead of making the user key this in once more. Is there a way of doing this in the provider.xml file?

    Hi Henning,
    You can do this in Oracle9iAS Portal 3.0.9 by the following:
    1. Extend the oracle.portal.provider.v2.render.RenderManager class with your_class.
    2. Override the getPageUrlFromRequest(PortletRenderRequest pr, int debugLevel) method in you renderer class. In the overridden method, modify the pageUrl value to replace the value of a parameter named "Mailbox" in the with the value returned by the newValue = pr.getUser().getName().
    Do something like this:
    String pageUrl = pr.getQualifiedParameter(UrlServicesUtils.PAGE_URL);
    //In this string find the value of the parameter "Mailbox" and then replace it with the value of pr.getUser().getName().
    3. Now modify the provider.xml by replacing the showPage class to your_class, something like:
    <showPage class="oracle.portal.provider.v2.render.http.URLRenderer">
    to
    <showPage class="your_package.your_class.class">
    4. Place your your_class.class file in your_oc4j_home\j2ee\home\applications\jpdk\jpdk\WEB-INF\classes directory.
    Thanks,
    Geeta

  • Is provider.xml mandatory?

    Hi there,
    I'm looking through some source code developed elsewhere and it doesn't seem to have a provider.xml file included with the source code.
    Unfortunately, I don't have access to the app. server to see where this code has been deployed.
    My question is, can a j2ee application run as a portlet within an Oracle Portal Release 1 environment (on an oc4j instance) without a provider.xml file? My guess is no, but I want to confirm that.
    Thanks,
    Aidan

    Aidan,
    Theoretically it's possible, but very unlikely. (The PDK allows you to create a new ProviderLoader class and use that instead of the DefaultProviderLoader.)
    Peter

  • XML portlet with XSLT

    What is the best way to use XSLT with the XML portlet, is it possible? Any suggestions would be helpful. Any good links on XML portlet examples?

    insert before line 9:
    app.activeDocument.xmlExportPreferences.allowTransform=true;
    app.activeDocument.xmlExportPreferences.transformFilename=File('PATH_TO_YOUR_TRANSFROM_FILE');

  • Manual Changes in Provider.XML

    Hi Experts,
      Mine is a File to XI to JDBC[SQL SERVER]  scenerio. Certain JAR files were missing in the JDBC application, so I had to follow the PDF file: How To Installand Configure ExternalDrivers for the JDBC & JMS Adapters  which instructed me to download the msbase.jar, mssqlserver.jar, msutil.jar [ from MS SQL  VENDOR ] as well as the  aii_af_jmsproviderlib.sda from the path
    /usr/sap/<SID>/DVEBMGS<SYSNO>/SDM/root/origin/
    sap.com/com.sap.aii.af.jmsproviderlib/SAP AG/3.0.0220040608173429.0000/aii_af_jmsproviderlib .sda  and unzipped and put the .JAR files in them ,and put the jar files name in provider.XML file and again zipped and converted it to a .SDA folder.
       Now my query is the PDF is asking to DEPLOY it using SDM, but I wish to know, prior to that, will I replace the .com/com.sap.aii.af.jmsproviderlib.SDA in  the path   /usr/sap/<SID>/DVEBMGS<SYSNO>/SDM/root/origin/
    sap.com/com.sap.aii.af.jmsproviderlib/SAP AG/3.0.0220040608173429.0000/aii_af_jmsproviderlib .sda  , with the newly modified aii_af_jmsproviderlib .sda carrying the JAR files and the updated provider.XML file??
    Regards,
    Arnab .
    Modertors, can u comment , is this the right forum to ask this question?
    Edited by: Arnab Mondal on Dec 17, 2008 7:37 AM

    You have to deploy the required JDBC drivers for the database before making connection. Ask the database provider or your vendor for the divers. That should be deployed using SDM tool
    Start visual admin of XI and select service "Deploy" and then select option "Deploy and start" to select file and deploy it
    now here is the steps to deploy this module.
    How to deploy adapter module in production
    Three option available:
    1. Using SDM
    2. Using Visual Admin
    3. Using NW development studio (Not available for Production)
    We will use Visual Admin u201CDeployu201D deploy service to deploy EAR file of adapter module.
    Steps:
    1. Goto VM->Deploy service
    2. Select option u201CDeploy and startu201D
    3. Select EAR file provided for deployment
    4. Restart the service.
    5. Done

  • Example web.xml for JSTL?

    I need to find an example web.xml file that shows where thet tablib statements for JSTL go and what they look like in a web.xml file. I was looking at an article I found through Google that pointed to Javasoft doc on this subject but the link didn't work, and anyway, I prefer examples to specifications. I haven't found a good example yet. Can someone point me to one or post one? I need both contents of the taglib statements and a clear picture of exactly where in the web.xml file they go. I think the statements are:
    <taglib>
        <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
        <taglib-location>/WEB-INF/fmt.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
        <taglib-location>/WEB-INF/c.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/sql</taglib-uri>
        <taglib-location>/WEB-INF/sql.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>http://java.sun.com/jstl/x</taglib-uri>
        <taglib-location>/WEB-INF/x.tld</taglib-location>
      </taglib>Thanks.
    Ken

    Just to confirm
    - what server/version are you deploying on where it doesn't work?
    - what server do you have that it does work on? Is it the same?
    - you have both standard.jar and jstl.jar? Check the version by opening with a zip tool and looking at the manifest.mf file.
    - what URI are you using to import the tag libraries with?
    To install JSTL, all you need is jstl.jar and standard.jar, in a place where the webapp can find them.
    Most commonly is the WEB-INF/lib directory
    Most servers also have a "shared" directory idea - eg tomcat has the /common/lib and /shared/lib directories. The JSTL jars will work just as well in those directories.

  • Problem: J2EE Server Component Library's provider.xml error message

    Hello,
    I open the provider.xml fle. Then I click on the Jars tab and I get an error  message:
    The source page has errrors.  Other pages cannot be used until these errors are
    corrected.
    How can I correct the error(s) so that when I click on the Jars tab it will allow me add jar files?
    provider.xml content:
    ======================
    <?xml version="1.0" encoding="utf-8"?>
    <provider-descriptor>
      <display-name>Store jar files that need to be used at runtime</display-name>
      <component-name>global/lmco/runtime/j2ee/libs</component-name>
      <description/>
      <major-version>6</major-version>
      <minor-version>40</minor-version>
      <micro-version>0</micro-version>
      <provider-name>lmco.com</provider-name>
      <jars>
        <jar-name>
            commons-dbutils-1.0.jar
        </jar-name>
      </jars>
    </provider-descriptor>

    I have one provider.xml which has the dtd in it
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE provider-descriptor SYSTEM "library.provider.dtd">
    <provider-descriptor>
      <display-name>abclib</display-name>
      <component-name>abcLib</component-name>
      <description>
      </description>
      <major-version>6</major-version>
      <minor-version>1</minor-version>
      <micro-version>0</micro-version>
      <provider-name>com.company</provider-name>
      <group-name>
      </group-name>
      <references>
         <reference reference-type="hard">
         <reference-target provider-name="com.company" target-  type="library">xyzLib</reference-target>
    </reference>
    </references>
      <jars>
        <jar-name>aspectjrt.jar</jar-name>
        <jar-name>axiom-api-1.2.5.jar</jar-name>
        <jar-name>axiom-impl-1.2.5.jar</jar-name>
        <jar-name>nux.jar</jar-name>
        <jar-name>stax.jar</jar-name>
        <jar-name>xom.jar</jar-name>
      </jars>
    </provider-descriptor>
    check for the DOCTYPE declaration
    Regards
    Fariha

  • XML Portlet Migration from 3.0.7 to 3.0.8

    After I upgraded my NT Portal install of 3.0.7 to 3.0.8 all my XML portlets do not work anymore. They throw the below error in the jserv.log file.
    Any help is appriciated.
    [04/06/2001 12:36:23:719 EDT] page/XMLParser Exception
    java.util.MissingResourceException: Can't find resource for bundle oracle.webdb.page.resource.PageBundle, key XMLBADTYPE
    at java.util.ResourceBundle.getObject(ResourceBundle.java, Compiled Code)
    at java.util.ResourceBundle.getString(ResourceBundle.java, Compiled Code)
    at oracle.webdb.page.XMLParser.parse(XMLParser.java, Compiled Code)
    at oracle.webdb.page.DataProcessor308.generatePage(DataProcessor308.java, Compiled Code)
    at oracle.webdb.page.DataProcessor308.process(DataProcessor308.java:2200)
    at oracle.webdb.page.PageBuilder.process(PageBuilder.java:576)
    at oracle.webdb.page.ParallelServlet.doGet(ParallelServlet.java:88)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:402)
    at org.apache.jserv.JServConnection.run(JServConnection.java:260)
    at java.lang.Thread.run(Thread.java:479)

    I'm Sorry, reading a couple of posts down, it says... the upgrade scripts should be available between April 23rd to 28th.
    Jon Reed

  • JPDK 1.4 provider.xml upgrade

    I downloaded JPDK 1.4 and read the release notes. It said that to upgrade your provider.xml files manually, you should run a long command that referenced the following file: <pdk_home>/pdk/jpdk/src/oracle/portal/provider/v1/http/resource/upgrade_v1_to_v2.xsl
    Unfortunately, that upgrade_v1_to_v2.xsl file seems to be missing from the jdpk14.zip file. Where can I get the upgrade_v1_to_v2.xsl file from?

    OK - it looks like the file was not included in the source for some reason. I'll make sure that is fixed in the next release.
    For now, you can get a copy of the XSL from the provider.jar file.
    make a copy of provider.jar
    Open your copy of provider.jar in WinZip, locate the file and extract it from the jar file.
    You can now use the command included in the release notes.
    Chris

  • To read COMTRADE file in Labview there is an example provided. Can somebody provide the sample .cfg and .dat files required for its working?

    To read COMTRADE file in Labview there is an example provided. Can somebody provide the sample .cfg and .dat files required for its working?

    Thanks for the reply.
    But this library doesn't contain any sample .cfg and .dat files which can be read and understood. Can you please provide the same?

Maybe you are looking for

  • Is there a way to leave a group chat on Imessage?

    Don't get me wrong the group chat was a wonderful addition/feature to the Imessage app. After a while of being in the chat and the messages send back and forth no longer pertain you and you get 100+ messages and every second your phone is vibrating o

  • Monitor color profile when switching between LR and PS

    I have a calibrated profile in use with PS.PS and LR are set to Adobe RGB color space but I use the calibrated profile. When I export an image from LR to PS it shows the mismatch dialogue box: Embedded Adobe RGB 1998, Working: Monitor calibrated prof

  • Comment Enabled PDF problem

    Hi all, We have a huge design jobs which was done in Indesign, Pdf's which we have creted from Indesign will be comment enabled and send it to client for commenting purpose. Client Message: Acrobat would  freeze up when working with certain documents

  • Reset - evaluate or..

    Post Author: shedevel143 CA Forum: Formula I have a formula :  IF {Customers.PriceLevel} = 0 THEN {LineItem.PriceLevel1Amount} ELSEIF {Customers.PriceLevel} = 1 THEN {LineItem.PriceLevel2Amount} ELSEIF {Customers.PriceLevel} = 2 THEN {LineItem.PriceL

  • Is anyone else getting the " itunes encountered a problem and needs to close " message on xp

    is anyone else getting the " itunes encountered a problem and needs to close " message on windows XP