On 4/18/05, Brian Moseley <[EMAIL PROTECTED]> wrote: > Stefan Guggisberg wrote: > > > you can register node types by calling > > > > btw: custom_nodetypes.xml should never be manipulated > > directly > > so you're saying there's no declarative way to register node types? why not? > > does programmatic node type registration of a particular node type have > to be performed every time a repository instance is initialized, or just > once? >
once; definitions of node types, once successfully registered, are internally persisted by the repository and loaded on startup.
