Go to the provider deployment in the Oracle WebLogic Administration Console,

7-30 Oracle Fusion Middleware Developers Guide for Oracle Portal name that would come after the providers service name. The example assumes the variable being retrieved is of type java.lang.String. To retrieve a non-provider variable, you use the same code, you pass only one parameter, the variable name, to the lookup, again excluding the oracleportal prefix. EnvLookup el = new EnvLookup; Object o = el.lookupmyVariableName; Table 7–2 shows the JNDI variables provided by default with PDK-Java. If you do not declare these variables, PDK-Java looks for their values in their original locations web.xml and the deployment properties file.

7.2.5 Creating Private Events

In some cases, it is useful for a portlet to complete a transaction before rendering a page on which it resides rather than having the transaction and the rendering executed simultaneously. For example, suppose a portlet has a link that initiates an update of some data value that might effect other portlets on the page. If the transaction takes Table 7–2 PDK-Java JNDI Variables Variable Description oracleportalproviderprovider_nameautoReload Boolean auto reload flag. Defaults to true. oracleportalproviderprovider_namedefinition Location of providers definition file. oracleportalprovidergloballoglogLevel Log setting 0 through 8. 0 being no logging and 8 the most possible logging. oracleportalproviderprovider_namemaxTimeDifference Providers HMAC time difference. oracleportalproviderservice_nameresourceUrlKey Authentication key for resource proxying through the Parallel Page Engine. Refer to Oracle Fusion Middleware Administrators Guide for Oracle Portal for more information. oracleportalproviderprovider_namerootDirectory Location for provider personalizations. No default value. oracleportalproviderprovider_namesharedKey HMAC shared key. No default value. oracleportalproviderprovider_nameshowTestPage non-provider A boolean flag that determines if a providers test page is accessible. Defaults to true. oracleportalproviderglobaltransportEnabled A boolean flag that determines whether Edit Defaults personalizations may be exported and imported. Refer to Section 7.2.8.3.2, Disabling ExportImport of Personalizations for more information.