Oracle SOA with ADF library

Hi,
I am learning Oracle SOA with ADF as mentioned in the below URL:-
http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html
I want to know what is .jws,.jpr,.jpx files? Whether these are autogenerated files from JDeveloper? What is the purpose of these files? which is not clearly mentioned in the site.
1) What I found is like, i have "n" number of composite services in "CompositeService" folder with a common .jws file which will hold the configuration (.jpr) of the other composie services, by doing so it does integrate all the services into a single cohesive unit?
2) There is a "infrastructure" folder which does have .jws with the DB Schema which is commonly used by the composite services? This infrastructure will be referenced in the individual composite services to communicate with the DB?
3) While deploying it in Oracle WL server, we will create a single .WAR for these composite services and will be deplyed?
4) The packages javax.xml.ws (for webservices) all these are part of ADF library?
5) I found that BPEL is the one which orchestrate the services, which is a XML file which will be similalr to common .jws which holds the config for all the composite services? Where exactly it comes to the picture?
6) Simarly where exactly the SCA and SDO comes to the picture?
Please clarify in respect to the application, which will be of great help.
Thanks in advance.

Guys, no replies. Please respond. Thanks in advance.

Similar Messages

  • Work with ADF Library jar file

    Hi
    My English isn't very good
    I use jdeveloper11.1.1.3.0
    I want to work with ADF Library jar file.
    I created two generic application. In each application I have a View Obj(one for employees table and one for department table ) and added them to App Module,
    then I made a ADF Library jar file for each application: adflib_emp, adflib_dep
    Then I created two separated application and in each application I created a BTF .
    In emp_TF1 I added adflib_emp jar file to application and in dep_TF2 I added adflib_dep jar file to application.
    These two applications work well. Then I created ADF Library jar file for each of these applications named: adflib_TF_1 and adflib_TF_2
    Finally I designed a main page to use these two jar file(adflib_TF_1 , adflib_TF_2). I added thses two jar file to application and then I dragged and dropped each TF to main page as a region:
    <af:panelSplitter id="ps1" splitterPosition="500">
    <f:facet name="first">
    <af:region value="#{bindings.emp_TF1.regionModel}" id="r1"/>
    </f:facet>
    <f:facet name="second">
    <af:region value="#{bindings.dep_TF2.regionModel}" id="r2"/>
    </f:facet>
    </af:panelSplitter>
    When I run main application both TF show employees table, but one TF should shows department table and the other one should shows employees table.
    I read oracle document and created my application on base of it. But I don't know why this happen and how to solve it?
    Habib
    Edited by: Habib Eslami on Apr 7, 2013 8:46 PM

    Hi,
    most likely the names of the application modules are not different but the same, which means you have a naming problem. Application modules (if they should be used as is) must have a unique name
    Frank

  • Integration oracle forms with ADF

    Hi
    Please provide me the steps for integration of oracle forms with ADF or any live example.
    It is very urgent. Please help...

    Hi,
    Please watch the below video. This will help you to get started .
    ADF Insider - Redeveloping and Oracle Forms Application using Oracle ADF

  • Error while installing Oracle SOA with Weblogic Server

    I am trying to install oracle SOA suite(10.1.3.1.0) with the BEA Weblogic Server 10.I am getting the following error while trying to run the setup.bat which is in the Orabpel_10133_WebLogic\WL_Installables folder.I have changed the class path and other paths as mentioned.
    BUILD FAILED
    java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.getFileUtils()Lorg/apache/tools/ant/util/FileUtils;
    Please let me know how to resolve this issue
    Thanks for your help.

    Supporting it requires product changes. According to the current roadmap, SOA 10.1.3.5 is planned for early next year to run on top of weblogic server 10.3.

  • Mixing Security With ADF Library Feature

    While using ADF Library feature, what should be the way to implement security.
    For example, assume a project ProjectProducer having a task flow. I deploy ProjectProducer as an ADF library.
    ProjectConsumer
         |->     ProjectProducer (ADFLib JAR)
    Now, in another Workspace (or application), I have another project with name ProjectConsumer, and now I want to use the ProjectProducer's task flow in ProjectConsumer.
    Now, after making a connection, I add ProjectProducer library to ProjectConsumer
    Now assume that I need to implement security in ProjectConsumer project using jazn. Because of this, I might need to hide/show some columns of a table shown in the ProjectProducer task flow's first (default) view activity based on some role assignments.
    Can I do that by configuring security using jazn of ProjectConsumer project?
    How should I plan this?

    Hi,
    The pageDef in app B must have an entry for the method in order to access it. Just adding the adfjar isn't enough.
    You need to go the bindings of the page in app B and add the method you want to access. Once the method is added you can access using the following code:
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("getWeatherbyCityName");
    Map map =operationBinding.getParamsMap();
    map.put("theCityName", "Tokyo");
    operationBinding.execute();
    This should work.
    Thanks,
    Siddharth.

  • Can I run Oracle Reports with ADF BC

    Hi,
    I want to Oracle Report in my ADF Project. I want to use Oracle Report Tool for my report.
    is it possible ?

    Hi,
    We are using Oracle Reports in ADF Project. For me the best way is using Reports WebService.
    WSDL URL --> http://reportsserver:port/reports/rwwebservice?WSDL
    Regards,
    Jose

  • Integration oracle reports with ADF

    Hi All,
    I am getting error-
    REP-110: File spare_request.rdf cannot be opened. REP-1070: An error occurred while opening or saving a document. REP-0110: File spare_request.rdf cannot be opened
    As per Sameh Nassar: Call Oracle Reports From Your ADF Application  & Sameh Nassar: Call Oracle Reports From Your ADF Application (Hide Report Parameters From URL), I have created application. But it is not working Please let me know what mistake I did.
    1. I have created testreports.jsp
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/rich" prefix="af"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
        <af:document title="reports" id="d1">
            <af:form id="f1">
                <af:inputText label="Label 1" id="it3"/>
                <af:inputText label="Label 2" id="it4"/>
                <af:commandButton text="Run Report" id="cb1" action="#{ReportBean.runReport_action}"/>
            </af:form>
        </af:document>
    </f:view>
    2. then,I have created OracleReportBean as per blog and ReportBean.java backing bean in the following ways
        public String runReport_action() {
            OracleReportBean reportBean =
            new OracleReportBean("172.30.1.9", "8888", null);
            reportBean.setReportServerParam(OracleReportBean.RS_PARAM_DESTYPE,"cache");// which will be one of the [cashe - file - mail - printer]
            reportBean.setReportServerParam(OracleReportBean.RS_PARAM_DESFORMAT,"PDF"); // Which will be onr of the [HTML - HTML CSS - PDF - SPREADSHEET- RTF].
            reportBean.setReportServerParam(OracleReportBean.RS_PARAM_REPORT,"spare_request.rdf");
            reportBean.setReportParameter("P_WTYPE", "CSH");
            reportBean.setReportParameter("P_WNUMBER", "13400181");
            reportBean.setReportParameter("P_EQ", "0.40 WM");
            reportBean.setReportParameter("P_Req", "40267");
            reportBean.setReportParameter("P_JOB", "WI");
            reportBean.setReportParameter("report", "spare_request.rdf");
            String url = reportBean.getReportServerURL();
            System.out.println("URL"+url);
            reportBean.openUrlInNewWindow(url);
            return null;

    Well, the message comes from the reports server which is telling you that the report definition can't be found. Check hte name and path to the file on the report server.
    Timo

  • How to create advanvance search page style oracle web  with adf?

    i want create advance search page. it can add parameter at runtime (select attribute from drop downlist and click add) how to?

    OK - so you want to be able to change the attribute you are searching on..In that case I'd probably do something like create a search form with all possible parameters..then using Expression Language, hid the ones that are not the selected value in a drop down list....
    I'll have a quick play and see if I can get this working but thats the idea anyway.
    regards
    Grant Ronald
    Oracle Product Management

  • Help : Integrating Oracle Composer with ADF Application

    Hi All,
    I wanted to add to an existing page Oracle Composer.
    So here is what I did.
    1) Setup webcenter suite so that I can utilize oracle composer.
    2) Added the oracle composer fragment i.e <pe:pageCustomizable id="pageCustomizable1"> to the my jspx.
    3) Added Form based Authentication to my application.
    4) Provided two types of roles. One as admin role and other as basic role,The admin role had edit permission to edit the above mentioned
    page.
    5) Added a site layer to allow customization done by the admin user to be stored to the custom site layer.
    6) Upon doing so my user with admin role is just able to personalize his page and not able to customize the application for other users.
    Could some body let me know if i have missed anything.
    Regards
    Harish

    Hi,
    there is no native way of doing this - as of yet. There is a work-around documented on this blog: http://www.oratransplant.nl/2007/05/03/published-paper-about-using-oracle-forms-as-web-component/
    In Forms 11, Forms will have a JavaScript API allowing you to interact with the page the Applet renders on. This allows you to call out and in to Forms. I think though that the more robust integration point is the Forms Java API on the server
    Frank

  • Call web service in beehive with ADF

    Hi all,
    I want to call a web service from Oracle Beehive with ADF 10g. I created the data control from the wsdl file and I was execute in my jspx page.
    A message was returned:
    "DCA-40010: The Web Service call failed. The service returned a SOAP fault with the message: null."
    I created a java client using Apache Axis and the error was the following:
    Exception in thread "main" AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}VersionMismatch
    faultSubcode:
    faultString: Version Mismatch
    faultActor: http://schemas.xmlsoap.org/soap/actor/next
    faultNode:
    faultDetail:
         {http://xml.apache.org/axis/}stackTrace:Version Mismatch
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1345)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:362)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:308)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:213)
         at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:292)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at webservice.platform.bee.oracle.CalendarServiceSoapHttpStub.deleteReminder(CalendarServiceSoapHttpStub.java:1873)
         at ExecuteClient.main(ExecuteClient.java:26)
    I think that this problem is related with de soap version (1.1 and 1.2).
    Someone can help me?
    Thanks.

    Hi,
    there's also a comprehensive step-by-step tutorial about consuming a web service from the Enterprise Services Workplace using CAF. This tutorial also features the new capability for configuration of Web Service consumers that was introduced with 7.1.1.
    You can find the tutorial [here|http://help.sap.com/saphelp_nwce711/helpdata/en/6d/00932cf834471789ad286986185acb/frameset.htm].
    Hope that helps!

  • Problem in the setup of oracle soa " could not get deployment manage"

    hi,
    i'm trying to install Oracle SOA with oracle database XE, but i'm having an error message in the oracle bpel process manager configuration assistant: 'could not get deployment manage'..
    can u help me please!!!

    Is the database up and running, can you connect to the orabpel user?
    cheers
    James

  • Java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet

    I use Jdev 11.1.1.5 to create a BPM process application which contains a process with 3 interactive activities.
    Each interacitive acitivity has a form project. I can deply these projects to a domain. Then, I delete them. However, after that, I cannot deploy them.
    I try to create a new SOA domain. However, I get same error message as follow.
    [04:04:48 PM] ---- Deployment started. ----
    [04:04:48 PM] Target platform is (Weblogic 10.3).
    [04:04:48 PM] Retrieving existing application information
    [04:04:48 PM] Running dependency analysis...
    [04:04:48 PM] Building...
    [04:05:14 PM] Deploying profile...
    [04:05:17 PM] Wrote Web Application Module to C:\JdevWorkspace\BPM\initiatorUI\deploy\initiatorUI.war
    [04:05:19 PM] Deploying Application...
    [04:05:24 PM] [Deployer:149193]Operation 'deploy' on application 'initiatorUI' has failed on 'AdminServer'
    [04:05:24 PM] [Deployer:149193]Operation 'deploy' on application 'initiatorUI' has failed on 'AdminServer'
    [04:05:24 PM] [Deployer:149193]Operation 'deploy' on application 'initiatorUI' has failed on 'AdminServer'
    [04:05:24 PM] [Deployer:149193]Operation 'deploy' on application 'initiatorUI' has failed on 'AdminServer'
    [04:05:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application initiatorUI on AdminServer,BPMJMSServer,SOAJMSServer,UMSJMSServer.: Failed to load webapp: 'initiatorUI.war'.
    [04:05:24 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'initiatorUI.war'
    [04:05:24 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [04:05:24 PM] See server logs or server console for more details.
    [04:05:24 PM] weblogic.application.ModuleException: Failed to load webapp: 'initiatorUI.war'
    [04:05:24 PM] #### Deployment incomplete. ####
    [04:05:24 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Thanks Amjad. It worked for me as well!!
    I think the reasoning behind this is: If we deploy it from the Application tab, it deploys the EAR file whereas simply right clicking the project and deploy, deploys the WAR file.

  • UI Shell with BTF from ADF library issue

    I've created an application component (Bounded Task Flow) wrapped in an ADF library for reuse. I am able to import this into "normal" ADF applications and place it on a page as a Region. Works as expected and looks good.
    I'm attempting to add this to a page based on the UIShell template and am getting an exception on startup:
    java.lang.IllegalStateException: The expression "#{bindings.emmain1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r1") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{bindings.emmain1}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "oracle_demo_uist3_view_view1PageDef". Now using an empty RegionModel instead.
         at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:439)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:109)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
    <lots more>
    The designer shows the UI as expected so I'm assuming something is not configured correctly for runtime (duh!), but I cannot figure out what it is.
    I've tried referencing the task flow directly from the navigation bean and wrapping the external BTF in a local BTF and navigating to that. Neither works.
    Any help would be greatly appreciated.
    Thanks,
    Gene

    Change the launcher bean to call the imported ADF Library bounded task flow to open it as an activity within one of the dynamic tabs. This is done by referencing the correct task-flow.xml file.

  • StoreFront demo: oracle.adf.library.webapp.LibraryFilter?

    Heya gang
    I hope somebody can help me.
    In the 11gTP StoreFront demo, the web.xml file includes a <filter>ADFLibraryFilter</filter> with a <filter-class>oracle.adf.library.webapp.LibraryFilter</filter-class>. I'm curious to know what this filter does; I assume it's a customisation for the StoreFront demo.
    Does anybody know where the source code for this class exists? I've searched the source code and libraries with no success. It must be there somewhere?
    Any help appreciated.
    Regards,
    CM.

    Thanks Amjad. It worked for me as well!!
    I think the reasoning behind this is: If we deploy it from the Application tab, it deploys the EAR file whereas simply right clicking the project and deploy, deploys the WAR file.

  • Integration Scenario with Oracle SOA Suite and SAP

    Hi to all
    I have the following integration scenario:
    The customer have some applications in the integration landscape. All of this applications are integrated with Oracle Soa Suite.
    This customer, want to buy SAP ERP (ECC 6.0), and they want to integrate SAP ECC in their infrastructure.
    I told to them, that is necesary have Process Integration (PI), by have a services oriented architecture.
    But, I want to hear options, possibilities and comments. Where I find information related ?
    Thank you very much
    Dario

    Hi Rodriguez  ,
    you can use Oracle AS Adapter for SAP for integrating SAP system to oracle .
    some step you need to do in SAP ECC side for data transfer - like create TCP/IP RFC connection ,
    for TCP/IP RFC config. you can generate program ID in Oracle AS Adapter ..Also Oracle provides a SAP JRFC library  for integrating SAP system .
    you can find more information in given link -
    http://www.oracle.com/technology/products/integration/adapters/dev_support.html
    Regards,
    Amit Shivhare

Maybe you are looking for

  • Mac Book White with lost startup disks

    I gave my daughter my white Macbook and I believe her mother has lost the startup disks.  In cleaning the mac for her I delete itunes and some important files to allow Itunes to be reinstalled.  Is there a way to utilize my MacBook Aluminum to help r

  • Percentage calculation problem in ALV Grid

    Hello All, I have a requirement like this : I have three columns in the grid named as A, B and C. In column A i have the values as 30 and 40. Here the subtotal is 70 through the fieldcatalog field DO_SUM = 'X' In column B i have the values as 50 and

  • Removing Role Membership through API's in OIM11g

    Guys, I am trying to remove a role membership for a user. I was trying with this API (*oracle.iam.identity.rolemgmt.api*) and Interface RoleManager.revokeRoleGrant(roleKey,userKeys,evaluatePolicies). I am getting errors when I try to Import the api o

  • Wily introscope 9.1

    Hi, Can anyone help me to install wily introscope 9.1 in solution manager 7.1. Thanks & Regards Preetam

  • SQLite in Flash, not Flex. For Android/iOS.

    Help please people, I can't figure out how to use an SQLite database within Flash Professional. There are plenty of tutorials on how to in Flex, but not so much in Flash. Could someone explain how or point me in the right direction? Thanks, Charles.