Search:

Type: Posts; User: ashulinsky; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,663

    The solution, afair

    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...
  2. Replies
    2
    Views
    1,663

    Can not deploy an app to Weblogic

    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...
  3. Jorg, thanks a lot for your help. You were...

    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...
  4. Jorg, thanks, sounds like session-scope beans...

    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...
  5. Sorry, it's a copy-paste problem, the real config...

    Sorry, it's a copy-paste problem, the real config is fine.
  6. Thanks for the prompt reply Right, the...

    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...
  7. A couple of problems with session scope beans

    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:
Results 1 to 7 of 7