(...)- the resource type matching does not yet use the new meta-data
I don't quite understand, what do you mean here?
At the start of the meta-data discussion (a while back, true enough :) ) we talked about removing the need for calculating the resource type upon each request for a document, and instead keeping the resource type in the metadata and using that value.
I guess that would mean removing the DocumentTypeResolver, and replacing it with calls to Document.getResourceType().
For example, PageEnvelopeModule.getDocumentType() would now just be a one-liner, envelope.getDocument().getResourceType()
I don't know if there are also more complicated cases, as the DocumentTypeResolver is used in several places and also involves an instance of the DocumentType class.
-- Wolfgang
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
