0
votes
2answers
59 views

IncompatibleClassChangeError: class ClassMetadataReadingVisitor has interface ClassVisitor as super class

I have built a web application using spring-mvc and mongodb as database. I used maven3 to build the application. Project builds successfully but when application starts I am getting the following ...
0
votes
1answer
71 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 ...
1
vote
1answer
23 views

Site separation per customer using spring mvc and maven3

Just a general question on any techniques used to seperate your web application for customer specific requirements. At the moment I have one web application but I need to add new functionality for ...
2
votes
1answer
42 views

Spring Core Course solution exercises not working anymore

Last year i did the core course from Spring. At that course i received a very good book named "Core Spring Student lecture manual" + exercises book. The problem is that after houres of suffering i ...
0
votes
1answer
271 views

Maven-Jetty-Spring-Hibernate

I have Spring project. I ran it before under tomcat and weblogic and I have to run it under Jetty but I don't know how to properly configure Transaction manager. Because when I followed that steps ...
0
votes
3answers
94 views

why application context cannot be loaded?

can any body explain why should i getting the following error message "Failed to load ApplicationContext" while testing my test cases mvn test
0
votes
1answer
403 views

Error in Maven building process of Spring MVC Showcase Example

After that I have copy the Spring MVC Showcase example from a workspace to another workspace I have do the following thning: 1) Delete the repository directory from ./m2 folder 2) Within STS\Eclipse ...
1
vote
1answer
2k views

Error while building Spring MVC application

I am new at Spring framework. I have Spring Tool Suite Version 3.1.0 installed with JDK 1.7 on my system. Recently I imported into my IDE a pre-built Spring MVC project already working on another ...
1
vote
1answer
6k views

Tomcat7 deploy Fail: org.apache.catalina.LifecycleException: Failed to start component /w org.springframework.web.servlet.DispatcherServlet

I have a very sample web.xml written below: The problem is...If I remove org.springframework.web.servlet.DispatcherServlet section, I can successfully deploy my project in Tomcat7 as a simple ...
0
votes
0answers
175 views

Spring MVC : sharing ApplicationContext amongst Maven 3 multi-modules project

I am currently building a multi-module Maven 3 project based on the Spring MVC framework. In my past projects (non Spring MVC) I was used to group all my sub applicationContext.xml files in one using ...
0
votes
1answer
3k views

Maven couldn't find jars from .m2/reposistory

I am making clone of project using mercurial plugin. But, when I am going to build project following error occurred. 9/4/12 12:53:10 PM IST: Missing artifact org.slf4j:slf4j-api:jar:1.6.1:compile ...
0
votes
2answers
157 views

Good IDE for Spring MVC+Glassfish+Maven+GWT? [closed]

I need some suggestion on IDE for following req.... server : Glassfish3 Bulid tool: Maven3 with Spring MVC + GWT... Currently I am going to setup Netbeans as they have built-in support for ...
2
votes
1answer
278 views

Running JPA on Tomcat

I am building a maven test project which runs with: Spring MVC 3.1.1 JPA, with Hibernate 4.1.4 as jpa provider MYSQL 5.5.x TOMCAT 7 I'm trying to create a simple end-end basic use case which involves ...
0
votes
1answer
528 views

Best practice for create web project in Eclipse/STS that supports maven and spring 3+

I recently completed the SpringCore training but never got this answer. I want to know the best possible way to create Dynamic Web Project in STS/Eclipse that supports Maven and Spring 3+ Is it to ...
0
votes
1answer
2k views

Spring MVC and Hibernate - ClassNotFound DispatcherServlet

I'm building a sample project with Spring and MVC and when I start Tomcat 6.0 in Eclipse i get some errors. In the /spring-webmvc-3.1.1.RELEASE.jar I have a ...
0
votes
1answer
435 views

Spring Annotations Error on Spring Maven Application

On building an application by taking reference from here, Pom.xml is successfuly saved and all jars are showing on eclipse(Dependency Management). But Annotations(@Controller,@Service,@Resource) are ...
2
votes
4answers
235 views

Spring, Maven Dependency and Jar Issues

I had made Spring MVC and Hibernate application by taking reference from here on the office system(running Ubuntu). It's running fine and showing no problems. When I copy and save the application ...
0
votes
2answers
526 views

Jars Issues in Maven Spring Hibernate Project

I had made Web Application on Spring and Hibernate by taking reference from Vaannila When I specify lib name on pom.xml using eclipse, the maven repository could not include all the jars. How can I ...
4
votes
4answers
3k views

Liferay 6 Using Common Service Builder layer Error - BeanLocatorException - BeanLocator has not been set

We are trying to use liferay service builder as a common layer for all our portlets. We have created a separate common portlet project where we are building the service using service.xml This ...
1
vote
1answer
1k views

spring-mvc with resteasy character encoding problem on jetty server

I am trying to implement restful protocol on jetty server. I have runnable server and i can access it from my rest client. My server side project is a maven project. I have a problem about the ...