Daniel Fagerstrom pisze:
Couldn't we just give the servlet service serializer e.g. text/xml as default mime type. That will make the check happy. Then we just overwrite the default in the serializer. OK, it is a hack, but it doesn't seem that easy to find a clean solution for this.
Done and seems to work. Thanks for hints, I was rather backward while thinking about this issue.
See http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/spring/cocoon-core-serializers.xml for how you set mime types on serializers.
Ahhh, I missed this comment and I've done it in the code, I'll fix it later. -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/
