cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment of resource adapter (JCA 1.5)

Former Member
0 Kudos

Hi,

how can i deploy a resource adapter (JCA 1.5) on SAP NetWeaver 6.40?

All of my sources are compiled with jca 1.5 from the library

\usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext\j2eeca\connector.jar

This jar file contains the Schema file connector_1_5.xsd.

My ra.xml validate against this schema.

If i try to deploy ra with the Visual Admin or Deploy Tool, it fails.

thnks in advance.

regards

Christoph

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vladimir,

please refer to:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e1515a37-0301-0010-b2bb-99780cb4...

On the page 9 you will find:

"In some areas, the J2EE certified SAP Web AS 6.40 exceeds the standards of the specification.

Two examples of this are the implementation of Java Connector Architecture (JCA) 1.5 and the ability to support the WS-I-Standard for the all-important Web services area."

And again this,

after the installation of NetWeaver i found a jar file

(usrsapJ2EJC00j2eeclusterserver0inservicesconnectorconnectorimpl.jar)

that contained classes for jca 1.5 deployment in package

comsapengineservicesconnectorjca15deploy.

But i don't know, how to use this classes.

regards

Vlado
Advisor
Advisor
0 Kudos

Hi Christoph,

JCA 1.5 is part of J2EE 1.4. SAP NetWeaver 04 (Web AS 6.40) is J2EE 1.3 compliant and supports only JCA 1.0 development. The procedure is described <a href="http://help.sap.com/saphelp_nw04/helpdata/en/97/fabc3d8af79633e10000000a11405a/frameset.htm">here</a>.

However, if you want to try a JCA 1.5 resource adapter application, you can download and install the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da699d27-0b01-0010-99b0-f11458f31ef2">SAP NetWeaver Application Server, Java EE 5 Edition</a> which is fully Java EE 5 compatible and previews some of the features that will be available in the upcoming SAP NetWeaver Composition Environment.

Regards,

Vladimir