Kazimierz Pogoda wrote:
> Is it possible to run cocoon 2.2 based application using spring 3.0.1 libraries?
>
> I prepared pom with all the conflicts resolved which involved a lot of
> excludes. When I execute mvn jetty:run an error occurs:
>
> java.lang.AbstractMethodError:
> org.apache.cocoon.tools.rcl.springreloader.SynchronizedConfigureableWebApplicationContext.setId(Ljava/lang/String;)V
> at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:265)
I guess that C22 runs with Spring 3.0.1 but the problem is the Cocoon
Maven plugin that has a hard dependency on Spring 2.5.x. Two weeks ago I
fixed the plugin in SVN but it hasn't been released yet.
You can build the plugin yourself though and use as your local snapshot
version.
--
Reinhard Pötz Founder & Managing Director, Indoqa
http://www.indoqa.com/people/reinhard-poetz.html
Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member reinhard@apache.org
________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org
|