I can't run cocoon2

2002-11-07 Thread Iker Ametzaga
Hello,
I've been using cocoon 2.0.2 with tomcat 3.3.1 correctly, but now I 
can't run it. The tomcat shows this error on startup:

2002-11-07 13:11:24 - /cocoon: Exception in R( /cocoon + / + null) - java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:1576)
	at java.lang.Class.getConstructor0(Class.java:1748)
	at java.lang.Class.newInstance0(Class.java:266)
	at java.lang.Class.newInstance(Class.java:249)
	at org.apache.tomcat.facade.ServletHandler.getServlet(ServletHandler.java:346)
	at org.apache.tomcat.facade.ServletHandler.preInit(ServletHandler.java:439)
	at org.apache.tomcat.facade.ServletHandler.init(ServletHandler.java:228)
	at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:472)
	at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
	at org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Ajp13Interceptor.java:341)
	at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
	at java.lang.Thread.run(Thread.java:536)

Thanks in advance.
Iker.





-
Please check that your question  has not already been answered in the
FAQ before posting. 

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



Re: Handling a form values and updating an XML

2002-10-25 Thread Iker Ametzaga
Could I use xmlforms, with a bean handling the form values and updating 
the XML document usin jdom? Is it possible? Thanks.

Bert Van Kets wrote:

I'm using the FileWritingTransform to do this.  There are lots of 
samples in the portal demo where the user data is written to disk.  It 
supports full XPath in the file, so you can add or replace XML parts.

There is a big BUT though!!!
There is no file locking in the FWT, so you must make sure only 1 
person at the time does access the file.  AFAIK Apart from this there 
is no standard way of writing to a file in Cocoon.

Bert

At 11:43 25/10/2002 +0200, you wrote:

Hello,
I have a XML document with some values, that I pass to an html form 
using a XSL. When the form is submitted with the new values, I want 
to update the XML document with these new values. Which is the best 
way of doing this, using all the power of cocoon 2.1. That's all, 
thank you very much.
Iker Amezaga


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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



-
Please check that your question  has not already been answered in the
FAQ before posting. 

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





-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Handling a form values and updating an XML

2002-10-25 Thread Iker Ametzaga
Hello,
I have a XML document with some values, that I pass to an html form 
using a XSL. When the form is submitted with the new values, I want to 
update the XML document with these new values. Which is the best way of 
doing this, using all the power of cocoon 2.1. That's all, thank you 
very much.
Iker Amezaga


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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