On 4/5/07, Stefan Guggisberg <[EMAIL PROTECTED]> wrote:
btw: the use case mentioned in the first post (automatically adding mix:versionable to nt:file nodes on creation) can be elegantly covered by creating a new type which extends from both nt:file and mix:versionable, e.g. [foo:file] > nt:file mix:versionable cheers stefan
In fact, this is almost exactly what I'm doing in my project using Jackrabbit: [my:file] > nt:file mix:referenceable It works out quite nicely. -Brian
