cancel
Showing results for 
Search instead for 
Did you mean: 

Call EJB From WebDynpro

Former Member
0 Kudos

Hai Everyone,

Is it possible to call a EJB from Webdynpro by without including the EJB.jar file in the classpath of WD project..

What are the jars to included other than sapj2eeclient.jar,ejb20.jar

Please help me to make it successfull.

Regards,

RPN

Accepted Solutions (1)

Accepted Solutions (1)

former_member192434
Active Contributor
0 Kudos

Hi RPN,

Yes it is, you can Consuming EJBu2019s in Web Dynpro,... ...as per as EJB.jar file is concern....some time it throws class not found execption.......that becouse it requires that supportive classes at on run time

to call EJB form WD check the steps

http://209.85.175.132/search?q=cache:HE8HzRxGIdYJ:www28.sap.com/mk/get%3F_EC%3D3C3oGUv4VSiL51eF99uyb...callaEJBfromWebdynprojava%2BSAP&hl=en&ct=clnk&cd=1

http://www.saptechies.com/enterprise-javabeans-for-web-dynpro/

Thanks

Answers (2)

Answers (2)

Former Member
0 Kudos

Please look at the below threads

Former Member
0 Kudos

Hi Sameer ,

I saw the link you had given but in that also ther is no specific solution for my problem.

Can anyone please help me solve my query "Call an EJB using Reflection and no EJB.jar in the WD classpath".

Thanks in Advance.

Regards,

RPN

Former Member
0 Kudos

Hii,

It is essential to include the EJB.jar file in the classpath of WD project.

ejb20.jar is needed.