Hi,
I just want to report that I have the same problems than Nicolas had with
Archiva 1.2
(http://www.mail-archive.com/[email protected]/msg00570.html).
So I removed wagon-ssh-*.jar from WEB-INF/lib but I still have an error:
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'repositoryMetadataBuilder': Initialization of bean failed; nested
exception is org.springframework.beans.TypeMismatchException: Failed to convert
property value of type [java.lang.String] to required type [java.lang.Class]
for property 'role'; nested exception is java.lang.IllegalArgumentException:
Cannot find class
[org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
...
Related cause:
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'modelResolver': Initialization of bean failed; nested exception is
org.springframework.beans.TypeMismatchException: Failed to convert property
value of type [java.lang.String] to required type [java.lang.Class] for
property 'role'; nested exception is java.lang.IllegalArgumentException: Cannot
find class [org.apache.maven.project.ModelResolver]
...
Caused by: org.springframework.beans.TypeMismatchException: Failed to convert
property value of type [java.lang.String] to required type [java.lang.Class]
for property 'role'; nested exception is java.lang.IllegalArgumentException:
Cannot find class [org.apache.maven.project.ModelResolver]
...
Caused by: java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.project.ModelResolver]
...
Caused by: java.lang.ClassNotFoundException:
org.apache.maven.project.ModelResolver
Any idea?
Thanks,
Julien