cancel
Showing results for 
Search instead for 
Did you mean: 

Location of custom modules in PI/PO

Former Member
0 Kudos

Hi ,

One of our colleague deployed ear file of custom module from NWDS in our PI server some time back .Now he left from our organization .We have requirement to edit the custom module .Can we get the ear file from some where in PI server to do the changes and redeploy ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Getting the ear file and then decompile the java class and then get the code is also not easy.

Also the decompiler does not generate the actual java code, there is a chance of mismatch always.

That's why the best practice is create an imported archive under the namespace for the interface and upload the ejb java program so that every body can see the code and made the changes whenever necessary.

If you know the requirement and if there is not that much coding , I would suggest to create it from scratch.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f013e82c-e56e-2910-c3ae-c602a67b9...

Former Member
0 Kudos

Hello,

Check very similar thread

Thanks

Amit Srivastava