#6 — Error in the ore.alchemist library
by
Peter Simmons
—
last modified
Jan 08, 2009 03:04 PM
| State | Unconfirmed |
|---|---|
| Version: | 0.2.1 |
| Area | Alchemist Core |
| Issue type | Patch |
| Severity | Medium |
| Submitted by | Peter Simmons |
| Submitted on | Jun 25, 2007 |
| Responsible |
—
|
| Target release: |
—
|
the configure.zcml referred to the wrong interface name
Need to patch it with
--- ore/alchemist/configure.zcml (revision 1968)
+++ ore/alchemist/configure.zcml (working copy)
@@ -3,7 +3,7 @@
>
<adapter
- for=".interfaces.ISQLAlchemyModel"
+ for=".interfaces.ISQLAlchemyMetadata"
provides=".interfaces.ISchemaIntrospector"
factory=".introspector.TableSchemaIntrospector"
/>
Need to patch it with
--- ore/alchemist/configure.zcml (revision 1968)
+++ ore/alchemist/configure.zcml (working copy)
@@ -3,7 +3,7 @@
>
<adapter
- for=".interfaces.ISQLAlchemyModel"
+ for=".interfaces.ISQLAlchemyMetadata"
provides=".interfaces.ISchemaIntrospector"
factory=".introspector.TableSchemaIntrospector"
/>
- Steps to reproduce:
- Use ore.alchemist trunk as of today and try to start zope.
No responses can be added.
If you can, please log in before submitting a reaction.
