1. When I use this :
   <map:match pattern="getxml">
    <map:act type="auth-protect">
     <map:parameter name="handler" value="baepphandler"/>
     <map:generate src="xml/getxml.xml"/>
     <map:transform type="session"/>
     <map:serialize type="xml"/>
    </map:act>
   </map:match>

and a map aggregate with several documents including cocoon://getxml Tomcat
prints things in loop... related to ToSax method but I don't find this in my
log...  or I get OutOfMemory Error, anyway this below doesn't work :

authentication procedure then :
<map:aggregate element="page">
      <!-- gets session info (rights...) -->
      <map:part element="mlmenu"
src="xmldb:tamino://i3in0/tamino/BAEPP/BAEPP/#mlMenu"/>
      <map:part element="mlform" src="cocoon://mlform"/>
      <map:part element="session" src="cocoon://getxml.xml"/>
     </map:aggregate>
<map:transform src="xsl/copy.xsl"/> <!-- plain copy -->
<map:serialize type="xml"/>

This is why I aggregate getxml.xml then apply the session transformer in
every pipeline...

  <map:aggregate element="page">
      <!-- gets session info (rights...) -->
      <map:part element="mlmenu"
src="xmldb:tamino://i3in0/tamino/BAEPP/BAEPP/#mlMenu"/>
      <map:part element="mlform" src="cocoon://mlform"/>
      <map:part element="session" src="xml/getxml.xml"/>
     </map:aggregate>
     <map:transform type="session"/>

Any idea why I cannot use a separate pipeline to get session info ?

2. When Cocoon starts up I see this below, I use only Cocoon's jars and
configuration files. What can I do ?
Thanks a lot.

Babs

ERROR   (2002-10-03) 17:02.05:662   [core.store.persistent] (/baepp/login)
Thread-5/JispFilesystemStore: get(..): Exception
com.coyotegulch.jisp.DatabaseException: no indexes associated with this
database
 at
com.coyotegulch.jisp.IndexedObjectDatabase.<clinit>(IndexedObjectDatabase.ja
va:88)
 at
org.apache.cocoon.components.store.JispFilesystemStore.initialize(JispFilesy
stemStore.java:239)
 at
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(De
faultComponentFactory.java:275)
 at
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(
ThreadSafeComponentHandler.java:98)
 at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(Excal
iburComponentManager.java:268)


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to