Skip to content

Avoid using the component architecture during parsing of xml schema #6

Description

@do3cc

Right now, supermodel tries to access utilities during import time, when being used to define a schema of an interface.
It may or may not be that at that time all utilities have been loaded, bring back one of the problems the zcml component architecture tried to solve, namely not depend on import orders.
Currently, when I use supermodel schemas, I have to create a different marker interface, contained within a different module and then declare browser views for that marker interface. Else, my tests won't run, because supermodel cannot initialize my schema.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions