Frans Thamura wrote:
hi there
i got this error, when try to upgrade from 2.0.6 to 2.0.11, and upgrade
velocity to 1.5
anyone can help me out
[ERROR] DefaultActionInvocation - There was an exception while instantiating
the result of type org.apache.struts2.dispatcher.VelocityResult <
com.opensymphony.xwork2.inject.DependencyException:
com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No
mapping found for dependency [type=
org.apache.struts2.views.velocity.VelocityManager, name='default'] in public
void org.apache.struts2.dispatcher.VelocityResult.setVelocityManager(
org.apache.struts2.views.velocity.VelocityManager).>
This exception is caused by a missing dependency. The Container was
unable to create the VelocityManager required by the VelocityResult.
The required dependencies for velocity results are:
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>
<!-- required by velocity -->
<dependency>
<groupId>velocity-tools</groupId>
<artifactId>velocity-tools-view</artifactId>
<version>1.3</version>
</dependency>
<!-- required by velocity -->
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.8</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]