Sascha,

There is significant interest in any effort which improves
documentation. Your javadoc patch will definitely be reviewed and
applied if you send it to cocoon-dev (Subject prefix: [PATCH]). Just
make sure that you send patch in "cvs diff -u" format.

Regarding your issue with:
  <jdbc name="MyConnectionName"
        class="org.apache.avalon.util.datasource.JdbcDataSource">

I did not work with DatabaseReader, but I believe that simple:
  <datasources>
    <jdbc logger="core.datasources.personnel" name="personnel">
      <dburl>jdbc:hsqldb:hsql://localhost:9002</dburl>
      <user>sa</user>
      <password/>
    </jdbc>
  </datasources>

must work Ok (this is snippet from default cocoon.xconf). If it does not
work - that means there is some bug somewhere.


Thanks,
Vadim


-----Original Message-----
From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, July 28, 2002 9:45 AM
To: [EMAIL PROTECTED]
Subject: RE: Return BLOB Value / redesigned DatabaseReader / a NO
thank-you to Cocoon-developers

Hello Vadim, 
Yes, I could make a diff from my sourcefile and documentate all those
things in the JavaDoc manner. Do you can transmit this to the dev-list
or would there be an interest for it ?
Sascha 

> -----Original Message----- 
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] 
> Sent: Sunday, July 28, 2002 3:35 PM 
> To: [EMAIL PROTECTED] 
> Subject: RE: Return BLOB Value / redesigned DatabaseReader / 
> a NO thank-you to Cocoon-developers 
> 
> 
> Sascha, 
> 
> Do you want to submit a patch to DatabaseReader documentation? 
> 


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