cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with import EJB Model

Former Member
0 Kudos

Hallo Experts

Since 3 days I struggled with the following problem. Please help me!

I used SAP NetWeaver 7.1. For Webdynpro I use the Enterprise JavaBean as Model.. I have done the same steps just as introduced in the site [Integrating EJB 3.0 into Web Dynpro Using the EJB Model Importer|http://help.sap.com/saphelp_nwce10/helpdata/en/45/f7fe8caea471fae10000000a1553f6/frameset.htm].

The Problem if I 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,

Add engine.jee5.facade in your webdynpro project. it will solve your problem

Former Member
0 Kudos

Hallo

Thanks for the Anwser.

I did as you mean. Add the engine.jee5.facade into required DCs of Web Dynpro Project Component properties. But it doesn't run. And I tried to add this engine.jee5.facade.jar into the build path too. But it doesn't run either.

Any ideas?

Regards

Ping