Quote:
Originally Posted by tdesorbaix I think it's the architecture of the classes in the JAR that changed. Look at the jar content in your server ZCS 6.0.1. or the source code if you have it. |
Indeed. jar packages and classes have changed somewhat in 6.0. I verified this using the Zimbra Source (fetched from perforce).
Up to version 5.0.19 you could import com.zimbra.cs.mailbox.Mailbox.OperationContext and then use the OperationContext class.
Now this class has moved to com.zimbra.cs.mailbox.OperationContext but it seems impossible to import because I get the aforementioned errors...
Regards
Thomas