I have created a spring application that uses jndi, but when I am trying to run it after I have started the tomcat application server I am getting an error.
I am posting the relevant files here.
...
Type: Posts; User: skiabox; Keyword(s):
I have created a spring application that uses jndi, but when I am trying to run it after I have started the tomcat application server I am getting an error.
I am posting the relevant files here.
...
The problem was the 3 's' in the class name inside app-context.xml
:)
I get the following error when I am trying to run a project, copied from 'Pro Spring 3' (alpha version).
Here's the error I am getting :
Any ideas guys?
Thank you.
Thank you for your answer!I have already downloaded the jars of the spring framework.
Should I add the jar directory to Preferences --> Java --> Build Path --> Classpath Variables so that it can be...
I am trying to code the HomePageController.java in a Dynamic Web Project but when I am trying to import org.springframework I am getting an error because after org there is no springframework...