On Tue, 19 Feb 2002 [EMAIL PROTECTED] wrote: > All, > Looks like one way to fix this problem is to declare the 2 classes as > abstract: > > cocoon-2.0.1/build/cocoon/src/org/apache/cocoon/components/language/markup/x > sp/EsqlConnection.java (line 22): > > public abstract class EsqlConnection implements Connection { > ^^^^^^^^ > > cocoon-2.0.1/build/cocoon/src/org/apache/cocoon/components/language/markup/x > sp/EsqlConnectionCocoon2.java (line 20): > > public abstract class EsqlConnectionCocoon2 implements Connection { > ^^^^^^^^ > > Don't know if there are any implications to doing this... Can anyone from > the Cocoon team comment?
This will only solve the error when *building* cocoon. But you will get an error when using the esql logicsheet because it will try to create an abstract instance then. An ugly work around should be to remove the ant tags for JDBC 3 compliance. (search in EsqlConnection and EsqlConnectionCocoon2 for @JDBC3_START@ and @JDBC3_STOP@) Could you please report back if this solves the problem (as I don't have 1.4 installed yet) ...looks like a ant/build.xml problem. Thanks -- Torsten --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>