Here's a wild guess. Check in your WEB-INF/lib to see anything beginning
with geronimo-spec. If there, delete them.
They are (as far as I understand it) jar files that allow us to compile
Cocoon, but do not provide the full functionality that is required and
could account for "method not yet implemented".
Let me know whether I am right or not :-)
Regards, Upayavira
Bingo !
wild but clever guess ;)
However, if i just delete all geronimo-* from web-inf/lib, the default cocoon fails to launch, probably because of some other block.
I noticed that if i build cocoon with the jars in the local/lib folder, i get this message at the end of the build
[WARN] Using local library local/mail.jar : ensure it
doesn't conflict with any other library.
In my app, where only the blocks i used are selected, only 2 geronimo-* files are created (4 in default cocoon install) and deleting theses 2 files from my webapp/web-inf/lib directory did solve the problem and doesn't prevent cocoon to lauch correctly.
Thanks a lot,
Marc
