Hi Martin,
Still one more correction. The org.apache.cocoon.auth.acting.* package,
from cocoon-auth-impl, version 1.0.0, gives another exception:
java.lang.NoSuchMethodError:
org.apache.cocoon.auth.acting.LoggedInAction.getLogger()Lorg/apache/commons/logging/Log;
at
org.apache.cocoon.auth.acting.LoggedInAction.act(LoggedInAction.java:50)
I could get rid of this by using the 1.0.0-RC2 version of
cocoon-auth-impl instead.
Note that at
http://repo1.maven.org/maven2/org/apache/cocoon/cocoon-auth-impl, the
jar file for version 1.0.0 actually exists, since 07-Apr-2008 (and
similar for cocoon-pipeline-components). But for the time being, it
seems that one still should use the RC2 version of both cocoon-auth-impl
and cocoon-pipeline-components.
Cheers,
A.
Andre Juffer wrote:
Hi Martin,
You were right. The 1.0.0-RC2 for cocoon-pipeline-components was fine.
Note that there is small error at
http://cocoon.apache.org/2.2/blocks/auth/1.0/1315_1_1.html
The class
org.apache.cocoon.auth.StandardApplication
should be replaced with
org.apache.cocoon.auth.impl.StandardApplication
The first is from cocoon 2.1 series, the second is for 2.2:
http://cocoon.apache.org/2.2/blocks/auth/1.0/apidocs/org/apache/cocoon/auth/impl/StandardApplication.html
Thanks,
Andre
Martin Heiden wrote:
Hi Andre,
Monday, May 5, 2008, 8:52:30 PM, you wrote:
AJ> <dependency>
AJ> <groupId>org.apache.cocoon</groupId>
AJ> <artifactId>cocoon-pipeline-components</artifactId>
AJ> <version>1.0.0</version>
AJ> </dependency>
I don't think that cocoon-pipeline-components 1.0.0 is already
released officially. The 1.0.0 POMs appeared a few weeks ago, but I
couldn't get them to work and the site didn't mention the release at
all...
So stick with the RC2 version and resolve your other dependency woes.
I don't think that the NoSuchClassException disappeared. It appeared
another Exception before the point it was thrown, or?
This might be useful:
http://maven.apache.org/plugins/maven-dependency-plugin/examples/resolving-conflicts-using-the-dependency-tree.html
Good Luck!
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Andre H. Juffer | Email: [EMAIL PROTECTED]
The Biocenter and | WWW: www.biochem.oulu.fi/Biocomputing/
the Dep. of Biochemistry | Fax: +358-8-553-1141
University of Oulu, Finland | Phone: +358-8-553 1161
Triacle Biocomputing | WWW: www.triacle-bc.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]