Where is Provider Name defined?

Hi all,
Very simply - what file or directory determines the Web Provider Name for this custom java portlet I have just written? Perhaps an odd question ... I took the template.ear file and used it as a basis for a new EAR file, deployed it in OC4J but can't hit what I think should be the provider test page.
I would imagine it is buried in one of the xml files but can't seem to locate it.
Thanks

Hi Doug,
I'll try to address this in a detailed manner. Assuing you have developed some java portlet & want to package it as "sample.ear". You will need to do the following,
- Add the following to $IAS_HOME(MID_TIER)/j2ee/OC4J_PORTAL/config/server.xml
<application name="sample" path="../applications/sample.ear" />
It should carry the same name as the sample.ear file, this xml file is parsed by OC4J to deploy the ear.
- Add to $IAS_HOME(MID_TIER)/j2ee/OC4J_PORTAL/config/http-web-site.xml file
<web-app application="sample" name="sample" root="/sample" />
This specifies the context root for your portlet which in this case is sample
- Add to sample/METAINF/application.xml
<web>
<web-uri>sample.war</web-uri>
<context-root>/sample</context-root>
</web>
- In WEB-INF/deployment, generate _default.properties & sample.properties containing the following content
erviceClass=oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter
loaderClass=oracle.portal.provider.v2.http.DefaultProviderLoader
showTestPage=true
definition=providers/sample/provider.xml
autoReload=true
The definition value here is the path WEB-INF/providers/sample/provider.xml
So put your provider.xml in sample folder under the same path.
For packaging into sample.ear follow the steps in the document deploying.pdkjava.v2.providers.html at %PDKZIP%/pdk/jpdk/v2/
Hope this helps.
Regards,
Abhinav

Similar Messages

  • Issue with Data Provider name in variable screen for BEx Analyzer

    Hello all,
    We got an issue with Data Provider name in Variable screen in BEx Analayzer.
    We want to change the DataProvider name there to Description of the report instead of its Technical name.
    Any inputs are appreciated.
    Thanks
    Kumar

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

  • Table names and column names defined by other languages, not English.

    Hi, everyone.
    I am wondering if there are any possible problems or any inconvenience
    when I define table names and column names by Japanese, not English.
    Currently, we are using SQL server 2000 as a db and windows as a operating
    system. In the near future, we have the plan to change the database software
    and operating system to "Oracle 10g" and "Linux O/S".
    I have not experienced the oracle database, which has table names and column
    names defined by other languages, not English.
    Personally, I would like to use English as table names and column names.
    In this case, I might have to provide appropriate reasons.
    Are there any possible problems or any "inconvenience" in terms of
    system maintenance, development, or something else ?
    What could be pros and cons in this case?
    Thanks in advance.
    Have a nice day.
    Best Regards.
    Ho.

    First you need to make sure your database has character set that support Japanese.
    Choosing a Character Set
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14225/ch2charset.htm#i1007681
    The main "inconvenience" you will have is if the client doesn't support Japanese or unicode, it will have trouble to access the table.
    And say in future after the application been developed, you want to implement the schema in some English environment, you will have hard time to do it.
    My point is English tablename and column names doesn't prevent you use it in Japanese environment and save Japanese data but not vice-versa. Hope you understand.

  • Email server name defination

    please see metalink Note:427962.1
    Testing email option for demo page "runrepIAS.html"
    I need to change the email server used to report. Where is this email server name defined?
    This process does not get the email server name from the config files in $ORACLE_HOME/reports/conf
    Thanks

    I just ran the demo (following the metalink note) and I am using the:
    <pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam>in the rep_myserver.conf file in $ORACLE_HOME/reports/conf
    and the value MAILSERVER_NAME is defined as:
    MAILSERVER_NAME=myemailserver.comin the rwsevlet.properties file.
    I also changed it to a different smtp server and that worked also, just to make sure it was using the value defined in my config files. Why do you think it is not using that value?

  • MDX: Selecting specific dimension member and its descendants from parent child dimension where dimension member names can be same in dimension hierarchy

    I'm creating a SSRS report using SSAS cube as a source.
    When creating a dataset for the report, I'm having trouble with MDX to select a specific dimension member and its descendants from parent child dimension where dimension member names can be same in dimension hierarchy.
    Lets say for example that I have an account dimension where,
    In level 02 I have company ID:s 101, 102, 103 and so on...
    In level 03 I have Balance sheet
    In level 04 I have some account groups, Assets, Liabilities and so on... and In level 05 I have individual accounts
    How can I select for example company 102:s Assets from level 04 and its descendants?
    Normally in adventure works I would do this if I've wanted Current Assets and its descendants:
    SELECT NON EMPTY { [Measures].[Amount] } ON COLUMNS, NON EMPTY
    { (DESCENDANTS([Account].[Accounts].[Account Level 03].[Current Assets]) ) } ON ROWS
    FROM [Adventure Works]
    But in my Account dimension at level 04 I have Assets member as many times as I have companies in level 02.
    Tuomo

    Hi Tuomo Helminen,
    To this requirement of yours, I would recommend you use Cascading Parameters in Reporting services, you can refer to this FAQ How do I create cascading parameters when using cube database in Reporting Services at this link
    http://blogs.msdn.com/b/sqlforum/archive/2011/04/11/forum-faq-how-do-i-create-cascading-parameters-when-using-cube-database-in-reporting-services.aspx 
    Thanks,
    Challen Fu
    TechNet
    Subscriber Supportinforum
    If you have any feedback on our support, please [email protected]
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • No source control provider name listed

    We use Borland StarTeam for source code control, and in the past I have
    simply checked-in LabVIEW code directly from StarTeam.  Recently,
    I saw where LabVIEW 8 is supposed to support StarTeam, so I tried to
    configure LabVIEW to use it.  However, when I try to select a
    Source Control Provider Name, there are no options that show up (just
    "<None>").  After checking the help file, it says that
    LabView looks through the windows registry to find SCC providers; I
    checked my registry and Borland StarTeam shows up.  I don't
    understand why I can't select a provider under the Source Control
    Options page.  Has anyone else had this problem?

    Verify that there is an entry for StarTeam in the following registry location:
    HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
    If not, that means that you need to install StarTeam's Microsoft SCC Integration component.  Check their downloads page (http://www.borland.com/downloads/download_starteam.html) for more information.
    George M
    National Instruments

  • Can't map network drive (1204) The specified network provider name is invalid, Windows 8.1 Webdrive 10.2

    I have just 'upgraded' from windows 8 to 8.1.
    I use Webdrive 10.2 to map a drive to a secure ftp server.
    Worked fine in Windows 8, does not work now I have upgraded.
    When I try to initiate the connection from Webdrive I get a really helpful message...
    "Can't map network drive (1204) The specified network provider name is invalid"
    I cannot see where I can downgrade back to Windows 8 from 8.1.
    Any solutions anyone?
    Thanks.

    Thanks for your efforts.
    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.

  • How to find out where an alias is defined

    How can I find out where an alias is defined on my system? I am referring to the kind of alias that is used within a Terminal session launched from Mac OS X (10.6.3).
    For example, if I enter the alias command with no parameters at a Terminal command prompt, I get a list of aliases that I have set, for example, this is one of them
    alias mysql='/usr/local/mysql/bin/mysql'
    However, I have searched all over my system using Spotlight and mdfind in various startup files and so far can not find where this alias has been defined ( I did it a long time ago and didn't write down where I assigned the alias).

    Thank you. I must have missed that before. It looks like the alias definitions in my case are in the file ~/.bash_profile.

  • Where is the name of the file when upload in UIX

    Hi, I'm using ORDSYS.ORDDoc as column type of my upload file colum, because is the only way to do upload with UIX without programming. All is Ok with this type of colum (I wish to do the same with blobs), but I have a problem: where is the name of the file? I need to get the name, I read about one attribute for this, somebody know about it?
    Thanks.

    Hi,
    but I made all automatic with UIX, I need that the link when I listing this colum, don't say a fixed name, I want that this link save the file with the original file name. 2 things, maybe when the file was saved, the info about the original name not was saved too, or the method that write the link, don't use this name, only a fixed name.
    Thanks.

  • SLD Error : No host name defined in Exchange profile sld.SID.host

    Hi,
    I am trying to do the configuration for the pre built examples (Airlines, Agency ) using XI after installation.
    But when I installed XI and did the post install configuration, I had mentioned 000 as Integration server and configured the same using the SLD (URL) in business system configuration.
    But when I was doing the configuration for the example, I wanted to configure the client 100 as integration server on SLD (under business systems) , so I deleted the old business system pointing to client 000 (as it is defined as integration server) and now I am trying to add a new business system (client 100) on SLD and it is giving me an error saying that the integration server already defined.
    On the SLD error log it also shows tat No Host name defined in Exchange profile for sld.SID.host...
    Are the above two errors related and how do I add the client 100 as a business system on SLD and have it as my Integration server.....
    Please help..
    Thanks,
    Madhu

    Moorthy,
    Thanks for the reply...but all the checks were successful when I did the configuration in 000 and before I deleted the business system for client 000 in SLD...(See my post and problem above..)....I messed with my SLD and removed the business system for client 000 (which is configured as the integration server) and now when I try to add a new business system for client 100 (as integration server>..) I am not able to do as it gives me a error saying integration server already exists even though I deleted it from SLD Business system..
    Thanks,
    Madhu

  • Howto delete Resource Provider Name for a database persistence provider?

    Hi,
    I have performed the steps successfully given here: http://mike-lehmann.blogspot.com/2006/09/simple-mdb-with-oracle-database-jms.html
    Now, I need to do a clean up for this complete task. I have been able to do so completely sans one problem that if I want to do it again, the Resource Provider Name is visible in EM.
    The steps I have taken to to clean the task are:
    1. Undeployed the MDB application.
    2. Deleted the data source
    3. Deleted the connection pool
    4. Undeployed the RA (doing so the JMS destination also got deleted)
    5. Deleted the JMSUSER schema/user completely.
    My environment is RH4 Update 5 + AS 10.1.3.1.0 [J2EE Server+ Web Server] + 10.1.3.3 patch.
    Can someone please let me know how to remove the Resource provider name also?
    thanks,
    Saurabh

    In addition to the steps highlighted above, the value for the Resource Provider Name was persisting in the application.xml file. Once it is deleted, OC4J instance restarted, all works fine.
    Thanks.

  • Changing Provider Name in Public Site Manager

    Is there a way to update the provider name that shows up throughout the site? I am unable to find anywhere in the Manager that I can do this. Thanks,

    To change the display name of your site, send an email to [email protected]
    -Thanks

  • In the finder, in devices where the pen name appears. I dragged to the desktop and now whenever I put my pen can not find it. but I know it is connected because when shooting says he was ejected.

    in the finder, in devices where the pen name appears. I dragged to the desktop and now whenever I put my pen can not find it. but I know it is connected because when shooting says he was ejected.

    I have found a temporary solution, allowing the previous version of iTunes (v. 11.1.3 (x64) in my case) to be re-installed.  It will allow you to re-establish use of iTunes until the Apple software engineers fix the most recent disasterous upgrade (v. 11.1.4).  Please see and follow the procedure in the following article:http://smallbusiness.chron.com/reverting-previous-version-itunes-32590.html   The previous version works beautifully.

  • Where does user.name come from when using System.getProperty(user.name)

    Hello,
    Based on the user's requirements, I implemented authentication based on the results of the System.getProperty(user.name) feature. The audit group has some concerns on where the user.name value is coming from.
    Does anyone have any idea where this property is coming from, and if it is coming from a file, whether it is stored as text.

    Environment variable that is read internally by the JRE. If you go to dos (in windows) and type "set" and hit return, you'll see Username=whatever your login name is. If course, someone with the right credentials can change this.
    Unix has a similar feature.

  • Where is provider's name stored?

    If EFspn is absent, where can I find provider's name?
    My actions:
    SLECT DFgsm --> SW: 9F 22
    SELECT EFspn --> SW: 94 04

    The file is obviously missing, so you can't find the provider's name from sim card.
    The operator name that your phone is displaying in this case, is based on its MNC, MCC codes.
    If you have this file on sim card AND if SPN service is activated from SST table, then you are able to override the provider's name mentioned above or show additional information on screen with the provider's name mentioned above.
    Unfortunately SST table is something that normal user can't change, at least I hope so :)

Maybe you are looking for

  • 27'  iMac wont detect Display

    Hey folks, I'm using the 27'' iMac Intel i5 and i have the following issue it wont detect my dell S2009Wb display, I bought the original adapter from apple from the mini display port to dvi. any suggestions? or experiences please help! thanks guys!

  • COst center planning upload

    Hi , My question is more specific to FI (functional). Watz the best way to upload the COst center planning?(KP06)? this is done for every quarter at my client. BDC pgm is looking more complicated.(table control, there are few disabled fields which ne

  • Help with belle update

    Hi all, I have nikoia c6-01 and I try to update the phone software to the Belle, but I got an error that connection to the phone lost!, I tried many ways to solve this problem but none of them work! please help if you can...

  • Adding classifications to service ticket in IC WEB CLIENT

    Hello, We use the IC Web Client system with an interface to an HP open view system. To open a new service ticket we plan to use the CRMXIF_ORDER_SAVE function through a web service. We would like to add classifications to this order but it doesn't ex

  • Saving metadata from Lightroom erases custom XMP data in DNG...

    Hello,    There seems to be an issue with the way Lightroom applies changes in from the LR catalog to the assets metadata.  The setup is LR 2.5 and there is an orginal set of images that have custom XMP data applied to them via Bridge.  There is one