exactly this line:
ApplicationContext ctx = new ClassPathXmlApplicationContext("META-INF/spring/applicationContext.xml");
generates a new Context and messes up the Application.
One...
Type: Posts; User: cf1337; Keyword(s):
exactly this line:
ApplicationContext ctx = new ClassPathXmlApplicationContext("META-INF/spring/applicationContext.xml");
generates a new Context and messes up the Application.
One...
AGAIN - web is full of these, but none covers my problem.
How comes?
I have several datastructures like Container (Class with a list) and Content (Contentclass of the list with some values)
...