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