Tagged Questions
1
vote
1answer
40 views
deploying spring mvc web app to tomcat: classpath issue
I am developing a small web app using Spring MVC framework. Basically, the app provides web interface, where user can upload XML file and verify it against specific XSD file. I put my XSD file within ...
0
votes
0answers
38 views
java.lang.NoSuchMethodError: org.springframework.beans.factory.annotation.InjectionMetadata: method <init>()V not found
I keep getting this error when trying to deploy a web application in Eclipse Juno. I am very new to Spring MVC. I am just following a tutorial on this site - ViralPatel Spring MVC-Hibernate
HTTP ...
1
vote
1answer
60 views
Debugging a Spring MVC application running on Tomcat
I am asking the correct way of debugging a Dynamic Web Application in Eclipse.
I have two sort of files:
the view: jsp
the controller: Spring Controller
When I changed a jsp file, whether in debug ...
0
votes
1answer
43 views
Spring MVC - Eclipse Warning - Validation Message
I tried looking for an answer, but kept getting false positives since it's a "Validation Message" warning. I have a jsp with this line
<a href="login">Member Home</a>
which maps to
...
3
votes
1answer
73 views
Tomcat 7 not starting in Eclipse 4.2 (timeout). How to get more verbose output?
I am really struggling with an Eclipse project where Tomcat is giving me timeout. I thought at first this might be a mistake I did in some project configuration, so I reverted to an earlier version of ...
0
votes
0answers
57 views
How do I set up eclipse to deploy correctly to tomcat for?
So this is Kind of a follow on to this question, I was able to deploy a basic Spring MVC app by right clicking on the project in eclipse and exporting the war file to the Web app directly, but how do ...
0
votes
2answers
48 views
Run program on a web server using Spring Tool Suite
Is it possible to run a program on a web server using STS?
I currently use the MVC Framework so I guesse I need to do this in form of a controller? Or if not, what other ways are there?
So what I'd ...
0
votes
0answers
78 views
java.lang.NoClassDefFoundError: com/sybase/jdbcx/SybConnection weblogic
I am getting below error when I call my rest web service which uses a Sybase DB on WebLogic 10.3.5. I have a JNDI data source defined, I tested the connection and it was succesfull.
...
0
votes
1answer
77 views
Error while building Spring MVC project
I've download Eclipse STS 3.2.0 and installed Apache Tomcat 7, JDK 6 and Maven 3.0.4, then tried to create a new Spring MVC empty project using Eclipse.
Yet I always get this error when I try to run ...
0
votes
1answer
25 views
how can I stop the application part of the url being passed to my servlet in tomcat6
I am running tomcat6 and have hooked it up in eclipse as a server so I can quickly debug code changes - however I am running into an issue with the routes that are passed to my servlet.
I am running ...
0
votes
0answers
103 views
NoSuchMethodError: LocalSessionFactoryBuilder.addAnnotatedClass(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
I am using Spring 3.2 and Hibernate4. I included all Jars required. Using JBoss AS. Deploying from Eclipse. But I am getting this error.
org.springframework.beans.factory.BeanCreationException: Error ...
1
vote
0answers
77 views
Ant and Tomcat7: java.net.ConnectException
I'm following along with this Springsource.org tutorial except I'm using Tomcat7 instead, and I'm encountering the following error whenever I run "ant list" or "ant reload" or "ant start".
...
1
vote
1answer
107 views
Autowired dependencies in a Maven multi-module project
I have a single Maven project that has the "core" and the "web" pieces in it. I'm attempting to convert it into multiple modules.
I've taken the "web" packages and put them into the new project. ...
2
votes
2answers
156 views
spring longpolling example code?
I can find lots of information on how Long Polling works (For example, this, and this), but no simple examples of how to implement this in code.
Basically, how would I use Apache Tomcat to serve the ...
0
votes
1answer
96 views
Issue with accessing css, js files in Dynamic Web Project
I have an issue trying to access css & js files from a jsp file (WEB-INF/jsp/index.jsp). I read through some of the similar issue faced by other people at Stack Overflow.
I added this line of ...
0
votes
2answers
80 views
spring deferredresult
I am new to spring and want to implement long polling for a website to display admin message immediately when it becomes available to all clients,i searched google for hours and could only find out ...
0
votes
1answer
151 views
How to connect CSS files to my JSP pages stored in Web-Content (Dynamic Web Project)
I'm quite new to the Spring|Hibernate|Eclipse setup. For some reason, My index.jsp files are not picking on the css files (css & css01).
Any clue why?
<link rel="stylesheet" ...
0
votes
1answer
114 views
Eclipse throwing error - “file name references to ”main.html“ that does not exist in web content” 404 error for web.xml
I am facing an issue in while running simple web project in Eclipse.
I will first demonstrate the steps of creating my project :-
1) New Spring Template Project.
2) Select Spring MVC Project.
3) ...
0
votes
2answers
48 views
compile java source file with debug info in eclipse
I have a spring mvc project in eclipse which uses maven.
I want to compile the java source code in debug info mode in order to get method parameter names at runtime.
How can I do this ?
1
vote
0answers
103 views
Spring MVC - GWT integration Using Spring STS
I have a spring mvc-based application using spring STS.
I want to integrate it with GWT , so i can build nice UI.
I saw this:
...
1
vote
2answers
173 views
spring-web maven dependency not being published with eclipse
My gae + spring + maven project works perfectly. But I can't make it work using eclipse.
Seems like the spring-web dependency declared in my pom.xml is disappearing from WEB-INF/lib when I run my ...
0
votes
1answer
30 views
How can I use Springsource templates in Groovy on Grails Toolsuite?
I am using Groovy on Grails Toolsuite 3.1.0.
I want to use a template for a Spring MVC application.
I am not finding the template where I would expect it in File – > New -> New Spring Template ...
0
votes
1answer
104 views
How to run STS in verbose mode from command line
How to run SpringSource Toolsite in verbose mode from command line in Windows ?
I tried following command:
STS.exe -verbose - consoleLog
But not getting any logs in command prompt.
0
votes
2answers
185 views
java.lang.NoClassDefFoundError: org/hibernate/criterion/Criterion
I am working with STS in eclipse Juno ,Spring 3.1.1 ,hibernate 4.1, tomcat 7 and mySQL.
I created a simple MVC template project. my purpose is that the user will enter some data to a form, and that ...
1
vote
1answer
79 views
Exception java.lang.NullPointerException accurs while trying to reach the service layer from my controller
I'm working with Spring STS (Also with Eclipse-juno, spring 3.1), and creating a spring template project.
My welcome page of the application is a simple form:
<div id="editPresPage">
...
0
votes
2answers
107 views
Debug with jetty server, remote server
I developed a web application(spring) using maven and used jetty server. I want to debug that application using eclipse. entry for the jetty plugin in the pom.xml is
`<plugin>
...
1
vote
1answer
806 views
HTTP Status 500 - Servlet.init() for servlet Dispatcher threw exception
When i'm trying to run this simple html form:
<html>
<head>
<title>Enter a new Page</title>
</head>
<body>
<div ...
0
votes
1answer
76 views
Eclipse/Tomcat configuration for updating resources on page refresh
I am working on a website written in java spring with maven.
I would like to use Notepad++ or some other external program other then eclipse to edit my js/html files. but i also need my server to be ...
1
vote
2answers
632 views
spring tool suite spring mvc project - 22 problems right after creating
So, I downloaded and installed STS and then I've created a new Spring MVC Project. Right after that sts alert me about 22 problems, here they are:
Description Resource Path Location Type
...
1
vote
1answer
124 views
Unable to see log output of Spring when starting Jetty from Maven plugin
I am developing a webapp in Eclipse Juno as a Maven multi-module project using Spring MVC and the Jetty Maven plugin version 8.1.7.v20120910 with HSQL as in-memory DB during development. I want to ...
0
votes
2answers
62 views
Resource not found under webapp folder
I'm using eclipse Juno with Spring and Maven, I created a pkeditor folder under webapp and then copied files into it. My jsp is not finding the pkeditor files (404ing). I have the following at the top ...
0
votes
2answers
103 views
Are there MVC/JPA tutorials without using Spring? [closed]
this is my first post here.
I am searching for some examples or tutorials for web application using JPA and MVC. All the tutorials and examples that I found so far are related using Spring. I am new ...
0
votes
2answers
142 views
Not able to understand How maven works with Spring MVC
I made a Hello word example in springMVC.Following are my steps.
1.Installed maven-eclipse integeration in eclipse.
2.Download maven and set environment variables,JAVA_HOME etc.
3.Check to see if ...
0
votes
2answers
114 views
Where do Maven look for springMVC jars when working with eclipse(maven plugin installed)
I am using m2e plugin.
Just stuck at one point when maven search for springMVC jar files where it would be searching.
In /web-inf/lib or in project build path.
Where should I put those jars
Thanks
1
vote
2answers
2k views
Spring ApplicationContext - Resource leak: 'context' is never closed
In a spring MVC application, i initialize a variable in one of the service classes using the following approach:
ApplicationContext context =
new ...
-1
votes
2answers
217 views
Why we need apache common logging jars to install spring framework in eclipse
I was reading some of the tutorials and some of them are adding apache common logging jars in order to use/install spring framework instead.
I have no knowledge about apache common logging.Is it ...
0
votes
2answers
337 views
Maven Google App Engine plugin + Spring
I want to use the the Maven Google App Engine plugin (https://github.com/maven-gae-plugin/maven-gae-plugin) to start a Google App Engine project with Spring MVC support. I'm interested in the Spring ...
0
votes
1answer
224 views
how to create date in hibernate using import.sql
I am new to Spring MVC and Hibernate. I am developing an application using Spring MVC , Hibernate and MySQL.
In this application, I want to create tables at run time and same time I want to insert ...
0
votes
2answers
205 views
Multi module maven project dependency issue with jpa
I'm getting an error with a multi-module maven project.
I attempt to run "maven install" via eclipse run as option.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting ...
1
vote
1answer
228 views
Use Dispatcher servlet for interceptor call only for selective URL
I am having a controller class with two types of methods. first type must execute its body as soon as URL is hit suppose "http://localhost:8080/SpringAOP1/welcome/two/aa". Here SpringAOP1 is my ...
0
votes
0answers
249 views
Difficulties to create and deploy a new Spring MVC Project on VMware Vfabric in STS
I am quite new in Spring MVC World and I am going crazy trying to do a correct deploy of a NEW Spring MVC project on VMware vFabric server
I will try to explain in as much detail as possible my ...
0
votes
2answers
126 views
Strange behavior in the creation of new Spring MVC project usgin STS template project, the URL is not correct and I have to rebuild the project
I am quite new in the Spring MVC world and I have a doubt about the corretct creation of a Spring MVC project.
When I run an imported project (for example the Spring MVC Showcase example downlodable ...
0
votes
1answer
218 views
Simple jsf spring hibernate application is very slow
I am learning Hibernate and playing around with it using Eclipse Helios as IDE, Oracle11g as database and Glassfish 3 as server. I am following a simple application
(JSF+Spring+Hibernate)
I have ...
1
vote
2answers
290 views
Glassfish 404 error for Spring project
I have Glassfish3 server which is integrated with Eclipse Helios
I have added my sample Spring project to server using Add and Remove by right clicking server.
When I run ...
2
votes
2answers
146 views
how do i fix broken encoding in my webapp?
when i submit a form in my web application some characters (f.e. german umlauts) are broken, when they enter my controller. strings like üäö endup like üäö. how do i fix this problem?
my setup ...
0
votes
1answer
256 views
Tomcat : Unable to connect for remote debugging
I am trying to debug server side code (running on Tomcat) using eclipse's remote debug option. This issues is showing up intermittently and rest of the times it works just fine. I have made sure
1) ...
1
vote
0answers
433 views
Why won't Hibernate 4's reverse engineering tool create relational annotations for entity classes?
I have been having a lot of difficulties trying to get Hibernate 4 to reverse engineer entity classes from my database schema. My database is actually a Derby database, but after reading around, I've ...
0
votes
2answers
407 views
Tomcat 7 startup issue using STS 3.0.1
I've installed STS 3.0.1 and I'm following along with my book Pro Spring MVC with Web Flow (from APress).
I've imported the source code provided by the book/publisher into STS. I've added the Tomcat7 ...
1
vote
1answer
510 views
Best ways to deal with properties values in XML file in Spring, Maven and Eclipses
I am working on a Spring WebFlow Project which has alot of properties values in XML files as any Spring programmer knows. I have database user names, password, URLs etc.
We are using Eclipse with ...
0
votes
0answers
281 views
Errors in Eclipse… Can not find the tag library descripto
Below is my code
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
In Eclipse I get the following error but if I run the code in tomcat it works. why am I getting this eclipse ...


