The recently added integration tests revealed a problem with the cocoon-mail
block:
Caused by: java.lang.NoClassDefFoundError:
javax/mail/internet/AddressException
The problem is that the dependency javax.mail has the scope "provided":
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
<scope>provided</scope>
</dependency>
Does anybody know, why this scope was chosen?
--
Reinhard Pötz Managing Director, {Indoqa} GmbH
http://www.indoqa.com/en/people/reinhard.poetz/
Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member, PMC Chair [EMAIL PROTECTED]
_________________________________________________________________________