cancel
Showing results for 
Search instead for 
Did you mean: 

NoClassDefFound Exception when integrating WebDynpro Application into EP6.0

Former Member
0 Kudos

Hi there,

I developed an application in the context of EP 6.0 as an iView. Now I built this application as a WebDynpro application again and geht the following error:

java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/ResourceException

though I imported com.sapportals.wcm.repository.ResourceException

(there are no differences between my iView application and my WebDynpro application except the presentation of data)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Have you resolved the problem,I meet the same error.

Erin2
Advisor
Advisor
0 Kudos

Hi Martin,

Your web dynpro application is not executing on a portal, it is using the web dynpro runtime within the j2ee engine...not portal runtime(PRT). You need to use a web dynpro exception class.

Regards,

Erin