Hi
In our main sitemap we have a pipleline with the following match:
...
<map:match pattern="promotion-listing-*-*-*-*-*">
  ...
</map:match>

<map:match type="usecase" pattern="*">
 <map:act src="usecase-{1}.xmap" type="resource-exists">
<map:mount check-reload="true" reload-method="synchron" src="usecase-{../1}.xmap" uri-prefix=""/>
 </map:act>
</map:match>

If you are familar with lenya, this may look familiar.

Now, when I try and reference "promotion-listing-*-*-*-*-*" in my "usecase" like so:

<map:generate src="cocoon://promotion-listing-..."/>

it cannot be found. I have tried cocoon:/ and cocoon://. As cocoon:/ I get an error similar to the one described here:

http://www.mail-archive.com/[email protected]/msg41882.html

We are using 2.1.9. Any ideas why I cannot reference a pipeline?

Cheers.

--
Kamal Bhatt


--
Disclaimer: This email is confidential and may contain privileged information 
for the sole use of the person or business to which it is addressed. If you are 
not the intended recipient, please notify the sender by return e-mail or phone 
as you must not view, disseminate, distribute or copy this email without our 
consent. We do not accept any liability in connection with any computer virus, 
data corruption, incompleteness, or unauthorised amendment of this email. It is 
the sole responsibility of the receiver to scan for viruses before opening.

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

Reply via email to