Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    658

    Integrating Struts and Spring - problem

    Hello,

    I want to integrate Struts and Spring (it should be easy:)) and I am having a problem. My struts-config.xml file is:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE struts-config...
  2. Replies
    4
    Views
    1,120

    OK, I found the problem by myself:) - it was...

    OK, I found the problem by myself:) - it was mainly caused by a stupid mistake - forgot to copy some jar.files to Tomcat. Sometimes happens.

    cheers,
    tan
  3. Replies
    4
    Views
    1,120

    Sorry for the previous post - I pressed ...

    Sorry for the previous post - I pressed <Enter> too fast:).

    So I got such error now:

    Error loading WebappClassLoader
    delegate: false
    repositories:
    /WEB-INF/classes/
    ---------->...
  4. Replies
    4
    Views
    1,120

    I removed ContextLoaderListener and now I got:

    I removed ContextLoaderListener and now I got:
  5. Replies
    4
    Views
    1,120

    Error when deploying app to Tomcat

    Hi,

    I got such error:

    StandardWrapper.Throwable
    java.lang.IllegalStateException: Cannot initialize context because there is already a root application context present - check whether you have...
  6. Replies
    5
    Views
    1,363

    Hi, I have the same problem, but I noticed...

    Hi,

    I have the same problem, but I noticed that when I start Tomcat in Debug mode and set breakpoints in my app than app doesn't stop at that breakpoints, but if I change something during...
  7. Problem with using FileSystemXmlApplicationContext

    Hi,

    I am quite new to Spring:) and now I have a problem with FileSystemXmlApplicationContext.

    I created (ok, copied from tutorial:) ) a simple JUnit TestCase:

    public class ControllerTest...
Results 1 to 7 of 7