Re: Cocoon 2.1.6

2005-01-03 Thread News Hunter
i use jdk1.5 to compile cocoon 2.1.6 with the lines belove and get this error. build.properties compiler=modern compiler.debug=on compiler.optimize=on compiler.deprecation=off compiler.nowarn=on source.vm=1.3 target.vm=1.5 compile-core: Copying 18 files to

RE: Cocoon 2.1.6

2005-01-03 Thread Oleksandr Filatov
Here is the patch for DocumentWrapper.java http://issues.apache.org/bugzilla/attachment.cgi?id=13596 Best regards, Oleksandr Filatov -Original Message- From: News Hunter [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:38 AM To: users@cocoon.apache.org Subject: Re: Cocoon

Re: Cocoon 2.1.6

2005-01-03 Thread Johnson
1.in tools/targets/init_build.xml change target=1.3 to target=1.5 2.in the same dir ,compile-build.xml samples-build.xml find the javac statement,add one line source=1.4 below target= 3.in tools/src/blocks-build.xsl do the same to step 2. hope this helped Johnson - Original Message -

Re: Cocoon 2.1.6

2005-01-03 Thread Johnson
can't send zip attachment to the maillist pls give me your mail addr johnson - Original Message - From: News Hunter [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Monday, January 03, 2005 5:12 PM Subject: Re: Cocoon 2.1.6 could you send me your tools/targets folder as a zip file?

Re: Cocoon 2.1.6

2005-01-03 Thread Johnson
in 2.1.6 just do the first step,The all step is just for 2.1.5.1 johnson - Original Message - From: Johnson [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Monday, January 03, 2005 5:24 PM Subject: Re: Cocoon 2.1.6 can't send zip attachment to the maillist pls give me your mail addr

Auth-fw problem: Passing username to SQL-transformer fails in Authenticatation resource

2005-01-03 Thread trondal
Hello. I'm following the sample Authentication-fw (without flow). I have successfully set up my sitemap, and everything works when the authentication resource is the default userlist.xml. However I want my resource to come from mysql. !--this passes the control to authenticate at first--

Struts and Cocoon integrated

2005-01-03 Thread Ingrid Morterud Rosvall
Title: Melding We have a Struts application up and running. We want to integrate Cocoon, to be able to render xml-files. However, even if we use the Cocoon plug-in for Struts, there seems to be some problems getting these two to work together. Right now it seems that Cocoon do not

cforms, excel

2005-01-03 Thread gounis
hi people has anyone worked on binding cforms to excel worksheets? regards --stavros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html

2005-01-03 Thread Saulius Grigaliûnas
Hello cocoon users, I'm giving up after searching google and cocoon mailing list for four days. I need to fetch user input from db and show it as-is (it may contain html tags). My sitemap looks like this: map:pipeline map:match pattern=test/

Re: html

2005-01-03 Thread Saulius Grigaliûnas
Hello again, SG I've seen a few similar problems in the list, but I couldn't SG find a real working solution. Please, help me if you can, I'm SG starting to lose the hope. Sorry, I forgot to mention the most important things : I'm using cocoon 2.1.6 with tomcat 5.0.30. Database

RE: html

2005-01-03 Thread Mike Dickson
I tried the Database Actions but found Hibernate a better match for me. I created my own custom Action and used the Hibernate libraries to return the data to the pipeline. If you are doing simple lookup only data gathering of HTML it may be easier to look at Database Actions. Good luck, Mike

Fwd: RE: [xreporter] Fwd: aggregate field with optional values [RESOLVED]

2005-01-03 Thread Paul Joseph
Thanks to Bill. I *think* that the xreporter-expressions jar in Cocoon 2.1.6 needs to be updated to use this fix (that is part of xReporter, latest rev.). thx Paul Note: forwarded message attached. = This communication, including attachments, is for the exclusive use of the addressee and

Re: html [solved]

2005-01-03 Thread Saulius Grigalinas
Hello again, Thank you, thank you and thank you. With correct usage of esql:get-xml I got it working. I attached the original letter with solution for anyone who may seek for similar help in future. Cya -- Saulius @ 2005.01.04 00:13---BeginMessage--- hi saulius 1.take a look at this thread

Re: Saxon

2005-01-03 Thread Jean-Claude Moissinac
Jean-Claude Moissinac wrote: Hello I would like to use Saxon and Xalan in my site. The article in http://wiki.apache.org/cocoon/Saxon helps me well with saxon7 But with saxon8, I get an error in the cocoon shell window: ... 16:06:38.553 WARN!! Error for /samples/hello-world/hello.saxon

how to POST http to a servlet?

2005-01-03 Thread Harry Stangel
How can I use Cocoon to POST (not GET) an http request to a servlet? Best, Harry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to determine Cocoon memory usage?

2005-01-03 Thread Grzegorz Taczyk
Hello users, When I view samples/statuspage I see: total: 253.19MB so it seems to be correct, but top command memory statistics are saying something diffrent: 362m. The first value is constat, but 362m after few hours changed to 384m. How to explain it? I have JVM 1.5.0, Tomcat 5.5.4

Struts with cocoon problem

2005-01-03 Thread Siva
Hi , I am new to cocoon and I am using cocoon with struts using Struts- cocoon plugin.In this, i am getting XML output from the action class(making form bean,request and session objects as XML),now I want to process that XML with xsl using cocoon pipeline.I don't know how to pass the dom

Re: how to POST http to a servlet?

2005-01-03 Thread Jan Hoskens
Harry Stangel wrote: How can I use Cocoon to POST (not GET) an http request to a servlet? Best, Harry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I use the following to post a