Certainly someone else has come across this issue. Is this just a limitation of local utilities? The utility is registered and work fine. I can restart the server and the data is still there. It is just on reinstall that I lose it. The probably is that it re-creates the tool.
I am creating a zope 3 style product with this and it seems like there are no setup handlers to manage a reinstall of a product. Is this correct? I have methods registered in the "import_steps.xml" file, but haven't figured out how to register handlers for before the local utility is reinstalled. Does anyone know of a way to manage reinstalls of local utilities so I can migrate the data and mitigate this problem? Thanks, Nathan On Thu, Jun 12, 2008 at 5:44 PM, Nathan Van Gheem <[EMAIL PROTECTED]> wrote: > Hello, > > I am having trouble when trying to register a local utility. It seems > that I can't get the data to persist when the product is reinstalled. How > could I go about making the data persistent? > > > Any help would be much appreciated. > > > Thanks, > Nathan >
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
