Hello ,

I'm trying to view  the cocoon control flow  'number guessing game' as a portal-fw 
coplet.
It works standalone but within the portal-fw pipeline i'm getting an 'incomplete 
pipeline exception'.

regards j�rn

-------------------

<map:match pattern="sunspotdemosunlet-game">
        <map:call function="main"/>
</map:match>
                        
<map:match pattern="sunspotdemosunlet-game/*.jxt">
        <map:generate type="jxt" src="resources/auth/game/documents/{1}.jxt"/>
        <map:serialize type="xml"/>
</map:match>
                        
                        
<map:match pattern="*.kont">
        <map:call continuation="{1}"/>
</map:match>


ERROR   (2003-09-01) 11:42.40:698   [core.portal-manager] 
(/samples/portal-fw/sunspotdemo-portlets) PoolThread-3/CopletThread: Exception during 
processing of coplet: game
org.apache.cocoon.ProcessingException: Attempted to process incomplete pipeline.
        at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:419)
        at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:248)
        at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:99)
        at 
org.apache.excalibur.source.impl.SourceResolverImpl.resolveURI(SourceResolverImpl.java:247)
        at 
org.apache.cocoon.components.CocoonComponentManager.resolveURI(CocoonComponentManager.java:503)
        at 
org.apache.cocoon.components.CocoonComponentManager.resolveURI(CocoonComponentManager.java:503)
        at 
org.apache.cocoon.environment.AbstractEnvironment.resolveURI(AbstractEnvironment.java:513)
        at 
org.apache.cocoon.components.source.SourceUtil.getSource(SourceUtil.java:417)
        at 
org.apache.cocoon.webapps.portal.components.CopletThread.run(CopletThread.java:206)
        at java.lang.Thread.run(Thread.java:536)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to