Hey all,  I just did an SVN update on my cocoon dir, and got an old
problem all over again,

NoSuchMethodError:
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.build

(the whole thing's below)

In my attempts to track down what's causing this, I've rebuilt cocoon
quite a few times, trying to make sure I was getting a clean build of
all this.  One thing bugs me: both the cocoon build and my own
webapp's build keep trying to download modules that are part of cocoon
from apache.snapshots.

Is it possible that some of the various maven subprojects in cocoon
depend on older versions of each other, thusly invoking the download?

I donno, I'm pulling at straws here.  But somethings' gotta be up when
I'm getting the same NoSuchMethodError I got a month ago for a vastly
different source base.

Thanks in advance for your help,
-ls

And as a note, my sincere gratitude for everyone on this list, a
cocoon project wouldn't be doable without you!

2007-03-28 16:26:59.992::WARN:  Nested in
org.springframework.beans.factory.BeanDefinitionStoreException:
Unexpected exception parsing XML document from ServletContext resource
[/WEB-INF/applicationContext.xml]; nested exception is
java.lang.NoSuchMethodError:
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.build(Ljava/io/InputStream;Ljava/lang/String;)Lorg/apache/avalon/framework/configuration/Configuration;:
java.lang.NoSuchMethodError:
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.build(Ljava/io/InputStream;Ljava/lang/String;)Lorg/apache/avalon/framework/configuration/Configuration;
       at 
org.apache.cocoon.core.container.spring.avalon.ConfigurationReader.loadURI(ConfigurationReader.java:506)
       at 
org.apache.cocoon.core.container.spring.avalon.ConfigurationReader.handleInclude(ConfigurationReader.java:458)
       at 
org.apache.cocoon.core.container.spring.avalon.ConfigurationReader.parseConfiguration(ConfigurationReader.java:304)

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

Reply via email to