cancel
Showing results for 
Search instead for 
Did you mean: 

Wildfly resource adapter for SAP JRA and sapjco3

Naga24
Newcomer
0 Kudos

Hi,

I am looking for SAP Java resource adapter for sapjco3 implementation. We have sapjra.jar and sapjco2 libraries which we are using to connect to SAP system using Wildfly resource adapter module. 

The current sapjra.jar which is sapjco2 implementation has 

managedconnectionfactory class as com.sap.mw.jco.jra.JRA$ManagedConnectionFactoryImpl, connectionfactory impl class as com.sap.mw.jco.jra.JRA$ConnectionFactoryImpl,  and connection impl class as com.sap.mw.jco.jra.JRA$ConnectionImpl which are internally using sapjco2's com.sap.mw.jco libraries.

We are currently planning to move to sapjco3. I need equivalent sapjra.jar file which has implementation of sapjco3's JCO with managedconnectionfactory, connectionfactory impl, and connection impl classes.

Please help me in getting JRA implementation of sapjco3. 

 

 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert

Hi, 

A JRA for JCo3 provided by SAP does exist only within NetWeaver Application Server Java. For other environments, there is none. It makes much more sense do natively use the JCo API. The generic APIs often don't fit to the models of JCo. Therefore, I strongly recommend that you look into this direction

Best regards,
Markus

HAL9000
Product and Topic Expert
Product and Topic Expert
0 Kudos

The SAP Java Resource Adapter (JRA) is a pre-installed J2EE connector in the SAP NetWeaver Application Server Java. It is not available separately for installing it into other 3rd party J2EE Web Application Server environments.

Extracting/copying sapjra.jar from an SAP NW AS Java installation and using it outside of this environment, is not supported and I think, is also a violation of your SAP license.

Use SAP Java Connector 3.1 directly instead. Anyway, it offers better performance, more features and is easier to handle compared to JRA.