Hi,
Although this sounds like a generic question, I've searched all over and am not able to find the solution.
I'm exporting masthead par file from 6.40 to 7.3 and there were many errors when I imported the par file into NWDS 7.3 due to the missing libraries. I managed to find all the jars except for the following two.
com.sapportals.portal.prt.service.laf.*
com.sapportals.portal.prt.service.license.ILicenseService
I tried the source archive for these from the javadoc also, but no luck. I would greatly appreciate if someone could point out the right place.
Thank You,
Ashwin
hope this helps
--com.sapportals.portal.prt.service.laf.*--
\usr\sap\SID\J00\j2ee\cluster\bin\ext\tc~epbc~prtc~api\
lafapi.jar
-------------------------------------------------------------------------------
com.sapportals.portal.prt.service.license.ILicenseService
7.3 studio install directory: eclipse\plugins\
com.sap.tc.ap.epbasis_7.3.0.120416133026.jar\EP-BASIS\DCs\sap.com\tc\epb
c\ume\ep5\deprecated\_comp\gen\default\public\api\lib\
com.sap.portal.usermanagement.jar
Ashwin
com.sapportals.portal.prt.service.license.ILicenseService is available in the following JAR
com.sap.portal.license.runtime_api.jar
However,starting with 7.3 - you should not add these jars explicitly in the project lib folder..SAP has already provieded them in the form of SDAs/DCs
The corresponding SDAa would be
ILicense - tc/kmc/wpc/wpcfacade
See my blog on how to add Jars/SDAs to 7.3 project DCs..
For your second question, which class are you using from lafapi??
Sandip
Thank You Satish!!! I found the jars in the place u mentioned. I kept going to the usermanagement.jar everytime but it didn't strike me to open it and check for ILicenceService class. The application is working fine now.
Sandip, I agree with you but my reqmt is a little different. I didn't want to create a DC. Just export it as an ear from the old par. I'm new to 7.3 and I will definitely have to use your procedure for more of custom applications that we have from our track.
Thank You,
Ashwin
PS: Sorry for not responding earlier guys. Got caught up with few hiccups at work and forgot the basic manners to thank in time for the help.