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?

Oddly enough, my war package also doesn't deploy on Tomcat 4.0.2.   I did a
manual jar -xvf, and it looks like it works after that.  Does anyone know
how to 'force' tomcat to deploy a .war?

Cheers,
Fred
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 19 February 2002 12:37
To: [EMAIL PROTECTED]
Subject: RE: Can't build Cocoon 2.0.1


Nael,

I get the same compile problems using:

jdk 1.4.0
linux - kernel 2.4.17

This looks more like a class problem, not an install path problem.  To
repeat, the root error looks like:
cocoon-2.0.1\build\cocoon\src\org\apache\cocoon\components\language\markup\x
sp\EsqlConnection.java:22: class
org.apache.cocoon.components.language.markup.xsp.EsqlConnection must  be
declared abstract. It does not define void setHoldability(int) from
interface java.sql.Connection.



Legal Disclaimer 

This message contains confidential information and is intended only for
the individual named.  If you are not the named addressee you should not
disseminate, distribute or copy this e-mail.  Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system.
mail transmission cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed, arrive late or
incomplete, or contain viruses.  The sender therefore does not accept
liability for any errors or omissions in the contents of this message that
arise as a result of e-mail transmission.  If verification is required
please request a hard-copy version.  This message is provided for
informational purposes only.
our website at: http://www.widelearning.com

Wide Learning is a trading name of Wide Multimedia Ltd Registered office:
33-41 Dallington Street, London EC1V 0BB
Company number: 3339664 VAT number: 690 8399 83


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

Reply via email to