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...
Type: Posts; User: tan; Keyword(s):
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...
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
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/
---------->...
I removed ContextLoaderListener and now I got:
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...
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...
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...