Ivan Luzyanin schrieb:

> I want to create cocoon component to access a datasource. I have found
> in cocoon documentation (cocoon-2.0.3/docs/developing/datasources.html)
> a string:
> "... your class needs to implement the Avalon Composer interface."
> and an example that shows implementation of "compose" method. 
> BUT the problem is - where (what package) is "Avalon Composer
> interface"???
> 
> Env: cocoon-2.0.3, JDK 1.3.1_02, SuSE 8.0, Tomcat 4.0.1

This is a typo methinks. The compose method is specified by the 
Composable interface

http://jakarta.apache.org/avalon/api/org/apache/avalon/framework/component/Composable.html

which is what you have to implement.

        Sven




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