What you tried to do is access a component from the web. If you want to use other matchers in your sitemap in your current pipeline, try "cocoon:/write.xslt". Look at the wiki's for more about protocols: http://wiki.apache.org/cocoon/Protocols

Kind Regards,
Jan

Janvier Majirus FANSI wrote:


hi all, I use these pipelines within my sub-sitemap:

<map:match pattern="write.xslt">
   <map:generate src="authorization2.xml"/>
   <map:transform src="essai3.xslt"/>
   <map:serialize type="xml"/>
</map:match>

<map:match pattern="test">
    <map:generate src="maj.xml"/>
     <map:transform src="http://localhost/cocoon/csysec/write.xslt";>
           <map:parameter name="use-request-parameters" value="true"/>
     </map:transform>
     <map:serialize type="xml"/>
</map:match>

the second pipeline use write.xslt, that is the result of the first one to complete.

Whenever  make request  http://localhost/cocoon/csysec/test?user=apache

Cocoon return an internal server error with this message: "You cannot lookup components on a disposed ComponentLocator"

I used cocoon2.1.5.1.

Should anyone know what is wrong?
Any suggestion or remark is welcome.

regards

Majirus

_________________________________________________________________
Recevez par e-mail des �motic�nes pour MSN Messenger http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f




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




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



Reply via email to