Luciana Castro

Greenhorn
+ Follow
since Jan 13, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Luciana Castro

Using Spring, what is the recommended approach of loading ApplicationContext in a class where Servlet Context isn�t available? We have a service layer and all service objects are created through a BusinessServiceFactory. Temporarily I�m using FileSystemXmlApplicationContext, however I need a file system independent solution. I tried to use XmlWebApplicationContext, however it throws an exception(BeanFactory not initialized - call 'refresh' before accessing beans via the context). I called refresh on XmlWebApplicationContext and it throws another exception (Cannot resolve ServletContextResource without ServletContext). Could you please provide me or point me to some example, I couldn�t find it anywhere.
Thanks,
Luciana
Hi,
I would like to know what is the container behavior if a class defined in the deployment descriptor listener-class element does not implement any listener interface. The container will not startup?
Thanks,
Luciana
Folks,
a free training website has been launched. It's aim is to help to prepare people for the SCWCD. It's a great site, since you study by answering questions related to SCWCD objectives. You really should take a look!
Regards,
Luciana
SCJP
21 years ago