OSB - Third Party JCA Adapter Deployment

Hi everyone,
I would like to know if OSB 11 supports third party JCA adapter besides Oracle JCA adapter.
If it does, I would like to know how I can generate wsdl and jca files for the thrid party adapter in order to deploy it to OSB. Thanks in advance.
Regards,
K.Hein

The JCA transport of OSB works in conjunction with a built-in JCA adapter framework and JCA-compliant adapters to interact with EIS systems. You may need to develope a custom transport (similar to JCA transport in OSB), to use your custom/third party JCA adapters with it.
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/part_tsdk.htm#sthref962
Better option would be to raise an ER with support and if product development approves the same then a new feature can be introduced in OSB to support third party JCA adapters as part of existing JCA transport/as part of a new transport.
Regards,
Anuj

Similar Messages

  • Problem: Deploy a SSO Third Party Integration Adapter in Portal

    A user want to deploy a SSO third party integration adapter (Novell Access Gateway) in Portal (AS v10.1.2.0.2). And used method in Note 430877.1. They can login through Novell Access Gateway and login Portal, but when click search user button, there always show a blank IE. And no error log. How to resolve? Thanks.

    Hello,
    I have found out that in SAP Portal it must be possible to create a new system from a par-file which is uploaded to portal before.
    I have such a par-file. It is deployed and uploaded to the portal server. And the application which is contained by this PAR is running in SAP Portal.  But when I go to
    System Administration --> System Configuration --> Portal Content --> right mouse click to folder --> new System from par
    then this PAR can not find there.
    I have also tried to upload this PAR manually to portal. But the result is the same. This PAR does not exist in the radiobutton-options to create a new System.
    Please can anybody tell me how to create a system (or a system-template) from an uploaded PAR-file?
    Regards,
    Iris

  • SOA Clustering with third party JCA Adapters

    Hi,
    We are planning to do clustering for our SOA suite which has third party JCA adapters. Some BPELs inside SOA suite will listen to the third party JCA adatper which will listen to third party system and some bpels are listening to the DB adapter for polling the records in DB.
    Say if adapter1 is in node1 is downloading that message from third party system which is big in size and meanwhile if adapter2 in node2 can also start to download the same message which end up in duplicate messages getting download. So in clustering environment, how to make sure that the BPELs wont pick up these duplicate messages from the third party system/ DB where they are listening to it?
    (adapter1 and adapter2 are the instances of the same adapter)
    Is there any way in BPEL to identify if it is duplicate message which is already processed by the BPEL or not? If not is there any other way?
    Thanks
    Sree

    Thanks for the info.
    But the links you provided talks about active-passive cluster configuration. But I am looking for the active-active cluster configuration where I have multiple instances of the JCA adapter running on different nodes. I want to make sure that the message picked up by one JCA adapter instance running on node1 should not be picked by the other JCA adapter instance running on node2.
    Thanks
    Sree

  • How to do XMLDSig using third-party JCA providers?

    Hi all,
    Can anyone please let me know how to do XMLDSig using third-party JCA providers? The Sun XMLDsig documentation says that "A JSR 105 implementation SHOULD use underlying JCA engine classes, such as java.security.Signature and java.security.MessageDigest to perform cryptographic operations", but it doesn't say how to define the JCA provider programmatically. I don't want to change the Providers order in the security.properties file.
    Do we need to make any changes in the JCA provider classes to work with XMLDSig and XML encrypt?
    I'd appreciate your help.
    Joe

      How to identify whether the third party app has registered URL scheme or not. I also send a request mail to the third party app developers regarding URL scheme, but there is no reply from them.

  • Using a Third Party Network Adapter

    I would like to use a third-party network adapter instead of the Realtek network adapter built in to my L955-S5370. Are there any changes I need to make to the laptop before I connect the third-party network adapter? I thought I might want to disable the Realtek adapter in Device Manager.
    Solved!
    Go to Solution.

    Found my answer:
    Before adding a third-party wireless network adapter to a laptop that has a built-in wireless network adapter, you need to disable the laptop's built-in wireless network adapter. There are two ways to do this:
    From the Network and Sharing Center. These instructions from Microsoft were initially written for Windows Vista, but they work the same way for Windows 7 and Windows 8: Enable or disable a network adapter.
    From Device Manager. You don't have to be a 'dummy' to follow these instructions: How to Disable the Original WiFi adapter.
    If the laptop's wireless network adapter is re-enabled every time you reboot, you may need to disable the WLAN AutoConfig service, as follows:
    Go to Administrative Tools > Services
    If the WLAN AutoConfig service is enabled, Stop and then Disable that service.
    The laptops's wireless network adapter is now permanently disabled.

  • Third party wireless adapter?

    I have an older iMac, with OS version 10.1.x; Is there any third party wireless adapter that would support this OS? I am trying to enable my old iMac to connect to our wireless router at my home. Does anyone have a solution as to what I can do?

    Check this out: http://www.macosxhints.com/article.php?story=20050826105609733

  • Third party MHL adapter

    I bought a third party MHL adapter which is compatible with s2 s3 s4 active but when I plug it in my Xperia ™ Z1 it doesn't show up anything on the display whereas when I plug galaxy s4 active with the same adapter it immediately displays. What is wrong with it? Is it my fault or any other fault? Or my way of setup is nor right? 

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    First of all make sure that it is a five pin MHL adapter. It will not work with a 11 pin MHL adapter. 
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Third Party SCORM Adapter 2004 with Oracle Learning Management

    Need to integrate third party SCORM 2004 3rd edition compliance vendor with Oracle Learning Management (R12.1.3). Can anyone help in providing the steps to proceed and prerequisite required from Oracle and Third vendor.
    regards,
    Arunachalam

    Hi Siva,
    The below is available on support:
    Installing SCORM Compliant Content on Oracle Learning Management [ID 374715.1]
    This should tell you how to register your SCORM adapter.

  • Third-Party libs in deployment archive

    Hello!
    I have a question - is it possible to add the third-party libs in .zip format in APP-INF/lib directory of my "ear" ? As far as I can see, WebLogic does not recognize it to be a java class archive.
    Thanks

    Hi,
    If this is an issue of having the class files inside a zip or a jar file, then just rename the .zip to .jar, as a jar file is just a zip with a different extension.
    If this is about a limitation on WL, then AFAICT, there is nothing in the standard that mandates that a zip file should be treated as a jar file from the ClassLoader point of view (but just when loading classes, not when looking for resources.)
    Regards,
    LG

  • During deployment include certain third party jars using deployment API.

    I am trying to deploy using the weblogic deployment API ( Weblogic 10.0) and want to include certain external jars during the deployment process. I have found that one way is to provide in the setWLSenv.bat but I cannot include the external jars that are runtime specific.
    In websphere we can pass the classess as a parameter (-cp) to the WAS Deploy tool (ejbdeploy) but need to find how to do it in Weblogic 10.0
    Edited by: user10643013 on Nov 23, 2008 10:40 AM

    IDE and Maven have nothing to do with it.
    You need to look at your Oracle AS docs and put the 3rd party JARs in the directory where it expects to find them. I don't know where that is. Most Java EE app servers are different. WebLogic uses an APP-INF directory at the top level of the EAR file. I don't believe it's a Java EE standard. There's more variability in EAR arrangements than there is for WAR files. Those are standard.
    %

  • Third party JMS adapter

    Hi all,
    Is there any vendor provides JMS adatper for SAP XI/PI?  I checked with iWay, they don't have it. 
    I am looking for JMS adapter with additional capabilities to what SAP provides.
    1) Send/Receive message to JMS Topic instead of queue (standard SAP provided JMS adapter doesn't support this)
    2) SSL over JMS  (seems like SAP adapter doesn't support this either
    3) SOAP over JMS (it is also not supported either).
    Thanks..HP

    The SOAP adapter can be enhanced by the Axis frameworkAxis is open source software from Apache.
    http://help.sap.com/saphelp_nw04/helpdata/en/45/a3c48c87cd0039e10000000a11466f/frameset.htm
    I do not find JMS in the online help, I have to check the FAQ of the Axis adapter.
    SOAP over JMS is not a standard, so in principle you can simple create a SOAP message and send this with JMS adapter. That depends on the JMS broker.
    Regards
    Stefan

  • Is there any dependency between third-party adapter and XI system service?

    Hi Friends,
    I'm developing a thrid-party JCA adapter(deployed under sap.com) on SAP XI? In the adapter, it will use "ModuleProcessor" EJB system service.
    I found sometimes if the JCA adapter cannot be started correctly, the other system service also not started. And checking the log, I found the reason the JCA adapter not started, is because the "ModuleProcessor" EJB system service is not started.
    so just want to know is there any dependency between third-party adapter and XI system service?
    Thanks & Regards,
    Jason

    Hi soo.richard,
    You say it could be intruders cutting in - same problem/solution as for any network I think. Access can be password protected or access limited via MAC address filtering. I'm not sure how Apple Tv works with a hidden SSID but that would be another option.
    Airplay itself can be password protected through the airplay settings.
    I'm not sure if Apple TV works with other authentication such as a password but maybe the manual will assist with this?
    Hope this helps.

  • Soap Adapter (What info needs to be provided to the Third Party Developer)

    I have the following scenario
    Third Party --> Soap Adapter --> XI --> IdocAdapter --> R3
    My specific question is, what information do I need to provide to the Third Party team in order for them to successfully send a message to XI. (Note that I am using SOAP Adapter)
    1. What is the URL that they will need? the syntax/format?
    2. Do I need to provide a userid and pwd and if so, which userid is normally used.
    3. I think I will need to provide the WSDL also ( I have already generated this). Is this right ?
    4. Any other information that they will need from me.
    Thanks in advance for your responses.
    - Ravi

    James,
    Thanks for you answer. I am using XI 2.0
    1. Would you happen to know what the URL Format for 2.0 is for defining the Web Service.
    2. Also, would the User be an XI user ?
    3. Also, since they are asking me for a URL to the WSDL and not a text file, is there a way to publish it as a URL in 2.0. If not, what's the normally used method of publishing it.
    4. I tried using XmlSpy to send the Soap request and when i provide the WSDL, i get the following error:
    "Schema Error - Undefined schema component 'xmlns' encountered - expected: (abstract | block | final | id | mixed | name)". Is this a common problem with the wsdl and how do i fix this.
    Thanks,
    Ravi
    Message was edited by: ravi kumar
    Message was edited by: ravi kumar

  • ActiveMQ (Apache Incubator) as third party JMS

    has anyone tried to configure activeMQ by Apache as third party JMS Adapter? How must it be configured?
    Thank you for any help ...

    We have a howto on how to configure and deploy ActiveMQ to OC4J:
    http://www.oracle.com/technology/tech/java/oc4j/10131/how_to/how-to-use-activemq-JCA-RA/doc/how-to-use-activemq-JCA-RA.html
    And download page:
    http://download.oracle.com/technology/tech/java/oc4j/10131/how_to/how-to-use-activemq-JCA-RA.zip

  • Sso with third party java application.

    hi all,
    I want to have single signon for third party java application deployed on websphere 5.0 advanced server .
    I am using SAP EP6.0 SP13 .
    Can anybody help me out.
    thanx in advance.....
    Sarang

    Hi Sarang
    Please refer to the following thread. It should answer your question.
    SSO between SAP EP and JAVA app on WebSphere Application Server 5.1
    Also refer to the following document.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/ibm/how to set up sso between sap enterprise portal and ibm websphere portal using tai.pdf
    Hope that was helpful.
    Warm Regards
    Priya

Maybe you are looking for

  • Inbound IDOC processing, error duplicate key

    We want to retrieve certain order-idocs in our system, before they are processed, to change AND insert segment data. Flow we use in our current program - DOC_STATUS_WRITE_TO_DATABASE to change the status of the idoc (ok) (status 69) - EDI_DOCUMENT_OP

  • Software not talking...

    Just a little heads up for those that use the W540 as a real Workstation with the newer "State of the Art" software that sees designed for dumb terminals. Adobe Acrobat works great, and communicates to the user what is happening while doing housekeep

  • Keeps showing update

    In the last week whenever I go to the App store, it indicates one app has an update (DateLine), but I know this isn't an update because they company can't upload fixes several times in a day or every day for a week. I know the answer is just to ignor

  • Windows  not working

    I have a new iMac G5 (iSight) and now every time I try to open a word/powerpoint/excel document is says (error code -10660) However, if I open up word first, and then open up a word document it works. How can I get this fixed?

  • Query Builder - Reference

    Hi, I am new to Query Builder.  I have to find out all the reports thats using a particular Universe.  I cannot do it manually.  Please let me know the reference for query builder tool.  I am unable to find anything in help.sap.com/product guides Tha