Re: Creating pipeline with aggregate?

2007-02-27 Thread Grzegorz Kossakowski

Schmitz, Jeffrey A napisał(a):

 Hello,
I'm trying to create a pipeline with an aggregate, and I must be
doing something wrong in the syntax that I just can't see.  Below are my
sitemap definitions, and when the second map:part isn't specified in the
map:aggregate element, everything works fine, but simply adding the
second part:

   map:part src=cocoon:/ReadDiagMLModel/{1} strip-root=true/

Causes me to get the following error:

   Message: Resource Not Found
   Description: The requested resource /cocoon/owlTrans/DiagMLIn/PV
could not be found
   Sender: org.apache.cocoon.servlet.CocoonServlet
   Source: Cocoon Servlet

Why would adding the second map:part element cause the DiagMLIn/*
resource not to be found at all?

 map:match pattern=ReadDiagMLModel/*
   map:generate src=../../../NewModel.owl/
  /map:match

Does missing serializer confuses the Cocoon badly? :)

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



RE: Creating pipeline with aggregate?

2007-02-27 Thread Schmitz, Jeffrey A
THANK YOU, One of those cases where I could have looked at it all day and not 
seen it.

Jeff 

-Original Message-
From: Grzegorz Kossakowski [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 27, 2007 11:10 AM
To: users@cocoon.apache.org
Subject: Re: Creating pipeline with aggregate?

Schmitz, Jeffrey A napisał(a):
  Hello,
 I'm trying to create a pipeline with an aggregate, and I must be 
 doing something wrong in the syntax that I just can't see.  Below are 
 my sitemap definitions, and when the second map:part isn't specified 
 in the map:aggregate element, everything works fine, but simply adding 
 the second part:

map:part src=cocoon:/ReadDiagMLModel/{1} strip-root=true/

 Causes me to get the following error:

Message: Resource Not Found
Description: The requested resource /cocoon/owlTrans/DiagMLIn/PV
 could not be found
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet

 Why would adding the second map:part element cause the DiagMLIn/*
 resource not to be found at all?

  map:match pattern=ReadDiagMLModel/*
map:generate src=../../../NewModel.owl/
   /map:match
Does missing serializer confuses the Cocoon badly? :)

-
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]