|
From: <tri...@tr...> - 2003-08-05 22:37:40
|
It just dawned on me that I should probably specify the name as '/my-service-context.xml' - not the first time I've made this mistake, and probably not the last :-) Thomas > 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 > |