Hi there,

I'd like to use GenericSetup in one of our tools.
In this tool I have a directory exportimpot with a config.zcml and actions.py
(everithing copied from CMFCore actually)

ther is a class declaration for ActionsToolXMLAdapter in
importexport.actions.py

Why do I get the traceback at the end of this email?

thanks for pointers
Robert


config.zcml:

*<configure*
   xmlns="http://namespaces.zope.org/zope";
   xmlns:five="http://namespaces.zope.org/five";
   *>*

  *<include* package=".exportimport"*/>*

*</configure>*

exportimport.config.zcml
<configure
   xmlns="http://namespaces.zope.org/zope";
   >

 <adapter
     factory=".actions.ActionsToolXMLAdapter"
     provides="Products.GenericSetup.interfaces.IBody"
     for="Products.CMFCore.interfaces.IActionsTool
          Products.GenericSetup.interfaces.ISetupEnviron"
     />
...
when I start Zope I get the following error:
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/home/zope/instances/fifve/Products/Five/skel/site.zcml", line 13.2-13.23 ZopeXMLConfigurationError: File "/home/zope/instances/fifve/Products/RedPick/configure.zcml", line 10.2-10.36 ZopeXMLConfigurationError: File "/home/zope/instances/fifve/Products/RedPick/exportimport/configure.zcml", line 5.2-10.8 ConfigurationError: ('Invalid value for', 'factory', 'Module Products.RedPick.exportimport.actions has no global ActionsToolXMLAdapter in .actions.ActionsToolXMLAdapter')



begin:vcard
fn:robert  rottermann
n:rottermann;robert 
email;internet:[EMAIL PROTECTED]
tel;work:031 333 10 20
tel;fax:031 333 10 23
tel;home:031 333 36 03
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to