cancel
Showing results for 
Search instead for 
Did you mean: 

Can not load class for local interface of EJB Session bean

Former Member
0 Kudos

Hallo Experts

I used SAP NetWeaver 7.1. For Webdynpro and should use the enterprise JavaBean as Model.. And Everything i have done just as introduced in the site http://help.sap.com/saphelp_nwce10/helpdata/en/45/f7fe8caea471fae10000000a1553f6/frameset.htm

The Problem if want to import the Enterprise JaveBean in Webdynpro I got the error

Cannot load class VerkaufManagerLocal.

VerkaufManagerLocal ist the local interface for Session Bean VerkaufManager.

Any Hints?

Thanks in advance

Ping

Accepted Solutions (0)

Answers (1)

Answers (1)

snehal_kendre
Active Contributor
0 Kudos

HI Ping,

You just need to add ejb-3_0-api.jar in your webdynpro project as an external jar

Former Member
0 Kudos

Hallo

Thanks for your Reply.

I have added the ejb-3.0-api.jar into the Properties-Java build path-Libraries, but it doesn't change. If I imported the Model, I always get the error message "Can not load class VerkaufManagerLocal".

Kind Regards

Ping