Top "Applicationcontext" questions

The Spring `ApplicationContext` class

Using ApplicationContext in Spring MVC.

I have a spring.xml file where in all the bean definitions are listed, where i have listed all the …

spring spring-mvc applicationcontext
How correctly close the ApplicationContext in Spring?

I am studying for the Spring Core certification and I have some dount about on this question finded into the …

java spring spring-mvc applicationcontext
configure dataSource for liquibase in spring boot

I have a spring boot application and I want to add liquibase configuration change log for it. I have created …

spring-boot liquibase applicationcontext
java.lang.ExceptionInInitializerError Exception when creating Application Context in Spring

I am practicing with Spring, and am getting a java.lang.ExceptionInInitializerError exception when I try to instantiate the context. …

java spring exception applicationcontext
META-INF/persistence.xml cannot be opened because it does not exist

I'm creating a basic spring-maven project that should run as a java application (in process, not over a web server). …

spring classpath persistence.xml applicationcontext
Spring creating multiple instances of a singleton?

I have a graph of Spring beans which autowire each other. Heavily simplified illustration: <context:annotation-config/> <bean …

java spring singleton autowired applicationcontext
BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext

I have this web.xml file <context-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/…

java multithreading spring javabeans applicationcontext
java.lang.IllegalStateException: Cannot initialize context because there is already a root application context present

When running my webapp, I get the stacktrace listed below every other try. Note that there doesn't seem to be …

spring illegalstateexception applicationcontext
Visual Basic.NET: how to create a thread to update the UI

The usual VB way to handle a computationally heavy task is to put it in a background worker thread, while …

vb.net multithreading ui-thread applicationcontext message-pump