• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Cocoon Streaming of an internal pipeline is not possible with a reader

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,

I have an error working with Cocoon frame work.
I am trying to get a HTML file from the DB and trying to display it on the browser. In my sitemap.xmp, I am using <map:read> to do achieve this. File types, '.gif', '.txt' and '.html'are displaying properly. But a '.htm' file is not displayed and shows the following error.

"org.apache.cocoon.ProcessingException: Streaming of an internal pipeline is not possible with a reader"

I am totally new to Cocoon framework and also XSLT.

Any help would be greatly appreciable. Please help me.

Thanks in advance.

Regards,
Sandeep.
 
reply
    Bookmark Topic Watch Topic
  • New Topic