cancel
Showing results for 
Search instead for 
Did you mean: 

PI Module: info on VERSION_ID + serialVersionUID + location.debugT ?

Former Member
0 Kudos

hi,

I'm currently creating a Module for a PI 7.11 FILE adapter, based on this doc http://scn.sap.com/docs/DOC-3816

For the moment, I only configurated NWDS... and in some days it will be connected to NWDI.

But before that, I would like to know more about two lines of code...

How to manage properly VERSION_ID and serialVersionUID ?  is that coming from NWDI itself (auto-generating) or do we have to define them manually (and with which naming convention) ?

public class XMLElementEncryptionBean implements SessionBean, Module {

     public static final String VERSION_ID = "$Id://tc/aii/30_REL/src/_adapters/_module/java/user/module/XMLElementEncrypt.java#1 $";

     static final long serialVersionUID = 7435850550539048631L;

               ...

}

What's about the instruction "location.debugT(SIGNATURE,..." ?

is it only for debugging in NWDS ? or is it something that I can also show in PI logs during runtime ?

I will apreciate your inputs.

Thanks.

Mickael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Discussion moved to PI forum... http://scn.sap.com/thread/3450115

Mickael