View Single Post
  #3 (permalink)  
Old 10-19-2009, 04:57 AM
deepblue deepblue is offline
Partner (VAR/HSP)
 
Posts: 200
Default

Quote:
Originally Posted by tdesorbaix View Post
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
Reply With Quote