cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Java Project required DC's

former_member195676
Participant
0 Kudos

Greetings. I forgot how to add Required DC's to the Web Dynpro Java Project. I am looking help with the below libraries. Can you please help me how to find them? We have NWDS 7.3 Editor.

javax.mail.MessagingException;

com.sapportals.portal.security.usermanagement.IUser;

com.sapportals.wcm.repository.Content;

com.sapportals.wcm.util.uri.RID;

com.sapportals.wcm.util.usermanagement.WPUMFactory;

IUser ep5User;

ResourceContext context;

IResourceList list;

Thanks,

Sridhar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189220
Active Contributor
0 Kudos

Hello Sridhar,

1.

The required SCAs for WD4J appl. which will be embed in EP (version 7.30) are:

  • COMP_BUILDT
  • ECM-CORE
  • ENGFACADE
  • ENGINEAPI
  • EP_BUILDT
  • EP-BASIS
  • EP-BASIS-API
  • EP-RUNTIME
  • ESCONF_BUILDT
  • FRAMEWORK
  • FRAMEWORK_EXT
  • MOIN_BUILDT
  • SAP_BUILDT
  • WDEXTENSIONS
  • WD-RUNTIME

In case you are doing Local Development (without NWDI), ensure you have these SCAs. In case you will transport the custom code with NWDI, then the above SCAs, must be added as a build-time dependencies in the track.

2.

I am not certain which version of AS Java are these DCs you have posted. However, they do not seem to look like from 7.30 . For example in 7.30 there is no DC com.sapportals.portal.security.usermanagement but rather

com.sap.portal.usermanagement.admin

com.sap.portal.usermanagement

which (both) are part of EP-BASIS.SCA.

3.

Also please ensure your NWDS 7.30 is using SAPJVM6.

Regards,