I am using WebSphere 5.
I have created my first Session Bean using the create
EJB Project and Create EJB Bean wizards.
When I attempted to
test my Bean, The server started ok, and then I got the following message :
Directory "C:\IBM\WebSpere studio\runtimes\base_v5/temp" does not exist. The EJB Container will use the current directory for passivating beans.
Module, FirstEJBProject.jar, of application, FirstEJBEAR, failed to initialize
An error occurred initializing, FirstEJBEAR.
I followed all the steps so I am not sure why the FirstEJBProject.jar did not initialize.
Has anyone else had this problem.
Thanks for any help.
Tony