JCA adapter for Tuxedo

Hi,
I'm looking JCA adapter for Tuxedo, oracle tuxedo adapter. And also trying to find the difference between connecting through it and through plain WTC from a J2EE app.
Any tips would be great, thanks in advance.
Thanks
A

Hey Todd,
By tooling I mean something like visual interspace, though at my end of developement, I dont need 'visual' components, but it would be good to have some stubs and service interface that are tux program specifics. A step more than CCI that resource adapter would offer.
Like hibernate, a clear layer where I access the db in terms of entities and simple pojos. Simplify the programming model.
My need is very clear, connect to Tux services, and I'm trying to understand the options, likey JOLT, WTC and now resource adapters. Is there any documentation that could compare these, in terms of programming ease, performance, pros and cons.
Ah! and compatibility and support with oracle ADF. SALT is as of now not in contention.
I'm not really fascinated with FML approach, where type safety check or parameter match is left at runtime.
The project that I'm looking at is very huge in size, lets say more than thousand services
Your guidance will be very helpful
Thanks
Allam
Edited by: user9130883 on Mar 16, 2010 12:47 PM

Similar Messages

  • Payload Streaming (for handling large payload) in Oracle JCA Adapter for AQ

    Hi All-
    Oracle Documentation indicates that it supports Payload Streaming in Oracle JCA Adapter for AQ. Link http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10231/adptr_aq.htm#CBAIAABF
    However when I tried configuring an AQ Adapter in Jdeveloper, I was not able to see the check box for enabling Payload Streaming.
    Do we have to manually update the .jca file to add the property "EnableStreaming" in the AQ Adapter Activation Spec? Is it supported and is it going to work?
    What is the Message Size limit that the AQ Adapter can handle?
    Please let me know.
    Thanks,
    Dibya

    If the StreamPayload property does not exist, then the default value false is assumed.
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
    <property name="QueueName" value="RAW_IN_QUEUE"/>
    <property name="DatabaseSchema" value="SCOTT"/>
    <property name="StreamPayload" value="true"/>
    </activation-spec>
    you can add <property name="StreamPayload" value="true"/>
    to the .jca file but rememeber This property is applicable when processing Raw messages, XMLType messages, and ADT type messages for which a payload is specified though an ADT attribute.

  • Exception while working with Tibco adapter for Tuxedo!!

    Dear friends,:-)
    Greetings!
    I am facing an exception while working with "Tuxedo Adapter".
    I have installed TIBCO Adapter for Tuxedo on my machine which has both bea_Client and Server. I am trying to do a PurchaseOrder POC, which is already given in our TIBCO Adapter directory (C:\TIBCO\adapter\adtuxedo\5.3\examples\AgentBased\PurchaseOrder).
    The scenario goes like this, a request is sent from the Tuxedo client called clt, which invokes the Tuxedo service, which in turn sends a request to the adapter (“PublicationService”) through the adapter agent, and then the adapter publishes the data to the TIBCO environment. TIBCO BW receives the data using “Adapter Subscriber” and writes them to an XML output file named Get_output.xml.
    Problem in starting the Adapter - :(
    When I tried to RUN the make.bat which is placed at the “C:\TIBCO\adapter\adtuxedo\5.3\examples\AgentBased\PurchaseOrder” folder, it throws me the error.
    At the time of executing this script, “buildclient -o clt -f client.c”, it says that I don’t have a valid “TUXEDO SDK LICENSE”. The thrown exception is, "TUXNT_CAT:101: ERROR: You do not have a valid TUXEDO SDK license".
    Please tell me, is license Required to run the tux_client?
    also,please clarify, while configuring “tibco.env.WSNADDR”(i.e., Workstation Address of the Tuxedo server to connect to) I have given my machine IP ADDRESS with a unique port. i.e., //10.103.18.120:4020. I am not sure with this step. Please advice me!
    It would be great if you could please solve this issue.
    Thanks in Advance,
    Best Regards,
    Venkatesh Rajendran.

    Hi Venkatesh,
    Please see comments in line.
    Wayne
    <venkatesh rajendran> wrote in message news:[email protected]...
    Dear Wayne,
    Thanks a ton for your reply.
    Please clarify,
    buildclient is a Tuxedo command which is used to generate the Tuxedo client
    application. It needs Tuxedo SDK license, so you need to make sure the
    license is installed properly.
    Can you please let me know from where i can get the License? Can we download
    it online?
    [W] BEA provide a trial license in the product donwload site, but I am not
    sure Tuxedo 8.0 is provide or not. If you or your customer has Tuxedo
    installation, the license should alread be ready. It is located at
    $TUXDIR/udataobj/lic.txt.
    Running tuxedo client does not require SDK license.
    I am not sure how to start it. I am actually running the BAT file which has
    the following scripts,
    set TUXDIR=C:\bea\tuxedo8.0
    set WSNADDR=//10.103.18.120:4020
    set TUX_ADAPTER_HOME=C:\TIBCO\adapter\adtuxedo\5.3
    set TIBCO_RV_HOME=C:\TIBCO\TIBRV
    set APPDIR=%TUX_ADAPTER_HOME%\examples\AgentBased\PurchaseOrder
    set
    PATH=%TUXDIR%\bin;%APPDIR%;%PATH%;%TUX_ADAPTER_HOME%\hotfix\lib;%TUX_ADAPTER_HOME%\lib;%TIBCO_RV_HOME%/bin
    set TUXCONFIG=%APPDIR%\tuxconfig
    set ULOGPFX=%APPDIR%\ulog
    buildclient -o clt -f client.c
    buildserver -o server -f server.c -s POINFO -l
    %TUX_ADAPTER_HOME%\lib\agent.lib
    tmloadcf -y ubbagent
    tmboot ¨Cy
    Up to my knowledge, I hope TIBCO TUXEDO
    (ie.,TIB_adtuxedo-simple_5.3.0_w32_tuxedo80) acts as a TUXEDO_Server which
    receives the Request from TUX_BEA Client(Ex: C:\bea\tuxedo8.0).
    Or, does Tuxedo have a seperate Server installed on the machine other than
    TIBCO? please clarify.
    [W] I don't know the detail about TIBCO Tuxedo adaptor. Following
    clarifications for your reference,
    1. Tuxedo is an application infrastructure with framework for server and
    client. buildclient is used to generate the client binary and buildserver is
    used for application server linkage.
    2. I guess the TIBCO Tuxedo adaptor is a Tuxedo application client(or
    server?) which acts as a proxy process between TIBCO system and Tuxedo
    applications. So it receives request from TIBCO system and transform the
    requet to native Tuxedo data buffers and make the Tuxedo calls, then relay
    the reply back. So first you have to figure out the exact working model of
    it and check your Tuxedo applications.
    Your reply would be appreciated!
    Thanks a ton in Advance!
    Best Regards,
    Venkatesh Rajendran.

  • JCA Adapter for JDE XE

    We have JDE XE a version prior to 8. Question is can we use JCA Adapter for JDE 8?
    Thanks,
    Channu

    Yes. There is a JCA Adapter that is compatible with JDE-XE SP19 to SP24.

  • JCA adapter for MySQL or databases

    Hi,
    does anyone knows where to get an free/open source JCA adapter for MySQL or databases?
    Juraj

    I remember extending the ResourceAdapter helper classes from IBM's websphere server.
    In most cases your application server would provide a generic class that you extend to add support for more databases.
    In weblogic the resourceadapter deployed on the server includes support for mysql already and so is the case for JBoss.
    If you are using any other server, then try to see how JBoss have implemented their resourceadapter...ResourceAdapters are deployed on the app server as RAR files

  • JCA Adapter for MSMQ in SOA 12c

    Where can I find a good tutorial on how to use JCA Adapter for MSMQ in SOA 12c?

    Actual documentation does include a brief step by step sample, see this:
    http://docs.oracle.com/middleware/1213/adapters/develop-soa-adapters/adptr_msmq.htm#TKADP8788
    Regards
    Juan

  • Is there a JCA adapter for Oracle for use in any J2EE app server

    Anyone know if Oracle actually produce a JCA adapter for integrating with Oracle databases from any application server?
    Or if any other vendor produces such an adapter?
    I can't find any reference to a standalone distribution of such an adapter on the oracle website.
    We are not using the Oracle App server, just want a JCA that can plug into our JCA compliant server and be able to call services and generate events from an oracle database.
    thanks
    Adam

    There are some wireless external hard drives that can be used with the iPad.
    Best iPad External Hard Drive Storage Options
    http://www.unlocktips.com/2012/11/best-ipad-mini-external-hard-drive-memory-stor age-options/
    Another option:
    Expand your iPad's storage capacity with HyperDrive
    http://www.macworld.com/article/1153935/hyperdrive.html
    On the road with a camera, an iPad, and a Hyperdrive
    http://www.macworld.com/article/1160231/ipadhyperdrive.html
     Cheers, Tom

  • Oracle JCA Adapter for JMS

    Is there any tutorial which describes how to setup Oracle JCA Adapter for JMS in a clustered environment?

    If the StreamPayload property does not exist, then the default value false is assumed.
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
    <property name="QueueName" value="RAW_IN_QUEUE"/>
    <property name="DatabaseSchema" value="SCOTT"/>
    <property name="StreamPayload" value="true"/>
    </activation-spec>
    you can add <property name="StreamPayload" value="true"/>
    to the .jca file but rememeber This property is applicable when processing Raw messages, XMLType messages, and ADT type messages for which a payload is specified though an ADT attribute.

  • JCA Adapter for mail servers

    We are trying to write a JCA adpater to connect to a mail server. Can anybody please forward any links pertaining to this?
    Also how do we test an adapter in JDev? And does Jdev provide for any help in developing a JCA adapter?
    Thanks in advance.

    Haven't done this yet, but expect that it will work as with all J2CA 1.5 connectors. OC4J/AS 10.1.3.x supports J2EE 1.4 and therefore J2CA 1.5 and the whole JMS handling is based on J2CA.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                           

  • JCA Adapter for IDMS ?

              any adapter for IDMS ?
              

    Hey Todd,
    By tooling I mean something like visual interspace, though at my end of developement, I dont need 'visual' components, but it would be good to have some stubs and service interface that are tux program specifics. A step more than CCI that resource adapter would offer.
    Like hibernate, a clear layer where I access the db in terms of entities and simple pojos. Simplify the programming model.
    My need is very clear, connect to Tux services, and I'm trying to understand the options, likey JOLT, WTC and now resource adapters. Is there any documentation that could compare these, in terms of programming ease, performance, pros and cons.
    Ah! and compatibility and support with oracle ADF. SALT is as of now not in contention.
    I'm not really fascinated with FML approach, where type safety check or parameter match is left at runtime.
    The project that I'm looking at is very huge in size, lets say more than thousand services
    Your guidance will be very helpful
    Thanks
    Allam
    Edited by: user9130883 on Mar 16, 2010 12:47 PM

  • Tuxedo 10.0 : Problem with MQ Adapter for Tuxedo

    Hi,
    Currently I am working over integration of tuxedo and MQ 6.0 using MQ Adapter which was included in version 10.0. During my work some problem appears, when I execute tmboot I get error message. This problem appears only with TMS when I execute adapter without TMS every thing works fine
    Below I attached all the important files :
    Execution of tmboot
    Boot all admin and server processes? (y/n): y
    Booting all admin and server processes in /tuxedo/tuxconfig
    INFO: BEA Tuxedo, Version 10.0, 64-bit, Patch Level (none)
    INFO: Serial #: 454493271161-2664984303294, Expiration NONE, Maxusers 1000000
    INFO: Licensed to: Customer
    Booting admin processes ...
    exec BBL -A :
    process id=295114 ... Started.
    Booting server processes ...
    exec MQXA -A :
    Failed.
    exec MQXA -A :
    Failed.
    exec MQXA -A :
    Failed.
    exec TM_MQO -- -C file.cfg :
    Failed.
    1 process started.
    ULOG file
    174445.aix!tmloadcf.180380.1.-2: 10-15-2008: Tuxedo Version 10.0, 64-bit
    174445.aix!tmloadcf.180380.1.-2: CMDTUX_CAT:872: INFO: TUXCONFIG file /tuxedo/tuxconfig has been updated
    174454.aix.maxdemo.pl!BBL.295114.1.0: 10-15-2008: Tuxedo Version 10.0, 64-bit, Patch Level (none)
    174454.aix.maxdemo.pl!BBL.295114.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    174454.aix.maxdemo.pl!MQXA.286894.1.0: 10-15-2008: Tuxedo Version 10.0, 64-bit
    174454.aix.maxdemo.pl!MQXA.286894.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    174454.aix.maxdemo.pl!MQXA.286894.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_ASYNC
    174454.aix.maxdemo.pl!MQXA.286894.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    174454.aix.maxdemo.pl!MQXA.286894.1.0: LIBTUX_CAT:300: ERROR: tlogopen: gptblopen: UNIX sys call error - 2
    174454.aix!tmboot.180382.1.-2: 10-15-2008: Tuxedo Version 10.0, 64-bit
    174454.aix!tmboot.180382.1.-2: CMDTUX_CAT:825: ERROR: Process MQXA at MQTESTGSERVER failed with /T tperrno (TPERMERR - resource manager error)
    174454.aix.maxdemo.pl!MQXA.315556.1.0: 10-15-2008: Tuxedo Version 10.0, 64-bit
    174454.aix.maxdemo.pl!MQXA.315556.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    174454.aix.maxdemo.pl!MQXA.315556.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_ASYNC
    174454.aix.maxdemo.pl!MQXA.315556.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    174454.aix.maxdemo.pl!MQXA.315556.1.0: LIBTUX_CAT:300: ERROR: tlogopen: gptblopen: UNIX sys call error - 2
    174454.aix!tmboot.180382.1.-2: CMDTUX_CAT:825: ERROR: Process MQXA at MQTESTGSERVER failed with /T tperrno (TPERMERR - resource manager error)
    174454.aix.maxdemo.pl!MQXA.299166.1.0: 10-15-2008: Tuxedo Version 10.0, 64-bit
    174454.aix.maxdemo.pl!MQXA.299166.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    174454.aix.maxdemo.pl!MQXA.299166.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_ASYNC
    174454.aix.maxdemo.pl!MQXA.299166.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    174454.aix.maxdemo.pl!MQXA.299166.1.0: LIBTUX_CAT:300: ERROR: tlogopen: gptblopen: UNIX sys call error - 2
    174454.aix!tmboot.180382.1.-2: CMDTUX_CAT:825: ERROR: Process MQXA at MQTESTGSERVER failed with /T tperrno (TPERMERR - resource manager error)
    174454.aix.maxdemo.pl!TM_MQO.303262.1.0: 10-15-2008: Tuxedo Version 10.0, 64-bit
    174454.aix.maxdemo.pl!TM_MQO.303262.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    174454.aix.maxdemo.pl!TM_MQO.303262.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_RMERR
    174454.aix.maxdemo.pl!TM_MQO.303262.1.0: TUXMQ_CAT:1000: TPMQ_EATMI tpopen failed error = TPERMERR - resource manager error
    174454.aix.maxdemo.pl!TM_MQO.303262.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() faile
    174454.aix!tmboot.180382.1.-2: CMDTUX_CAT:825: ERROR: Process TM_MQO at MQTESTGSERVER failed with /T tperrno (TPERMERR - resource manager error)
    UBBCONFIG with TMS ( That doesn't work )
    *RESOURCES
    IPCKEY 62345
    MASTER MQTESTGSERVER
    MAXACCESSERS 5
    MAXSERVERS 5
    MAXSERVICES 10
    MODEL SHM
    LDBAL N
    *MACHINES
    DEFAULT:
    APPDIR="/opt/bea/tuxedo/tuxedo10.0/bin/"
    TUXCONFIG="/tuxedo/tuxconfig"
    TUXDIR="/opt/bea/tuxedo/tuxedo10.0/"
    TLOGDEVICE="/tuxedo/logi/current"
    "aix.maxdemo.pl" LMID=MQTESTGSERVER
    *GROUPS
    GROUP1
    TMSNAME=MQXA TMSCOUNT=3 LMID=MQTESTGSERVER GRPNO=1 OPENINFO="MQSeries_XA_RMI:QUEUE.MANAGER"
    *SERVERS
    DEFAULT:
    CLOPT="-A"
    TM_MQO SRVGRP=GROUP1 SRVID=1
    CLOPT="-- -C file.cfg"
    *SERVICES
    file.cfg
    *SERVER
    DEFMAXMSGLEN=2048
    DEFTIMEOUT=60
    *QUEUE_MANAGER
    LQMID=QM1
    NAME=QUEUE.MANAGER
    *SERVICE
    NAME=MQTEST
    LQMID=QM1
    TIMEOUT=30
    TRAN=N
    MQNAME=IN
    REPLYTOQ=OUT
    RM
    TUXEDO/D:tuxd_switch:-lrms -lfs
    TUXEDO/SQL:tuxsql_switch:-lsql -lusort -lrms -lfs
    NONE:tmnull_switch:
    TUXEDO/QM:tuxq_switch:-lqm -ltmib
    # BEA makes no attempt to keep the information in the following samples
    # up to date. To make sure you have correct and complete information for
    # your platform and RM version, please consult your RM vendor.
    # ORACLE 7
    #Oracle_XA:xaosw:-L${ORACLE_HOME}/lib -lxa ${ORACLE_HOME}/lib/libsql.a -lora -lsqlnet -lcore -lnlsrtl -lcore ${ORACLE_HOME}/lib/osntab.o -lsqlnet -lcv6 -lora -lm -lsocke
    # Oracle 9, 10
    Oracle_XA:xaosw:-L${ORACLE_HOME}/lib -lclntsh
    # INFORMIX-Online 5
    INFORMIX-OnLine:infx_xa_switch:${INFORMIXDIR}/lib/esql/libinfxxa.a -lx
    # INFORMIX-Online 6
    #INFORMIX-OnLine:infx_xa_switch:${INFORMIXDIR}/lib/esql/libinfxxa.a ${INFORMIXDIR}/lib/esql/libsql.a ${INFORMIXDIR}/lib/libasf.a ${INFORMIXDIR}/lib/netlib.a ${INFORMIXDIR}/lib/esql/libgen.a ${INFORMIXDIR}/lib/esql/libos.a -lsocket -lm
    #ident "@(#)RM 1.3"
    NONE2:tmnull2_switch:xa.o
    # WebSphere MQ 6.0
    MQSeries_XA_RMI:MQRMIXASwitchDynamic: /usr/mqm/lib64/libmqmxa64.a /usr/mqm/lib64/libmqm.a /usr/mqm/lib64/libmqmcs.a
    UBBCONFIG (working but without TMS)
    *RESOURCES
    IPCKEY 62345
    MASTER MQTESTGSERVER
    MAXACCESSERS 5
    MAXSERVERS 5
    MAXSERVICES 10
    MODEL SHM
    LDBAL N
    *MACHINES
    DEFAULT:
    APPDIR="/opt/bea/tuxedo/tuxedo10.0/bin/"
    TUXCONFIG="/tuxedo/tuxconfig"
    TUXDIR="/opt/bea/tuxedo/tuxedo10.0/"
    "aix.maxdemo.pl" LMID=MQTESTGSERVER
    *GROUPS
    GROUP1
    LMID=MQTESTGSERVER GRPNO=1 OPENINFO=NONE
    *SERVERS
    TM_MQO SRVGRP=GROUP1 SRVID=1
    CLOPT="-- -C file.cfg"
    *SERVICES
    I would be thankful for any support Bartosz Chrabski
    Edited by: Bartosz Chrabski on 2008-10-19 02:11

    Hi,
    As I changed MAXACCESSERS, MAXSERVERS, MAXSERVICES to 100, 50, 50 TM_MQO starts but MQXA still have errors during execution process:
    Execution of tmboot
    Boot all admin and server processes? (y/n): y
    Booting all admin and server processes in /tuxedo/tuxconfig
    INFO: BEA Tuxedo, Version 10.0, 64-bit, Patch Level (none)
    INFO: Serial #: 454493271161-2664984303294, Expiration NONE, Maxusers 1000000
    INFO: Licensed to: Customer
    Booting admin processes ...
    exec BBL -A :
    process id=282800 ... Started.
    Booting server processes ...
    exec MQXA -A :
    Failed.
    exec MQXA -A :
    Failed.
    exec MQXA -A :
    Failed.
    exec TM_MQO -- -C file.cfg :
    process id=319576 ... Started.
    2 processes started.
    ULOG
    125049.aix.maxdemo.pl!BBL.364726.1.0: 10-21-2008: Tuxedo Version 10.0, 64-bit, Patch Level (none)
    125049.aix.maxdemo.pl!BBL.364726.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    125049.aix.maxdemo.pl!MQXA.282810.1.0: 10-21-2008: Tuxedo Version 10.0, 64-bit
    125049.aix.maxdemo.pl!MQXA.282810.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    125049.aix.maxdemo.pl!MQXA.282810.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_ASYNC
    125049.aix.maxdemo.pl!MQXA.282810.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    125049.aix.maxdemo.pl!MQXA.282810.1.0: LIBTUX_CAT:300: ERROR: tlogopen: gptblopen: UNIX sys call error - 2
    125049.aix!tmboot.356520.1.-2: 10-21-2008: Tuxedo Version 10.0, 64-bit
    125049.aix!tmboot.356520.1.-2: CMDTUX_CAT:825: ERROR: Process MQXA at MQTESTGSERVER failed with /T tperrno (TPERMERR - resource manager error)
    125049.aix.maxdemo.pl!MQXA.319578.1.0: 10-21-2008: Tuxedo Version 10.0, 64-bit
    125049.aix.maxdemo.pl!MQXA.319578.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    125049.aix.maxdemo.pl!MQXA.319578.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_oen returned XAER_ASYNC
    125049.aix.maxdemo.pl!MQXA.319578.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    125049.aix.maxdemo.pl!MQXA.319578.1.0: LIBTUX_CAT:300: ERROR: tlogopen: gptblopen: UNIX sys call error - 2
    125049.aix!tmboot.356520.1.-2: CMDTUX_CAT:825: ERROR: Process MQXA at MQTESTGSERVER failed with /T tperrno (TPERMERR - resource manager error)
    125049.aix.maxdemo.pl!MQXA.348360.1.0: 10-21-2008: Tuxedo Version 10.0, 64-bit
    125049.aix.maxdemo.pl!MQXA.348360.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    125049.aix.maxdemo.pl!MQXA.348360.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_ASYNC
    125049.aix.maxdemo.pl!MQXA.348360.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    125049.aix.maxdemo.pl!MQXA.348360.1.0: LIBTUX_CAT:300: ERROR: tlogopen: gptblopen: UNIX sys call error - 2
    125049.aix!tmboot.356520.1.-2: CMDTUX_CAT:825: ERROR: Process MQXA at MQTESTGSERVER failed with /T tperrno (TPERMERR - resource manager error)
    125049.aix.maxdemo.pl!TM_MQO.344110.1.0: 10-21-2008: Tuxedo Version 10.0, 64-bit
    125049.aix.maxdemo.pl!TM_MQO.344110.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    125049.aix.maxdemo.pl!TM_MQO.344110.1.0: TUXMQ_CAT:1055: TPMQ_INFO TM_MQO started
    Edited by: Bartosz Chrabski on 2008-10-21 03:50

  • JCA adapter for lotus notes

    Hi,
    I am working for the integration of Lotus notes (R5) with weblogic server 7.0 using JCA.Can anyone please help me to know about the JCA Resource adapters that are available for Lotus Notes integration with Weblogic 7.0.
    with regards,
    Vinod

    Vinod,
    Have you got anything on this already? Please share.

  • BPEL JCA Adapter for Kenan Arbor/BP ?¿

    Hi, friends
    Somebody knows if an adapter JCA exists, of some supplier or as making it - workaround. To integrate a Oracle BPEL process to Kenan Systems' Arbor Billing Platform.
    (http://www.comverse.com/billing).
    Please facilitate some information in this respect, thank you.
    Carlos
    [email protected]

    Hi Roland,
    We are using Latest Kenan/FX platform.But we are unable to get the idea of how to integrate in BPEL.Could you please give us some more in detail explanation of how to integrate this kenan in BPEL.
    Thanks a lot,
    Bhargavi

  • JCA Adapter and WebSphere 5.1

    Ok
    I give up ... how do you set up the Kodo JCA adapter for WebSphere 5.1 for
    the enterprise version? I seem to always get an error if I try to access it.
    My resource adapter is bound to the name "kodo" and I can see the name in
    the JNDI dump :
    "(top)/nodes/Eleanor/servers/server1/kodo KodoJDO"
    Yet when I try to access the adapter through the CarBean example (JNDI name
    "kodo" specified in the properties file) I always get an error:
    [02/02/04 15:38:38:494 GMT] 3a66b2c2 ConnectionFac I J2CA0122I: Resource
    reference kodo could not be located, so default values of the following are
    used: [Resource-ref settings]
    res-auth: 1 (APPLICATION)
    res-isolation-level: 0 (TRANSACTION_NONE)
    res-sharing-scope: false (UNSHAREABLE)
    res-resolution-control: 999 (undefined)
    [Other attributes]
    isCMP1_x: false (not CMP1.x)
    isJMS: false (not JMS)
    What do i do wrong?
    Cheers
    Sven Erik

    Stijn-
    Are you sure that Kodo is successfully bound into JNDI? If you
    configured it using JCA (i.e., by deploying the kodo.rar), did you I
    successfully configure the adapter as described in the installation
    instructions?
    What is the complete exception and stack trace that you receive when you
    try to look it up?
    In article <[email protected]>, Stijn Van den Enden wrote:
    Hi,
         sorry for my late reply ...
    This is the excerpt of the ejb DD, where the resource ref is defined:
    <resource-ref id="ResourceRef_1073662418157">
         <description></description>
    <res-ref-name>jdo/PersistenceManagerFactory</res-ref-name>
         <res-type>javax.resource.cci.ConnectionFactory</res-type>
         <res-auth>Container</res-auth>
         <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    Kind regards,
    Stijn
    Sven Erik Knop wrote:
    Hallo Stijn
    Could you give me an example of how to add the resource ref to the
    deployment descriptor? I am not familiar with J2EE.
    Cheers
    Sven Erik
    "Stijn Van den Enden" <[email protected]> wrote in message
    news:[email protected]...
    Hi Sven,
    the best way to look up the PersistenceManagerFactory is through the
    JNDI ENC, as Global JNDI names are error prone. So in order to get a
    handle to the PersistenceManagerFactory use the ENC e.g.
    java:comp/env/jdo/PersistenceManagerFactory in your code, add a
    ResourceRef for jdo/PersistenceManagerFactory to the DD, and map it in
    the DD to kodo (Websphere will do the mapping to the right JNDI context
    automatically).
    Cheers,
    Stijn
    Sven Erik Knop wrote:
    This is Kodo 3.0.2 by the way
    "Sven Erik Knop" <[email protected]> wrote in message
    news:[email protected]...
    Ok
    I give up ... how do you set up the Kodo JCA adapter for WebSphere 5.1
    for
    the enterprise version? I seem to always get an error if I try to accessit.
    My resource adapter is bound to the name "kodo" and I can see the name
    in
    the JNDI dump :
    "(top)/nodes/Eleanor/servers/server1/kodo KodoJDO"
    Yet when I try to access the adapter through the CarBean example (JNDIname
    "kodo" specified in the properties file) I always get an error:
    [02/02/04 15:38:38:494 GMT] 3a66b2c2 ConnectionFac I J2CA0122I: Resource
    reference kodo could not be located, so default values of the followingare
    used: [Resource-ref settings]
    res-auth: 1 (APPLICATION)
    res-isolation-level: 0 (TRANSACTION_NONE)
    res-sharing-scope: false (UNSHAREABLE)
    res-resolution-control: 999 (undefined)
    [Other attributes]
    isCMP1_x: false (not CMP1.x)
    isJMS: false (not JMS)
    What do i do wrong?
    Cheers
    Sven Erik
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • OSB JCA Adapter performance issue

    Hi,
    We have to use OSB as an ESB at integration level which need to populate the result from local services e.g. from DB as well as from external services. Actually we need to use switch [split -join] and connector [individual proxy for individual services] features.
    As for external services, we do not have questions but to access data from local system e.g. Database, whether it will be a performance issue in OSB, in case if we are using JCA Adapter and exposing it as a service? Because some one objected that accessing JCA layer in OSB will be a performance issue.
    If some one can shed the light on it, it will be great.
    Thanks & Regards,
    V D

    Hi,
    Have a look at the Developer Guide for OSB... Oracle JCA Adapter for Database is supported... Have a look at the limitations, there's nothing mentioning performance...
    http://docs.oracle.com/cd/E23943_01/dev.1111/e15866/jca.htm#i1110405
    Also have a look at the following blogs... One of them even suggests that jca performs better than xquery with fn-bea:execute-sql...
    http://victor-jan.blogspot.com.au/2012/06/osb-fn-beaexecute-sql-vs-jca-dbadapter.html
    http://reallifeserviceorientedarchitecture.blogspot.com.au/2011/09/oracle-service-bus-osb-and-jca-adapters.html
    If you are still in doubt open a SR with Oracle Support...
    Hope this helps...
    Cheers,
    Vlad

Maybe you are looking for

  • PO with 'Free' indicator set automatically while ME21n

    Hello Experts, While creating PO,the 'free' indicator is going to set automatically. I have checked in document type setting. But could nt find how the tick is setting in PO line item Please help

  • SQL*Loader how to handle decimal place

    Hi all I need to load data into table with number field (12,2) however, the source data is 1,025.02. Then the data cannot be loaded and in log, there is error message Invalid Number Please kindly advise how to handle this in control file? Thanks Thom

  • DBComms exception message, what is it?

    Hi all, I've seen an SQLException raised with a message of DBComms::transmit exception:java.net.SocketException: Connection reset by peer: socket write error My best guess is that this means there was a problem communicating with the database and the

  • How to link C

    Hi, NI team 1.I 've a Oracle dll and i need to load the library and getProcAdress but return NULL.Could you please help... 2.How to i write C# code in to Labwindow CVI 8.5? and how to set the dll as reference in Labwindow? 

  • Won't boot issue acpi_smc_platformplugin

    I have an xserve 10.5.6 having issues with it getting stuck at the gray gear screen. booting into safe mode -verbose it freezes on this error:: "acpismc_platformplugin::getCPUPSSdata - warning: _PSS table invalid; ACPI is probably incomplete" i get t