Liferay Spring MVC

user2380754

Has anyone experienced this error?

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.liferay.portal.spring.aop.ServiceBeanAutoProxyCreator#0' defined in class path resource [META-INF/base-spring.xml]: Initialization of bean failed; nested exception is java.lang.IncompatibleClassChangeError: org/springframework/core/LocalVariableTableParameterNameDiscoverer$ParameterNameDiscoveringVisitor

Im using Liferay 6.2 with Spring 4

tomic

I wouldn't recommend mixing up other versions of Spring with Liferay than the one supported itself. You can check version of given external plugin by looking it this xml file

https://github.com/liferay/liferay-portal/blob/6.2.x/lib/versions.xml

When you grep this page for 'Spring' occurs, you see 3.0.7 version, which is right one to use with 6.2.X Liferay.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Liferay : Configuring Multiple Spring MVC Portlets in one liferay plugin project

From Dev

Liferay : Configuring Multiple Spring MVC Portlets in one liferay plugin project

From Dev

Maven archetype for Liferay Spring MVC portlet

From Dev

Custom Taglib in liferay using Spring MVC & Maven?

From Dev

Liferay portlet with freemarker and spring

From Dev

Spring MVC Portlet and Liferay: No matching handler method found for portlet request actionUrl

From Dev

Liferay - Theme - Questions about get configurable settings via themeDisplay.getTheme().getSetting() in spring mvc controller

From Dev

Liferay Configuration Action Class - Spring dependency Injection

From Dev

Liferay 6.2 + Spring @Autowired not working in a hook

From Dev

Liferay Spring Portlet EDIT Mode not visible

From Java

Spring MVC or Spring Boot

From Dev

Spring MVC with Spring Webflow

From Dev

How to prepare view jsp using Liferay MVC Portlet

From Dev

How to prepare view jsp using Liferay MVC Portlet

From Dev

How to handle dynamic list of CheckBoxes in Liferay MVC Portlet

From Dev

simple Spring portlet not working at Action mapping at liferay 6.2

From Dev

How to integrate Spring OAuth2 Server into Liferay

From Dev

MVC and Spring MVC Unit Testing

From Dev

spring integration in spring MVC application

From Dev

Spring MVC with Spring Data JPA

From Dev

AngularJS Spring MVC setup

From Java

Spring mvc @PathVariable

From Dev

Perfomance in Spring MVC app

From Dev

Spring MVC configuration enable

From Dev

WebRequest and HttpServletRequest in Spring MVC

From Dev

Spring MVC RequestMapping

From Dev

Swagger for Spring MVC project

From Dev

Thymeleaf with Spring MVC 3

From Dev

Spring MVC project as jar

Related Related

HotTag

Archive