jca
Understanding the @ConnectionDefinitions annotation in jca 1.6
I cannot find an example that shows a use case for using the plural @ConnectionDefinitions on a ManagedConnectionFactory implementation.What confuses me is that the singular @ConnectionDefin开发者_如何[详细]
2023-04-11 06:41 分类:问答Java implementations of TSP, OCSP and CMS
I\'m trying to understand java APIs for digital signatures. I should use custom cryptoprovider to compose digit开发者_如何学Pythonal signature. I know how to sign document and get detached signature u[详细]
2023-04-10 20:37 分类:问答How to create your own security provider with some crypto algorithm?
Using official tutorial i understood the main principles of Java Cryptography Architecture. But neither the officials nor internet gives me anything distinct about creating my own provider and impleme[详细]
2023-04-08 16:26 分类:问答How to ensure server certificate is created with which private key through java
Customer has created key and certificate using openssl command below openssl req -newkey rsa:1024 -sha1 -keyout OCkey.pem -out OCreq.pem -subj \"/C=country/L=city/O=OCserver/OU=myLab/CN=OCserverName[详细]
2023-04-08 10:42 分类:问答How to marry NioServerSocketChannelFactory and WorkManager
I am looking to implement a JCA Resource adapter to accept socket connections from within J2EE container. I开发者_运维问答 need to somehow be able to use WorkManager to manage threads in netty\'s NioS[详细]
2023-03-27 16:16 分类:问答Migrating from JCA to OSGI Is it a good idea?
I have a JCA adapter for connecting to EIS. Is it a good idea to replace the adapter with an OSGI module?[详细]
2023-03-24 23:35 分类:问答SFTP JCA Connector?
I\'m building a Spring 3.0 app that is running on JBoss 6.x.I have a need for my application to access files (get and put) via sftp.Having never done this before, I did some research and found that Sp[详细]
2023-03-21 00:29 分类:问答HornetQ Integrate with Glassfish Using JCA
how to integrate the hornetq 开发者_JAVA百科with glassfish using JCA ? Thanks. I believe there\'s some work to be done in order to integrate HornetQ on glassfish:[详细]
2023-03-18 18:03 分类:问答Define cipher suite for TLS in JCA
I want the support of the following cipher suites in TLS using JCA: TLS_PSK_WITH_3DES_EDE_CBC_SHA TLS_PSK_WITH_AES_128_CBC_SHA[详细]
2023-03-11 04:16 分类:问答Can you use ActivationSpec values to initialize MDB?
I have a JCA res开发者_如何学Goource adapter that sends messages to a message-driven bean (MDB).I would like to be able to use the ActivationSpec properties to initialize the MDB instance.Is it possib[详细]
2023-02-25 10:02 分类:问答