How to intergrate oracle workflow with oc4j or weblogic?

tks a lot

Perhaps the easiest and most straight forward is using JMS, Oracle Advanced Queuing supports JMS, and you can use AQ messages to start or continue workflows, and workflow can publish messages to AQ.
tks a lot

Similar Messages

  • Running oracle workflow with J2EE

    I am testing my new workflow installation on Oracle 10gApps. I downloaded Oracle Workflow with JwEE components from the OTN, but that seems used for NT only. My apps server is in unix. I can not go any further because I don't have oc4j for my client (nt) computer. Can someone help? All I want to do is to make sure I can run an sample workflow process, by submitting a request from web, and send the notification to someone. Thanks.

    Hello,
    All the PL/SQL engine API's have equivalent Java api's which you can call from your Java application.
    Oracle Workflow with J2EE Components download from OTN provides you with the instructions on running a J2EE application. The whitepaper documents step to deploy in a J2EE container in the windows env. The basic steps should not change in UNIX or any other platform.
    To set up the mailer on 2.6.2, please take a look at the Workflow Guide. There is a complete section on how to set up and run the Notification Mailer
    If you are running 2.6.3, then the mailer is Java based and is part of the Workflow Manager pages. Refer to the on-line help of the Workflow Manager.
    Cheers,
    Raja

  • How to use Oracle partitioning with JPA @OneToOne reference?

    Hi!
    A little bit late in the project we have realized that we need to use Oracle partitioning both for performance and admin of the data. (Partitioning by range (month) and after a year we will move the oldest month of data to an archive db)
    We have an object model with an main/root entity "Trans" with @OneToMany and @OneToOne relationships.
    How do we use Oracle partitioning on the @OneToOne relationships?
    (We'd rather not change the model as we already have millions of rows in the db.)
    On the main entity "Trans" we use: partition by range (month) on a date column.
    And on all @OneToMany we use: partition by reference (as they have a primary-foreign key relationship).
    But for the @OneToOne key for the referenced object, the key is placed in the main/source object as the example below:
    @Entity
    public class Employee {
    @Id
    @Column(name="EMP_ID")
    private long id;
    @OneToOne(fetch=FetchType.LAZY)
    @JoinColumn(name="ADDRESS_ID")
    private Address address;
    EMPLOYEE (table)
    EMP_ID FIRSTNAME LASTNAME SALARY ADDRESS_ID
    1 Bob Way 50000 6
    2 Sarah Smith 60000 7
    ADDRESS (table)
    ADDRESS_ID STREET CITY PROVINCE COUNTRY P_CODE
    6 17 Bank St Ottawa ON Canada K2H7Z5
    7 22 Main St Toronto ON Canada     L5H2D5
    From the Oracle documentation: "Reference partitioning allows the partitioning of two tables related to one another by referential constraints. The partitioning key is resolved through an existing parent-child relationship, enforced by enabled and active primary key and foreign key constraints."
    How can we use "partition by reference" on @OneToOne relationsships or are there other solutions?
    Thanks for any advice.
    /Mats

    Crospost! How to use Oracle partitioning with JPA @OneToOne reference?

  • How to run Oracle workflow in windows 7 os

    Hi,
    Am new to oracle workflow.
    I have installed oracle workflow successfully in my laptop.
    After installation I dont see any shortcut's in my desktop.
    Can any one sugess me how to run oracle workflow.
    Steps to begin from basic level.
    Thanks
    Balaji

    You mean to say you installed Workflow Builder on your laptop? See that Oracle Workflow has a Client Side (WF Builder), a backend Server side and middle application side.
    Assuming you successfully installed the client side then you must have a group of programs called Oracle OUIHome and there one called Application Development. There you should be able to find Workflow builder.
    Useful notes for WF Builder:
    How To Download and Install the Latest Oracle Workflow Builder (Client Tool) and XML Gateway Message Designer for E-Business (Doc ID 261028.1)
    which leads to <internal URL removed>
    Regards.

  • How to connect oracle database with JAVA

    how to connect oracle database with JAVA....
    using j2sdk and Jcreator . which connector to use .. what are the code for that ..

    PLEASE .... Ask in an Oracle Java forum.
    And read the documentaiton. There is a whole document devoted to doing that. http://download.oracle.com/docs/cd/B19306_01/java.102/b14355/toc.htm has examples.
    PLEASE ... do not ask product questions in a forum which clearly has a title saying it is devoted to assisting with download problems.

  • Integration of Oracle Workflow with OWB

    Hi,
    I am using OWB 10gR2. Can you please give me some guidelines on integrating Oracle workflow with OWB? I have to deploy OWB schedules to Oracle Workflow.
    Thanks,
    Praveen

    Keep in mind that these are really two different products.
    First make sure you have installed workflow (2.6.3 for Oracle10gR1, 2.6.4 for Oracle10gR2 for the TARGET database).
    Then create a connection to the workflow schema (default would be OWF_MGR). Then you can start creating your OWF packages using OWB and finally deploy your packages to the newly defined Workflow connection.
    On a sadder note, OWF really blows. But that's just me.

  • Oracle workflow  with oracle stardard edition 10g

    I have read this document id on metalink about the difference between different edition of oracle database 10:
    271886.1
    but there is anything about oracle workflow.
    Can I use Oracle workflow with oracle stardard edition 10g?

    I would suggest to get in touch with your Oracle vendor to find out more details on this one. Looks like an additional license.

  • How to Integrate Oracle Apps with BPEL

    hi
    How to Integrate Oracle Apps with Fusion Middleware(BPEL) ?
    Please Provide me steps:
    Regards,
    Khushal

    hi,
    There is an adapter thats being provided with the standard adapter set with SOA installation . There are several ways of integrating with Oracle Apps . The adapter has all the options listed out.
    Regards,
    Ajay

  • How to integrate oracle webcenter with oracle webcenter Sites?

    How to integrate oracle webcenter with oracle webcenter Sites?

    This very much depends on what you mean by the first "oracle webcenter" and what kind of integration you are looking for.
    Oracle WebCenter contains three main product lines:
    - Oracle WebCenter Portal,
    - Oracle WebCenter Sites,
    - and Oracle WebCenter Content.
    Since the newest version 11.1.1.8 it is possible to store Sites' assets in WebCenter Content.
    WebCenter Portal, where the name WebCenter originated from, is another front-end technology, so it would rather co-exist next to Sites than integrate with them. See this thread WebCenter Portal and WebCenter Sites Integration for more details.

  • How to Use Oracle 8i with MapX?

    I am trying to work with oracle 8i 1.6 and mapX 4.5 but un-able to do so. I tried by adding server layer but couldn't do so.
    Help !!

    Crossposted: Re: How to use Oracle partitioning with JPA @OneToOne reference?

  • How to build and use Oracle workflow with Content DB

    Hi All,
    do we have any documentation that assist us in developing and applying the Oracle workflow (Developed using the Oracle Workflow builder) to the contentDB folder.
    Is there an alternative other than using the BPEL or oracle workflow builder for developing the workflows that work with Content DB.
    Thanks
    Krrish

    Hi Krrish
    From a custom workflow perspective, Content DB uses a loose coupling mechanism based on advanced queue messages to integrate workflow engines.
    CDB has no specific BPEL code/support - but rather requires the workflow engine to be able to dequeue a message from the outbound queue (IFS_BPEL_OUT), and return an approve/reject response queue message on the inbound queue (IFS_BPEL_IN). As Oracle BPEL supports advanced queue tables, it can thus be leveraged from Content DB.
    Hence, you can potentially use any workflow mechanism/tool you like, so long as that it is able to obtain a message from the outbound queue, and respond on the inbound queue.
    As far as Oracle Worflow is concerned, we don't ship with any documentation/samples to describe/develop its workflow processes. Nor do we support replacing the out-of-box Oracle Workflows.
    cheers
    Matt.

  • How to Install oracle workflow and why we need Oracle Application Server

    I want to install and configure Oracle Workflow using Oracle 10g
    Please help me and guide me with the process in deatial from scratch what should i need to install
    Oracle Database
    Oracle Application server middle tier
    Oracle Content Management SDK
    Also help me how can i configuer oracle internet directory because when installing Oracle application server it requires HostName and Port No.
    I am a student
    I know just how to install oracle database 10g
    and New to oracle Application Server
    Waqar Habib

    The files at
    http://otn.oracle.com/software/products/ias/workflow/htdocs/winsoft.html
    are for Oracle Workflow version 2.6.0. Here is some information from the announcement for downloading the latest version, 2.6.3:
    Oracle Workflow 2.6.3 for Oracle Database 10g is now available for download from OTN.
    Please point your browsers to http://otn.oracle.com/software/index.html
    Currently, the availability is limited to Windows and we are working towards availability on other platforms. I will post another message as soon as it becomes available.
    The Workflow Server requires an Oracle 10g database home and the Workflow mid-tier requires an Oracle HTTP Server home - Apache Install from the Oracle 10g Companion CD. For more information please read the installation notes.

  • How to install oracle workflow on my desktop?

    i am having oracle 9i in my machine. i want to install oracle workflow. kindly tell me how to install or provide me with the link where installation has been explained.please let me know where i will find that documen?t
    thanks.

    There are two major components to install in Oracle Workflow.
    1. Workflow Client - Otherwise called Oracle Workflow Builder, this is a windows based tool to design and develop your workflow process. This tool is the developer's tool for transforming the business process into a workflow process. The process definition can be stored to filesystem as a file with .wft extension or directly to a database where workflow server is installed.
    2. Workflow Server - Workflow engine that executes the workflow process designed using the workflow builder above. The workflow process designed above is loaded into the workflow server either from the builder directly by connecting to the workflow server schema or using the workflow definitions loader which is a command line utility that reads the .wft file.
    Installation
    1. You may install the Workflow Builder 2.6.2 downloadable from OTN on your PC. This needs an appropriate Oracle Home using which the builder is built by Oracle. I believe 2.6.2 can be installed into a 9i home. It is better that you install the builder into a new Oracle Home and not use any existing homes.
    2. Workflow Server 2.6.2 is shipped with Oracle Database 9iR2. In the additional or optional components (not sure about the exact words) section of your 9iR2 CD you can find Oracle Workflow 2.6.2 that provides the workflow server. You may install this into the existing Oracle Database 9iR2 Oracle home. After installing oracle workflow server you should run the Workflow Configuration Assistant to create the workflow schema in the database and create the required objects in the schema in order for the Workflow Engine to be become operational.
    In summary, installation of Workflow Server has two phases.
    o Install Oracle Workflow to 9iR2 home.
    o Run Workflow Configuration Assistant to configure the workflow server
    Once the Workflow Configuration Assistant is run successfully, you need to set up the PLSQL DAD (Database Access Descriptor) to access workflow home page using the Apache server that comes bundled with Oracle Database 9iR2.
    Please refer to Oracle Workflow 2.6.2 installation document for more information.
    http://www.oracle.com/technology/products/ias/workflow/wf_info.html#release_262
    Thanks
    Vijay

  • Linking Oracle Workflow with Oracle Applications

    Hi All,
    I have created a workflow file using Oracle Workflow Builder but dont know how to link it with Oracle Applications.
    Can someone help me by giving the step by step process involved to link the wft file with my oracle application.
    Thanx in Advance.
    K.K.Prasadh

    Hi
    Things ar not clear .
    If it is new workflow , then you will have to modify the application to use the
    workflow. I do not think you want to do that. You need to set up attributes
    of the workflow and create process using Oracle flow routine.
    If you want modify the existing workflow , You need the open the existing
    workflow and modify without changing the itemtype. If you create a new process
    in this item type the you have to assign the process in Account window
    in Oracle application.
    I hope this will help you.
    Deepak
    [email protected]

  • How to Integrate Oracle 10g with TIBCO Enterprise for JMS

    Will it be possible to provide a document that will instruct on how to integrate oracle10g with TIBCO Enterprise for JMS
    I needed to Integrate oracle 10g with TIBCO Enterprise for JMS.
    When i searched on internet about how to do it, i found a document on oracle's site which has instructions (in the HOW-TO section) related to integration with OC4J (and not Oracle 10g)
    I have been successfully able to integrate OC4J developer preview edition 10.1.3 with TIBCO enterprise for JMS.
    when i tried with the same instructions to integrate oracle 10g with TIBCO Enterprise for JMS, i could not succeed. The i understood that the standalone OC4J is different from the embedded OC4J in Oracle 10g
    Will it be possible to provide a document that will instruct on how to integrate oracle10g with TIBCO Enterprise for JMS
    Your help will be really appreciated
    Thanks,

    There are how-to documents here: http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/index.html#JMS
    with separate instructions for:
    IBM WebSphere MQ JMS
    Tibco Enterprise for JMS
    SonicMQ JMS

Maybe you are looking for

  • Installing XP via 98SE to run natively on Intel chip

    I'm inching toward getting a Power Mac Dual Core G5 where I could set up a dual-boot system with Windows with BootCamp. As far as I've been able to discern from these forums, only Windows XP can run natively on the new Intel chips. Fine, I have XP on

  • One Idoc -- One Logical System ?

    Hi everyone,    Right now i'm developed 6 interface using idoc (6 different business process). Do we need create logical system for each interface? Or just only one logical system? If we have success create this interfaces, how to transport this sett

  • Forms resource file - fmrweb.res

    Friends, When I ran my forms6i by pressing "Run in Web Mode",Button, it executes in web mode. I was told that, it uses resource file fmrweb.res for key mapping. I would like know more about fmrweb.res ( resource file) and what all properties I can se

  • ESB Webservice call from Java client

    Hi, i need to call webservice from Java client which inturn will call ESB I tried creating proxy from the WSDL in jDeveloper and tried setting the following end points My concrete WSDL path :http://10.237.25.63:8889/esb/wsil/SubroCaseESBSystem/InputR

  • Affects Effects failed to load ExporterXDCAMHD.prm

    Errors pop up while starting Affect Effect CS6. I can still operate CS6 and everythings seems working fine except there is not option for render as MXF file ( i have successfully export.mxf directly from affect effects before move my reinstall my OS