i missed the aop part it would be great to move all servlet independent parts outside of cocoon-servlet (CallStack ...), maybe to cocoon-pipeline
currently i cant use cocoon-servlet as dependency (and dont want). org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cocoon.blockdeployment.BlockContextURLStreamHandlerFactory' defined in class path resource [META-INF/cocoon/spring/cocoon-blockdeployment-protocol.xml]: Initialization of bean failed; nested exception is java.lang.ClassCastException: org.springframework.context.support.ClassPathXmlApplicationContext cannot be cast to org.springframework.web.context.WebApplicationContext i try to run a sitemap inside a junit test without any servlet specific parts. this works fine without coocon-servlet. after copying CallFrame, CallStack, MimeTypeCollector and spring config (ugly i know) mimetype is ok. regards Thomas Reinhard Pötz schrieb: > Thomas Markus wrote: > >> hi, >> >> i tried to manually load and invoke a sitemap and it works fine now. but >> how can i access resulting content type? i cant find something. >> > > Have a look at the RequestProcessor in the cocoon-servlet module. It's > an example of how to invoke a sitemap in a servlet environment. > > That's also my advice for your "cocoon3 inside portlets" question - and > maybe you can even use the RequestProcessor directly but I'm not sure if > you have access to everything that it needs (see the RequestProcessor's > constructor). > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
