cancel
Showing results for 
Search instead for 
Did you mean: 

Module processor deployment.

Former Member
0 Kudos

Hi All,

I hav written a custom module processor.i even hav a helper class which is called in the module processor.I developed it thru NWDS.But when i try to deploy the ear file that is generated out of the jar file of the module,it is giving a warning that the libraries hav a hard reference on the server.

the application-j2ee-engine.xml looks like the following:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">

<application-j2ee-engine>

<reference

reference-type="hard">

<reference-target

provider-name="sap.com"

target-type="library">com.sap.aii.af.lib</reference-target>

</reference>

<reference

reference-type="hard">

<reference-target

provider-name="sap.com"

target-type="service">com.sap.aii.adapter.xi.svc</reference-target>

</reference>

<reference

reference-type="hard">

<reference-target

provider-name="sap.com"

target-type="service">com.sap.aii.af.svc</reference-target>

</reference>

<reference

reference-type="hard">

<reference-target

provider-name="sap.com"

target-type="service">com.sap.aii.af.cpa.svc</reference-target>

</reference>

<fail-over-enable

mode="disable"/>

</application-j2ee-engine>

Can anyone help me out in deploying the module processor.

Thnx in Advance

Anil.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Anil,

Just change the reference to "weak". The warning is because if the reference is "hard" it is assumed the libraries referenced are deployed and are running.

Regards

Sidharth

Former Member
0 Kudos

Hi Sidharth,

Can u gimme ur yahoo mail id so that i can put u few questions offline regarding the deployement.I hav a dead line and hence i can't go for this SDN.

Thnq

Anil.

Former Member
0 Kudos

Hi Sidh,

Thnx for ur help.....I got my prob solved.

Anil

0 Kudos

Hi Anil,

Its great that your problem is solved but what was the problem. Was it related to changing of related to changing of references.

If you are in a position please do post the problem and how you solved it.

Regards

Sidharth