cancel
Showing results for 
Search instead for 
Did you mean: 

Help Required in Adapter Module Development

jyothi_anagani
Active Contributor
0 Kudos

Hi Experts,

We are doing Adapter Module Development to read the Excel file. We are using additional library jxl.

To create an EAR file We should have Enterprise Aplication Project,There We will select Our EJB Project as reference. In that We need to assign references in application-j2ee-engine.xml. Like


com.sap.aii.af.lib
com.sap.aii.adapter.xi.svc
com.sap.aii.af.svc
com.sap.aii.af.cpa.svc
com.sap.aii.af.cpa.svc

Do We need to add the External library jxl also. If yes HOW?

Then what are the values for this parameters.


Reference Target
Reference type
Reference target type
Provider Name

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

I hav worked on this requirement.

We dont need to add jxl library details in application-j2ee-.xml

Regards,

Syed Umar.

Edited by: Umar Syed on Jun 4, 2009 12:40 PM

Answers (5)

Answers (5)

jyothi_anagani
Active Contributor
0 Kudos

Answered

Former Member
0 Kudos

No need to delete the libraries from EAR file-.

U can deploy the EAR file directly.

Regards,

Syed

stefan_grube
Active Contributor
0 Kudos

When you deploy the library in the same EAR file, you need not add an external reference.

If you create a library project for the jxl, then you deploy that library SDA first and reference this library.

Regards

Stefan

Former Member
0 Kudos

The deployed application need to reference the libraries and services in the deployed J2EE engine.

so we need to add references for PI 7.1 to these and not to jxl library.

engine.security.facade hard service

engine.security.facade hard library

com.sap.aii.af.svc.facade hard service

com.sap.aii.af.ifc.facade hard interface

com.sap.aii.af.lib.facade hard library

com.sap.base.technology.facade hard library

Regards,

Syed

Shabarish_Nair
Active Contributor
0 Kudos

did you have a chance to look at this?

/people/shabarish.vijayakumar/blog/2009/04/05/excel-files--how-to-handle-them-in-sap-xipi-the-alternatives

jyothi_anagani
Active Contributor
0 Kudos

Yes We have seen that Blog. Our Question is Do we need to add jxl as reference in application-j2ee-engine.xml or Not.

Thanks.

Shabarish_Nair
Active Contributor
0 Kudos

>

> Yes We have seen that Blog. Our Question is Do we need to add jxl as reference in application-j2ee-engine.xml or Not.

>

> Thanks.

no. the jxl library needs to be added only as external jars to the project

jyothi_anagani
Active Contributor
0 Kudos

Thanks for your Reply. One more doubt. After generation of EAR is it necessary to delete the libraries from EAR. if yes How?

Thanks.

Shabarish_Nair
Active Contributor
0 Kudos

the libraries should be part of the EAR

jyothi_anagani
Active Contributor
0 Kudos

We read in the below pdf and in some blogs that we have to delete the libraries.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c...

Refer pageNo:12.

Sentence was like this

Make sure that the libraries are not inside the generated EAR file, or delete them

using WinZip.

Thanks.

Shabarish_Nair
Active Contributor
0 Kudos

i guess the reference is to the standard SAP libraries and not the external libraries

jyothi_anagani
Active Contributor
0 Kudos

So Do you mean to say that we have to delete the standard libraries and not to delete the jxl.

Thanks.

stefan_grube
Active Contributor
0 Kudos

> So Do you mean to say that we have to delete the standard libraries and not to delete the jxl.

Yes, that is correct.