Integrate OpenJMS with Orion/OC4j

Hi
I need to integrate OC4J with OpenJMS How i can do this, currenlty we are using OC4JS JMS for messaging .
plz help me
Renjith

This guide explains how to do it with the Apache2 version that comes on the Companion CD:
http://download-uk.oracle.com/docs/cd/B25221_03/web.1013/b25777/config.htm#sthref90

Similar Messages

  • Integrate Apache with OC4J instance

    Hi all,
    How to integrate mod_oc4j with apache so that I can route the request from apache http server to a specific oc4j instance.
    thanks
    Jayson

    This guide explains how to do it with the Apache2 version that comes on the Companion CD:
    http://download-uk.oracle.com/docs/cd/B25221_03/web.1013/b25777/config.htm#sthref90

  • Oracle AQ with Orion 2.0 application server

    Hi,
    I'm trying to use Oracle AQ/JMS as queue for a J2EE message driven bean running in an Orion 2.0 application server.
    To connect the bean with the queue I have to configure a resource provider. By now, the only resource provider I found is the class oracle.jms.OjmsContext witch is included in the oc4j.jar file of oracles J2EE container.
    So the question is, is there a way to use Oracle AQ as infrastructure for message driven beans with other J2EE servers then Oracles OC4J?
    Thanks in advance.
    Alexander Schulz

    Tanks 327 for your reply.
    I think you got me a little wrong (because of my poor english).
    I hoped that somebody can tell me if there is a java library (jar) that I can use to use Oracle AQ with Orion 2.0 for message driven beans.
    I'm wondering why the class OjmsContext is only availiable in the main jar of the Oracle J2EE container. I think it would be very usefull to have an extra library containing all the stuff needed to use AQ with other application servers.
    Alexander Schulz

  • Steps to integrate ATG with siebel.

    What are Steps to integrate ATG with siebel?

    Refer to this thread on the same topic
    ATG Siebel Integration

  • How to Configure and Integrate EP with CRM

    Hi Everybody,
    I want to integrate EP with CRM.
    I am using SAP WAS Server.I have installed Portal.
    I downloaded CRM Business packages.
    1)How to integrate and configure in the EP with SAP R/3(CRM Module).
    2)What are the prerequisities.
    Plaese prove the exact help and documents.

    Hello,
    I think this <a href="http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N12_Scen_InstallGuide_EN_US.doc">Scenario Installation Guide</a> from the <a href="http://help.sap.com/bp_epv260/EP_EN/index.htm">SAP Best Practices for Enterprise Portal V2.60</a> can help you.
    Regards
    Gregor

  • Is it possible to Integrate dos with Java to create a sample compiler?

    Is it possible to Integrate dos with Java to create a sample compiler, or do I have to write the compiler from scratch? In theory, I would like to have users enter sample code in a java text field, hit a java button that would compile/run the code, by calling a dos command prompt that would run it, and display any error messages back to the java text field. Does anyone know if this is possible? Any help would be greatly appreciated.
    Tflav23

    There is a Compiler class you might be able to use also:
    C:\jdk1.3.1_01\docs\api\java\lang\Compiler.html
    So perhaps there is no need to create a process to compile code. But I don't know if you can get information about compiler errors.

  • How to integrate DRM with third party tool for loading metadata in SQL table

    Experts,
    I am new to DRM and I have a requirement in which we want to integrate DRM with third party tool(lets say SQL table) as target and load metadata from DRM (Parent node, name , alias etc) to SQL table (same column name)
    Is there any way we can integrate DRM to export the same to table directly instead to files. If yes what are the steps we have to follow.
    Is there anyway we can customize DRM to execute queries or run batch
    Can I have a basic example please.
    Thanks in advance,
    Regards,

    1. Use DRM Export to Table option, for that create an External Connection first for the Target Database and select the respective Tables to which you wish to Export the Hierarchy information.
    2. You can perform most of the DRM Actions via the DRM_BATCH_CLIENT.exe.
        Please refer to Using the Data Relationship Management Batch Client of DRM User guide.
    let me know if you have any issues.

  • How to integrate iReceivables with third party payment system?

    Hi,
    My requirement is to integrate iReceivables with third party payment system.
    Can anyone guide me to achieve this.
    Thanks & Regards,
    Sunita

    Hello Prasad,
    <b>Connection with an External Payroll System</b>
    Payroll Outsourcing functionality allows you to compile master data or payroll data in the SAP system to submit to a third-party service provider in an electronic format. The Outsourcing solution available in the United States and Canada provides a generic interface which writes data into an IDoc (Intermediate Document) for transport to a third-party system. In order to transport data into and out of the SAP system, you must set up a logical system, partner definition, and outsourcing ports.
    If you have built your own payroll interface, using the Interface Toolbox, for example, you can use the Import section of this scenario. The Export section applies only to the transport of IDocs.
    For more information regarding outsourcing, refer to the SAP Library, Human Resources  -> PY Payroll  -> PY-US United States Payroll or PY-CA Canada Payroll  -> Outsourcing.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/af/f4ea3444e9c47fe10000009b38f83b/frameset.htm
    Import Payroll Results from a Third-Party System
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/0a/e62481feaf11d1a5500060087832f8/frameset.htm
    regards
    Prasad
    Message was edited by:
            prasad chintala

  • Want to integrate JavaFX with JSF

    Hi all,
    I am developing a web application in JSF. I want to integrate it with JavaFX. Is it possible to do so? If possible then how can I achieve it?
    Thanks in advance,
    JSF GEEKS

    Actually I found the same code for integrating JavaFX with JSF, which you have linked, but I show it afterwards. Anyways, thanks for your kind support.
    The other interesting thing I found is, interaction between JavaFX and JSF.
    You can interact between JavaFX and JSF like the following way.
    You just give the id in the script in which you have defined the parameters of applet to run in browser with JSF or any language like this;
    <ui:script id="js" type="text/javascript">
        javafx(
                  archive: "Your_JAR_File.jar",
                  draggable: true,
                  width: 550,
                  height: 370,
                  code: "package_name.Main",
                  name: "Name_of_Application/package_name",
    id: "myJavaFX"
        </ui:script>Then uin the header part of your page (acually in <head>), you write another script something like below;
    <script language="javascript" type="text/javascript">
    function changeColor() {
    myJavaFX.script.line1=myJavaFX.Packages.javafx.scene.paint.Color.WHITE;
    myJavaFX.script.line2=myJavaFX.Packages.javafx.scene.paint.Color.LIGHTBLUE;
    </script>Here line1+ & line2 are the variables of JavaFX script/program. So here, by this example I am changing the value of variables of JavaFX script to change the colors. myJavaFX {color:#333333} {color}is the id of the applet which I have given in the first script to generate and run the applet in browser.
    so here I give you what I understood. Hope it helps.
    Thanks,
    JSF GEEKS
    Edited by: jsfgeeks on Sep 17, 2009 10:59 AM
    Edited by: jsfgeeks on Sep 17, 2009 11:02 AM
    Edited by: jsfgeeks on Sep 17, 2009 11:03 AM
    Edited by: jsfgeeks on Sep 17, 2009 11:04 AM

  • How to integrate workflow with files?

    Hi,I know I must configurate workflow before intetgrate
    workflow with files.But ,there are some problems! when i configurate workflow ,there is no confirmation window when it finished. so when i configurate files with workflow,the system say there is no workflow scheme, so i can't integrate workflow with files.!
    anybody any idea(in detail)? thanks a lot!
    2003-7-29

    Hi,
    When workflow has been installed, it should definitely say that it was installed successfully.
    Also for WF to integrate with files successfully there are several additional languages that need to be installed.
    I have a good set of install notes for workflow. Email me at [email protected] and i will send them to you.
    Thanks and Best Regards
    Lynne

  • Integrate Essbase with third party s/w (ETL)

    Hi Experts,
    I would like to integrate Essbase with third party s/w (ETL) which i am not sure have essbase adopters like DIM/ODI adopters available at e-delivery.
    Essbase Version: 9.3.1
    Third party ETL : CostIron (from IBM)
    Any help will be highly appreciated
    Regards
    Kumar

    Thanks John,
    We would like to use CostIron which is ingegration solution (connect, transform and load) and claim that it requires no coding but configuration.
    it means we should not require ODI for integrating essbase with Oracle EBS.
    Please advice as you have deep insight in Hyperion.
    Thanks and Regards
    Kumar

  • OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM

    We want to integrate OWB with CA Unicenter AutoSys JM as described in the oracle document (see link below)
    http://www.oracle.com/technology/products/warehouse/pdf/OWB_AutoSys%20with%20updates%20mv.pdf
    Our current setup is as follows:
    We have created a bunch of mappings which we run manually daily using the run_task procedure.
    RUN_TASK
    ( location IN VARCHAR2,
    task_type IN VARCHAR2,
    task_name IN VARCHAR2,
    custom_params IN VARCHAR2 DEFAULT NULL,
    system_params IN VARCHAR2 DEFAULT NULL,
    oem_friendly IN NUMBER DEFAULT 0,
    background IN NUMBER DEFAULT 0
    RETURN NUMBER;
    We intend to create process flows in OWB and then deploy them direct to CA Unicenter AutoSys JM.
    Apparently, there is an AutoSys adapter for OWB see link:
    http://supportconnectw.ca.com/public/enews/jobmgt/job042104.asp
    but I cannot find any information about this anywhere.
    Has anyone succesfully been able to schedule OWB jobs through Autosys?... and if so can you give a step by step guide on how this was achieved?
    Thanks,
    Olu
    Edited by: oluakins on 15-Oct-2008 07:43

    Hi,
    since OWB 9i oracle changes the complete architecture so you cannot use old connectors. And if you look at this Link you see that there is no adaptor available yet. Only an oracle universal adaptor.
    So I don't think you will get some experiences at all.
    Regards,
    Detlef

  • Integrate Employe with internal order other than cost center

    Dear Experts,
    Integrate Employe with internal order other than cost center
    Thanks & Regards,
    Mythili
    Edited by: Mythili.R on Jan 10, 2012 1:45 PM
    Edited by: Sikindar on Jan 10, 2012 6:23 PM

    Can use IT0027 at employee level or IT1018 at OM level

  • How to Integrate Seibel with ADF ?

    Hi All,
    JDev Ver : 11.1.1.5
    We need some Information about Seibel integration with ADF
    So for we use to Integrate Seibel with the help of Web Services. We need the Is there any other approach for the Integration ?
    I have gone through below link and got some information about JCA adapter, and URI based approach. If we use this, how to implement in the development part,
    http://siebel-essentials.blogspot.com/2011/02/first-encounter-with-sai-ofm.html
    We don’t know exactly how to do the implementation like if you want to retrieve/update some values to Seibel from Jdeveloper ADF using the above approach.
    Is there any other approach for the Seibel integration with ADF ?
    Thanks,
    Gopinath

    The blog you point to seem to show an example of using a REST service exposed by Siebel.
    ADF allows you to create data controls based on REST services and then build the UI on top of them through the URL data control.
    See step 4 of this tutorial:
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_53/jdtut_11r2_53.html

  • How to integrate cProjects with R/3 to get the Material Classification Data

    Hi all,
       We are installing the cProjects and we have to integrate it with R/3 to get the Material Classification data.
      Is any one has developed the object link, which links cProject and Material Classification data in R/3?
      Thanks in advance.
    Regards.

    Hi Venkat,
    Refer SAP cProjects Guide for Implementing an Object Link. This Guide also includes User Defined Object Links.
    You should be able to find it on SAP Service Marketplace. In case you cannot, pl send me your email ID, I will mail the same to you.
    Regards,
    Reema.
    Pl award points to all useful answers.

Maybe you are looking for

  • SSo between Portal 6.0 and  Portal 7.0

    Hi, We want to enable single sign on between Portal 6.0 and  Portal 7.0. Our scenario is, In Portal 7.0 on click of  role or workset, Portal 6.0 have to be opened in a new window without asking user ID and Password. What are the steps, I need to foll

  • How to track ipod touch that was stolen?

    how to track ipod touch that was stolen?

  • Wear leveling count Samsung SSD 256gb

    Hi guys I have a 2011 Mba (core i7 and got lucky getting the 256gb ssd from Samsung on my Mac-), It is my first Mac after 14 years of PCs with Windows. I am not sure about the "wear leveling count" on the drive. Neither am I sure about the program I

  • SPD WorkFlow is not able to read all the column values

    So quick run through of what is going on so far and the environment set in place. Number of Environments: 2 Environment Details: Dev: One front end server, One App Server, One SQL Server, Production: Two Front End Servers, Two App Servers, One SQL Se

  • Error when trying to use movers coupon

    I have a movers coupon that I used earlier this week on a purchase that I then had to cancel (before it shipped). When I tried to reuse the coupon on the same day, for the corrected purchase the system told me that the coupon was used and cannot be r