I took a closure look into the issue I am getting after fixing the Excryption logic. I have found a new class in the deployed version of James i.e., JPAMailBoxMessageMember.java file and this is making call to JPAMessage.java class with the construct using different parameters.
The exception says that I am trying to create a JPAMessage with the following signature (Ljava/io/InputStream;JILjava/ util/List;Lorg/apache/james/mailbox/store/mail/model/PropertyBuilder), but it doesn't look like that constructor exists? This is happening in JPAMailboxMembership.java line#59. I did intensive search to see where I can find JPAMailboxMembership.java file and I failed. Can some one point me to the correct svn path that contain JPAMailboxMembership.java file? Thank you, Sai
