Hi, Nathan,
as far as I remember, the problem was in the name of the file that I included - "component.xml". I renamed it and the deployment started to work. One of the most weird issues I have...
Type: Posts; User: ashulinsky; Keyword(s):
Hi, Nathan,
as far as I remember, the problem was in the name of the file that I included - "component.xml". I renamed it and the deployment started to work. One of the most weird issues I have...
Hi,
I have a problem deploying an application to Weblogic 9.2 M3.
Keep getting an exception
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 2 in XML document from...
Jorg,
thanks a lot for your help. You were right about the session bean instantiation through a proxy. It works fine, I was doing wrong tests. And it is stored in the session as an attribute with...
Jorg,
thanks, sounds like session-scope beans are always "lazy-initialized" and there's no way to instantiate them automatically on a session's creation. If so, it means that a session-scope bean...
Sorry, it's a copy-paste problem, the real config is fine.
Thanks for the prompt reply
Right, the session object is not even initialized until I explicitly do applicationContext.getBean(...).
However, the question is - why isn't it? Is it the way...
Hi, folks,
a couple of questions from a Spring MVC newbie...
First, I have a problem trying to inject a session scope bean into a controller.
Here's the bean config: