View Single Post
  #1 (permalink)  
Old 10-18-2009, 05:07 AM
deepblue deepblue is offline
Partner (VAR/HSP)
 
Posts: 200
Default zimlets in Zimbra 6.0.1 and JSP

Hi everybody,

I am currently trying to port a self written Zimlet to ZCS 6.0.1. The Zimlet worked fine in 5.0.x and has a JSP component that imports some com.zimbra.cs... classes.

In ZCS 6.0.1 it seems to be impossible to import zimbra classes. I always get errors like:

Code:
Only a type can be imported. com.zimbra.cs.account.Provisioning resolves to a package

Only a type can be imported. com.zimbra.cs.account.Provisioning.AccountBy resolves to a package
I had a look into other zimlets in /opt/zimbra/zimlets|zimlets-extra|zimlets-experimental but I could not find a single zimlets that:
a: works in ZCS 6.0.1
b: imports zimbra classes in a jsp

As I am neither a zimlet nor a java expert I want to know if I am missing something or if it is just not possible in ZCS 6.0.1 to import zimbra classes.

Regards
Thomas
Reply With Quote