Hi,

beta3 server has been tagged some time ago and uses mailbox 0.3 which does not contain the JPAEncryptedMessage...

TO get it, you simply have to rebuild apache-james-mailbox-jpa-0.3.jar with the new JPAEncryptedMessage (but also changing the pom to

svn co http://svn.apache.org/repos/asf/james/mailbox/tags/apache-james-mailbox-0.3/

copy at the right place the *Encrypt* classes you find in http://svn.apache.org/repos/asf/james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/openjpa/

add in pom.xml
      <dependency>
        <groupId>org.jasypt</groupId>
        <artifactId>jasypt</artifactId>
        <version>1.7.1</version>
      </dependency>


mvn package.

If you encounter issue, just come back.

thx.

On 25/08/11 15:11, Saibabu Vallurupalli wrote:
Hi All,

I have upgraded James to Beta3 and configured james-mailbox-jpa-context.xml
to use Encryption and also persistence.xml to use JPAEncryptedMessage and
unable to start James server.
So, Encryption is not part of Beta3 release? I have also gone though the
release notes and couldn't find the bug I created and the fix we in
corporated to Beta2.

If I need this functionality in Beta3 what should I be doing? Please advise.

Thank you,
Sai


--
Eric
http://about.echarles.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to