Bobby Mitchell wrote:
> I'm trying to use multiple descriptor files for mod-db actions. 
>     72       <map:action name="mod-db-sel-email-pw"
>     73         src="org.apache.cocoon.acting.modular.DatabaseSelectAction">
>     74         <descriptor>db1.xml</descriptor>
>     75         <throw-exception>true</throw-exception>
>     76         <append-table-name>false</append-table-name>

This is not (yet) in CVS.

>     77         <output>session</output>
>     78       </map:action>

> 
> The error message:
> _org.apache.cocoon.ProcessingException: Could not add record: 
> org.apache.avalon.framework.configuration.ConfigurationException: Error 
> trying to load configurations for resource: 
> file:/var/tomcat4/webapps/cocoon/list/db1.xml_

Any other messages above this one? Like "could not find table set" or 
something?

> All of these files have file permissions of  664 and are owned by tomcat4.
> 
> I am using Cocoon 2.1-dev from cvs around Aug 15, Tomcat 4.0.2, and JDK 
> 1.4.1 from Sun.

Sounds fair enough. Personally, I use 1.3.1_04 and tomcat 4.1.7. There 
were some issues with 4.0.x at some point but I think they were resolved.

> I have also tried using <map:parameter name="descriptor" 
> value="db1.xml"/>, but I get the same results.
> 
> Are there any limitations on file name, such as excluded characters, 
> length, etc?

None that I am aware of.

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
     fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08


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