[Zope3-Users] New annotations factory problems

Martijn Faassen faassen at infrae.com
Wed May 24 07:00:29 EDT 2006


Ron Bickers wrote:
> I was trying to implement the new annotations factory in 
> zope/annotation/README.txt but I'm getting a ForbiddenAttribute 
> __annotations__ error when I try to view an editform for the annotations.
> 
> Before, I had configured a trusted adapter, but since (I think) an adapter 
> directive is not needed for this, I don't know how to make it trusted or 
> otherwise fix the problem.
> 
> Any ideas?

These annotations still get registered using the adapter statement:

<adapter
   factory=".my.annotationfactory"
   trusted="true"
   />

Regards,

Martijn



More information about the Zope3-users mailing list