Facades and Compilation
Procedure
If you use some of the additional interfaces for SAP JRA ( ResultMap, ConnectionSpecFactory, XMLConverter , and so on) or if you use JRA server functionality, then your application should reference to:
-
DC tc/bl/jra/api ,
for compilation at development time on NW05.
This facade can also be found in perforce 3301 under
//engine/j2ee.facades/<context>/src/customer.facades/_core.jra.api/
For the runtime, your application should also contain an additional descriptor application-j2ee-engine.xml :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application-j2ee-engine SYSTEM 'application-j2ee-engine.dtd'>
<application-j2ee-engine>
<provider-name>sap.com</provider-name>
<reference reference-type="weak">
<reference-target target-type="application" provider-name="sap.com">
tc~bl~jra~api
</reference-target>
</reference>
<fail-over-enable mode="disable" />
</application-j2ee-engine>
On NW04 and NW04s for compilation add sapjra.jar as external library to your project.