Right-click the global application and select New Project. Select Projects from the left pane, then select Web Project from the right pane. Provide a project name for example, OBIEEBroker. Click Next until you reach the Web Project Profile page. Modify th
a. In the Projects window, right-click the Model project and choose New.
b. Select Deployment Profiles under General in the left pane, then choose
Business Components Archive in the right pane and click OK. c. Provide a name for the deployment profile for example, MyApplication_ Archive and click OK.d. On the Deployment page, click OK.
5. In the Projects window, right-click the Model project and select Deploy your_
deployment_profile_name Deploy, or use the deployment wizard by selecting Deploy to File . After the project has been deployed, two jar files are created in the deploy directory for the Model project for example, MyApplication_Archive_ Common.jar and MyApplication_Archive_MiddleTier.jar. 6. Create a new Web Project for the application, as follows:a. Right-click the global application and select New Project.
b. Select Projects from the left pane, then select Web Project from the right pane.
c. Provide a project name for example, OBIEEBroker.
d. Click Next until you reach the Web Project Profile page.
e. Modify the Java EE Context Root to a name that better represents your
application for example, MyApplication. This value determines the URL that you use to connect to the application from Oracle Business Intelligence for example, http:localhost:7001MyApplicationobieebroker. 7. Edit the Profile Dependencies of the WAR deployment, as follows:a. Right-click the Web Project you just created for example, OBIEEBroker and
select Project Properties. b. From the left pane, select Deployment. Then, open the WAR File deployment profile on the right pane.c. Select Profile Dependencies from the left pane. Then, on the right pane, select
the Common and MiddleTier deployment profiles of your Model project. Following this step ensures that the Business Component Archives for the Model project are included in the WAR file. 8. Expand the Web Project and open web.xml. Then, go to the source view of the file. 9. In the web.xml source, replace the content within the web-app element with the following: filter filter-nameServletADFFilterfilter-name filter-classoracle.adf.share.http.ServletADFFilterfilter-class filter filter-mapping filter-nameServletADFFilterfilter-name servlet-nameOBIEEBrokerservlet-name dispatcherFORWARDdispatcher dispatcherREQUESTdispatcher filter-mapping servlet servlet-nameOBIEEBrokerservlet-name Working with ADF Business Component Data Sources 5-7 servlet-classoracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker servlet-class servlet servlet-mapping servlet-nameOBIEEBrokerservlet-name url-patternobieebrokerurl-pattern servlet-mapping Following this step ensures that the OBIEEBroker servlet will be used to access your application from Oracle Business Intelligence. 10. Create an EAR deployment profile for the application, as follows:a. Right-click the global application and select Application Properties.
Parts
» Oracle Fusion Middleware Online Documentation Library
» Click OK when you are finished setting preferences.
» Select Set Icon. Oracle Fusion Middleware Online Documentation Library
» Select the appropriate DSN and click OK.
» Click OK. Oracle Fusion Middleware Online Documentation Library
» Without opening a repository, select File Multiuser History.
» In the ODBC Data Source Administrator dialog, click the System DSN tab, and
» In the Select Data Source screen, in the Connection Type field, select the type of
» Click Finish. Oracle Fusion Middleware Online Documentation Library
» In the Administration Tool, select File, then select Import Metadata.
» Provide the Data source name for the primary database. Click OK.
» In the Select Data Source screen, select OracleADF_HTTP for Connection Type.
» Select the objects you want to import in the Available list and move them to the Click Finish.
» In the Database dialog, click the Features tab. In the Features tab, use the information in
» Specify or adjust the properties as needed, then click OK.
» In the Persist connection pool area, click Clear. Click OK.
» To add tables to the display folder, click Add. Then, in the Browse dialog, select Click OK.
» Click OK in the Hierarchy dialog.
» Select View Members. Click Query to display results. When finished, click Close.
» Click OK. Select Create Columns for Alias Table. Then, from the sub-list, select the alias
» Type the text of the hint in the Hint field and click OK.
» In the shortcut menu, select Update Row Count. Click Yes to check out the objects.
» If you want to provide a dynamic list of currency options, create a table in your
» Click OK. Click OK or Cancel to close the Dimensions dialog.
» From the right-click menu, select Create Logical Dimension, then select either
» In the Check Out Objects dialog, click Yes to check out the objects that appear in
» If the values for the source are unique, select the option Select distinct values.
» Click OK. To move a table, in the Name list, select the table you want to reorder. Then, use
» In the Finish Script screen, the complete path and file name appears. Click Finish.
» Click OK, then click OK again to return to the Identity Manager.
» On the General tab, in the Data source definition: Database field, ensure that the
» Click OK. Open the user.sh file. You can find this file at:
» Click Select next to Patch File. Browse to select the patch file you want to apply, Click Finish.
» Select Tools, then select Query Repository. Click Query.
» When you have finished mapping columns between the selected physical tables, Click Finish.
» In the Choose Directory dialog, click Browse to locate and select the location Click OK.
» To remove the selected objects, click Yes.
» Repository initialization blocks only In the Schedule area, select a start date and
» In the [Repository|Session] Variable Initialization Block dialog, click Edit Data
» Click Edit Data Target. Click OK.
» Check out the branch project using File Multiuser Checkout. You can check
Show more