cancel
Showing results for 
Search instead for 
Did you mean: 

UMFactory class cannot be resolved

Former Member
0 Kudos

I am very much new to portal development

Previously I was using NWDS 7.0, in that I was able to build the project just by importing the jar files.

In NWDS 7.1 - simply importing the jars doesnt works. Do I really need to use some different jars in NWDS7.1

Do anyone have any other solution?

Edited by: BhuShaan on May 15, 2009 6:53 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

are you developing appliations in VC 7.1

and what is the error message and what sought of applications that you are developing..

and plz check whether you have imported the following file..

import com.sap.security.api.UMFactory;

Regards

Manohar

Former Member
0 Kudos

As I already mentioned that I am very much new to portal work.

Actually there is an already developed i-view, I just need to do JAVA coding.

Previously we had NWDS 7.0. We have the par file created using 7.0.

Now we are started using NWDS 7.1.

If we import same par file in NWDS 7.0, it will not give me any build error while compilation.

In NWDS 7.1 if I import the same file then it gives me build error saying UMFactory class cannot be resolved.

In NWDS 7.0 com.sap.security.api.jar is inbuilt, but in NWDS 7.1 it is not.

Do I need to externally add it in class path?

Regards,

Bhushan