|
From: <tri...@tr...> - 2003-08-05 21:08:21
|
All, Now for the next question - where do you put the ejb-context.xml file on WebLogic 8.1? I have tried at the root of my EJB class directory and I have also tried APP-INF/classes. No luck so far. I am deploying in an exploded directory structure with an enterprise app directory that includes a directory for my EJB. I keep getting this error: javax.ejb.CreateException: Cannot load bean factory path 'my-service-context.xml' This file exists as C:\bea\user_projects\domains\mydomain\applications\MyApp\MyEJB\my-service-context.xml as well as C:\bea\user_projects\domains\mydomain\applications\MyApp\APP-INF\classes\my-service-context.xml Any ideas? Thomas |