ok, 

How do I fix this? Deleting and updating any jar?
And one question, when you define the version in a pom file, is not for
choose the correct version of the blocks - jars??

Thank you Joerg for your answer
 



Joerg Heinicke wrote:
> 
> On 23.09.2008 09:12, yosauron wrote:
> 
>> Please, Does anybody know where is the error? I have been searching the
>> error
>> for 5-6 days and I don't have any more clues... Can anyone help me?
> 
> 
>>>> Caused by: java.lang.NoSuchMethodError:
>>>> org.apache.cocoon.transformation.SQLTransformer.getLogger()Lorg/apache/commons/logging/Log;
>>>>    at
>>>> org.apache.cocoon.transformation.SQLTransformer.configure(SQLTransformer.java:278)
>>>>    at
>>>> org.apache.avalon.framework.container.ContainerUtil.configure(ContainerUtil.java:202)
> 
> Hi,
> 
> such errors usually result from incompatible jars. It means 
> SQLTransformer.configure() is looking for a method getLogger() which it 
> doesn't find. It's SQLTransformer's super class AbstractLogEnabled 
> providing this method.
> 
> Joerg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Database-connection-by-cocoon-2.2-tp17674320p19643289.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to