Hi,
I'm developing an Alfresco Client using Spring Surf and the CMIS client. To download the content I write a webscript and once the ContentStream is retrieved, I write it in the OutputStream in the response.
Using SpringSurf 1.0 the application raises an IllegalStateException due to the extensibility mechanism of the Container, but the content is downloaded correctly.
How can I avoid that exception? Someone had the same problem?
Regards, Jorge Saenz.