jca
Multiple Datasource-Files in one EAR
I\'m testing the sapbabijca for jboss 6. Currently i have 2 -ds.xml files in my ear. One is for my jdbc connection, the other contains the config of my sap connector. Now, when i try to deploy my ear开[详细]
2023-02-22 02:52 分类:问答JCA Adapter Packaging
I have a question regarding packaging of a JCA adapter. I have packaged a few jar files inside my JCA adapter rar file. I am using Weblogic. I would like to know whether the jar files placed inside th[详细]
2023-02-14 07:13 分类:问答Create DES key from 56 bit binary string
I have a 56 bit binary string that i want to use as the secret key for DES encryption. I found the following code at the JCA docs website[详细]
2023-02-10 01:22 分类:问答Java Connector Architecture and TCP/IP
So my most basic question here is: how do you build TCP interfaces into your Java EE applications? Instead of interacting with a legacy EIS, I need to interact with a block of TCP/IP ports. Ideally, I[详细]
2023-02-06 17:27 分类:问答JCA sample implementations
I need to develop a JCA adapter and am looking for some references. I searched on Amazon, and found only 2 JCA books and one of them has pretty bad comments. So I guess that left me with only one book[详细]
2023-01-30 00:37 分类:问答Does a JCA 1.6 ResourceAdapter need a ManagedConnectionFactory?
I have written a JCA resource adapter before. However, now I find myself in a position of having to write one solely to get access to the BootstrapContext and its associated WorkManager, and effectiv[详细]
2023-01-25 16:24 分类:问答Use cases for JCA
I read that JCA is for legacy EIS integration. Is this spec geared towards vendors and not the application developer? I am curious to know of use cases where developers wrote JCA adapters to solve the[详细]
2023-01-25 04:06 分类:问答Get reference to the EJB3 local business interface inside the JCA adapter
I\'d like to开发者_开发问答 know whether it is possible to get a reference to the ejb3 local business interfaces inside the jca adapter?[详细]
2022-12-22 20:00 分类:问答Different kind of Java EE projects
What is the different between different 开发者_如何学JAVAkind of Java EE projects in Eclipse WTP?[详细]
2022-12-16 14:02 分类:问答