
Change the configuration files used to build the RAR file.
Change the namespace from com.sap.aii.af.sample.adapter.ra to com.test.YourAdapter.adapter.ra .
Change the adapter display file name references from sample_ra to YourAdapter_ra.
More information: Stand-Alone Deployment as RAR
Change the adapter namespace from: http://sap.com/xi/XI/sample to http://sap.com/xi/XI/YourAdapter
Change the adapter display name from sample_ra to YourAdapterName_ra.
More information: Stand-Alone Deployment as RAR
Verify that the reference in SAP_MANIFEST.MF has also been changed from com.sap.aii.af.sample.adapter.ra-dd.xml to com.test.YourAdapter.adapter.ra-dd.xml . (This should have already been done with step 3.1 above.)
More information: Stand-Alone Deployment as RAR