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                                                                                                                                                                                                                                                                                                                                                                                                           

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.

  • 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

  • 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 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

  • 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

  • JCA Adapter Postprocessing with OSB

    Hi,
    I am using JCA file adapter with OSB to generate flatfile output from xml (nxsd). I would like to know if it is possible to use JCA adapter post processing with OSB. (JCA pipeline and valves). Please let me know if you have tried this.
    Thank you
    Matt

    Pre and post processing is not supporting in JCA Adapter for File/FTP certified on OSB. Check section 25.2.2.3 Oracle JCA Adapters for Files/FTP Limitations in below link.
    http://docs.oracle.com/cd/E23943_01/dev.1111/e15866/jca.htm#OSBDV910
    However, according to below link it does work nonetheless. I havnt tried it, may be you can try it out as given in the link below and let us know.
    Jca adapter Valves in OSB
    Edited by: AbhishekJ on Feb 26, 2013 10:26 PM

  • BRM JCA Adapter Client

    Hi ,
    I am using BRM 7.3 system and have deployed the JCA adapter for it on the Oracle applciation Server . So to interact with the BRM system I need to have a client . How do I send and receive messges to and from BRM system using the JCA adapter , can somebody help me out with this .........
    Regards

    招聘J2EE程序员/分析员/数据库开发/项目经理
    招聘职位:J2EE高级程序员(深圳)
    4 年以上 IT 工作经验
    掌握OCBRM (Oracle Communication for Billing, Revenue Management) Java API 开发技术 (必须)
    熟练J2EE Web开发技术 月薪8K以上可面议
    猎头顾问:李先生 电话:0755-26499588-17 email:[email protected]
    注:我们的客户公司都是深圳的大型IT公司。我公司招聘的任何职位均不对求职者收费。
    招聘职位:J2EE高级程序员(深圳)
    1. 3年以上J2ee开发经验,熟练掌握JSP,Servlet,Struts, Spring 和Hibernet.
    2. 要求具备Portal项目(Jboss/Oracle/IBM/BEA)开发经验.
    3. 熟练掌握数据库,能理解和维护复杂的SQL, 熟悉Oracle者优先.
    4. 熟悉Oracle PL/SQL或者 Devloper6i 者优先.
    5. 语言表达流畅思维清晰,善于和客户沟通,能听说广东话优先.月薪5-7K
    招聘职位:J2EE系统分析员(深圳)
    1 4年以上J2EE系统开发、分析设计和项目管理经验
    2 精通Java,UML, design pattern
    3 熟悉无线分布式系统开发项目
    4 熟悉大型项目的需求分析、架构设计、开发流程以及文档 月薪8-10K
    招聘职位:项目经理(电信营销类)-派往南京
    1、大学本科,计算机/电子相关专业,有3年以上项目经理相关工作经验,具团队合作精神,组织、应变能力强,有上进心和学习精神;
    2、有一定的技术背景,能独立完成项目的需求沟通、分析和设计,熟悉Rational Rose, oracle, java/jsp/javabean,.com;
    3、有良好的沟通技巧,较强的文档撰写及标书讲解能力,思维敏捷,较强的组织能力、管理能力和执行力;
    4、 有1年以上网站运营管理工作经验,熟悉电子商务网站建设过程,有2年以上项目管理经验及完整的售前、售中项目管理经验。有中国电信网站运营工作经验者优先。
    5、能承受较大工作压力,能适应长期出差。薪资5-10K 有业绩提成
    招聘职位:项目经理(网站策划开发类)
    1、大学本科,计算机/电子相关专业,团队精神、组织、应变能力强,有上进心和学习精神;
    2、有较强的技术背景,能独立完成项目的需求沟通、分析和设计,熟悉Rational Rose, oracle, java/jsp/javabean,asp.net等;
    3、有良好的沟通技巧,较强的文档撰写及标书讲解能力;有积极的思维,强的学习能力和强的执行力;
    4、在互联网工作过一年或以上,熟悉电子商务网站建设过程,有两年以上项目管理经验和完整的售前、售中项目管理经验。有政府行业或大型应用型门户/网站的开发与管理经验优先考虑。
    5、能适应出差。
    招聘职位:HyperionDeveloper
    1 2年以上大型数据库应用系统开发经验,熟悉一种以上主流数据库(Oracle、IBMDB2、Sybase、Informix、MicrosoftSQLServer);
    2 至少1年DW系统前端展现工作经验,精通Hyperion系列产品,特别是Hyperion Essbase/Hyperion Reporting/Hyperion Planning;
    3 工作认真、负责,有良好的团队合作精神,良好的分析能力与沟通技巧;
    良好的沟通表达(英语或广东话)和英文文档交付能力;月薪5-7K
    招聘职位:HyperionAdvancedDeveloper
    1.Daily loading of data/metadata into the Liz Claiborne Hyperion application
    (s)
    2.Ability to use Application Manager/Administration Services to design,
    create and maintain applications, databases, data load rules, calc scripts
    and report scripts.
    3.Works with internal customers to consistently improve and refine processes
    and procedures as it related to Planning & Analysis.
    4.Collaborates with the Director Financial Planning & Analysis in the
    development of the Strategic Plan, Annual Budget and monthly forecast’s.
    5.Manage security within the Hyperion suite
    6.Designs, Develops, and implements new reporting & analysis solutions within
    the Hyperion suite
    7.Serve as Internal Functional Helpdesk as it relates to the Hyperion suite.
    8.Design & Maintain documentation on system process flows, changes, enhancements.
    9.Must be able to act independently to resolve problems.
    10.Other duties and projects as required
    11.Create and Maintain reports within Microstrategy Business Intelligence application
    12.Ability to create and maintain reports written in JDE 月薪8K左右

Maybe you are looking for

  • How can I get back the Styles Drawer in Pages 5?

    The Pages Styles Drawer allowed the quick highlighting/assignment ot a style to text. In long complex documents the open drawer made Style assignment quick and easy. NO MORE. Unless I am missing some command the Styles Drawer has been replaced by a n

  • How to put a web link in the detailed navigation

    How can you put a web link in the detailed navigation? I know that if your role contains iviews that are 3 levels down (default), then the link to the iview will appear in the detailed navigation. But, I want to put a link to a external site in the d

  • Software for code management

    I wanted to know if there is any software for management of code from sun ?? .. something like Visual Source Safe ... If you know any others used popularly please let me know.. I am looking for something easy to use for windows users...

  • Does my Airport Express have to be directly in view with my iMac?

    or can i put it in a wood cabinet.....just 8ft away from my iMac. It's not far away, but it would be completely enclosed in a wood entertainment cabinet. Thanks, Chris

  • N9 suggestions for future update

    1. enable all hardware is in n9 like fm radio, transmiter, video call. and all other iI dont know. 2. fix buges with gps, email and mms, swype(if iI choose suggested word, it wrotes two words first i swiped and second i choose.),  browser (enable to