Skip to Content
0
Former Member
Jul 21, 2008 at 01:59 PM

WebDynpro + J2EE

27 Views

Hi!

I'm trying to develop an WebDynpro applicattion using J2EE to connect to database. The session bean communicates whit the dynpro and executes a calculation correctly but in next step must call to entity bean for communication whit database and returns an error message:

"Path to object does not exist at java:comp, the whole lookup name is java:comp/env/ejb/MiEntityBean".

(MyEntityBean is the JNDI).

I could't find ani step by step tutorial to create a complete application using EJBs to communicate with databases and WD. Can someone help me?

Thanks