[Zope3-dev] practical example of migrating from services to utilities

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Sep 11 10:33:44 EDT 2005


On Thursday 01 September 2005 10:20, nagendra kumar wrote:
>         I have a method which is working well in zope3.0 but its not
> working well in Zope3.1 c2 version. I am new to zope3 framework.I think
> services have no support in zope3.1.what do i need to do to make it work. I
> think i have to use either adpaters or utilities for this task. Somebody
> please send me a cod snippet to make it work.

Mmh, while you are right that services are gone, this call should still work. 
What is the traceback you get?

To fix it, simply lookup a utility:

pluggableauth = zope.getUtility(zope.app.security.interfaces.IAuthentication)

You then have to verify that we got the authentication utility you wanted as 
before.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-dev mailing list