cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy adapter module in PI 7.1

Former Member
0 Kudos

Hi everybody,

I have made the changes to the module i developed in 7.0 as per stefnans blog

/people/stefan.grube/blog/2008/12/11/adjust-your-pi-70-adapter-modules-for-pi-71-in-15-minutes

Do i have to create the ear file and deploy it?..or is there some other way..

cos i see there is no visual admin...its nwa here right?

how can i chek if the module has been deployed?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

For testing, you can deploy the EAR direct from NWDS.

Check the How-to-Guide for Adapter development for PI 7.1

Former Member
0 Kudos

Hi Stefan,

I have a small confusion here..

I have made the changes as per ur blog...

I have developed the module for 7.0 using NWDS 7.0.9...j2sdk1.4

as i see NWDS 7.1 requires java 1.5 and above, Im wondering if i have to redo the entire modulle in NWDS 7.1?

or would it just suffice to modify all the statementsin ur blog...

@ Jyothi :Really appreciate ur reply..can u suggest something on the above

Edited by: Ravindra Teja on Aug 20, 2009 1:17 PM

Edited by: Ravindra Teja on Aug 20, 2009 1:20 PM

jyothi_anagani
Active Contributor
0 Kudos

Hi Ravindra,

Sorry I dont have much idea on PI 7.1 settings.. I can help you is its PI 7.0

Thanks.

stefan_grube
Active Contributor
0 Kudos

> as i see NWDS 7.1 requires java 1.5 and above, Im wondering if i have to redo the entire modulle in NWDS 7.1?

Yes, this is recommended.

You cannot deploy PI 7.1 stuff from NWDS 7.0.

Former Member
0 Kudos

Hi Ravindra,

Whatever Stefan said that is correct.

Check this link

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00838345-708c-2a10-1199-9514c0b0a91c&overrid...

Regards

Ramesh

Former Member
0 Kudos

Thnx a ton..

will redo and revert if i come across any errors

sincerely appreciate ur inputs guys

Regards,

Ravindra

Former Member
0 Kudos

Hi Stefan,

Accoriding to the how to guide..

In the pop up of the project wizard, you have to enter a project name, set Target Runtime to SAP Libraries and set the Configurations to SAP EJB J2EE 1.4 Projects.

Im not getting this part..do i have put diff jars?

Former Member
0 Kudos

Hi Experts,

I have deployed the adapter module...im able to see it in nwa too...

im getting confused in the module config in the communication channel....

I put the adaptermodule ejb then callsapadapter..but what do i put in the module key..

can ne one guide me pls

Former Member
0 Kudos

Hi Teja,

In the Module key you can give any value like integers, but this value should be use in the MODULATION CONFIGURATION in Module key field.

Regards

Ramesh

Former Member
0 Kudos

Hi Ravindra,

Did you solve the issue with not seeing the Target Runtime = 'SAP Libraries' and the Configurations = SAP EJB J2EE 1.4 Projects?

I have same issue now, for NWDS 7.1 SP07 on Windows 7.

Thanx, Walter.

Answers (2)

Answers (2)

Former Member
0 Kudos

Can help m epls..im stuck

Former Member
0 Kudos

module key is the name which you give in the descriptors - that is the name it stores in the directory.

ejb-jar.xml and one more file....m not in my office else wud have told you what exactly it is.

jyothi_anagani
Active Contributor
0 Kudos

Hi Ravindra,

Refer this link...

[Developing User Enhancement Modules in the Adapter Engine 7.1|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00838345-708c-2a10-1199-9514c0b0a91c&overridelayout=true]

Look at the page 38...

Thanks.