PLs HELP me ASAP

2002-11-19 Thread Dhiman Paul
Dear All, I m trying to connect oracle from cocoon through XSP files, when I m getting a error like No connection in the pool. I have made changes to the cocoon.xconf file for the datasource tag. I m using oracle.jdbc.thin driver for this connectivity. Pls say me the necessery steps to come out

RE: mod_jk and CocoonII

2002-11-19 Thread foudyl
hello try to correct your URL you've written locatlhost instead of localhost remember : this is apache your drive the config so look again your httpdconf file try with your real IP eg: http://222.222.222.222/myapp instead localhost after check you mod_jk and path in your script hope you

Re: No connection in the pool

2002-11-19 Thread Sreenivasan N.
Hi You need to copy the classes.zip to common/lib. Rename .zip to .jar Connection pool configuration should have the port number with name and password dburl[EMAIL PROTECTED]:1521:xxx/dburl useruser1/user We could connect to oracle 8 in XSP Regards Sreenivasan At 12:19 PM 11/19/02 +0530,

RE: pipeline result through SOAP?

2002-11-19 Thread Reinhard Poetz
In the scratchpad there are some examples with Axis. I have never looked into them but maybe the can help you. Regards, Reinhard -Original Message- From: Josema Alonso [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 2:06 AM To: Cocoon-Users Subject: pipeline result

Re: mod_jk and CocoonII

2002-11-19 Thread Lenya L. Khachaturov
On Mon, Nov 18, 2002 at 02:09:54PM -0500, Dwayne Kemp wrote: Im using: Apache-1.3.23 Tomcat4-4.1.12 Cocoon2.0.3 mod_jk Cocoon II works fine from http://localhost:8080/my app but using the mod_jk when i go to http://locatlhost/my app only static content is served

RE: pipeline result through SOAP?

2002-11-19 Thread Josema Alonso
I've just took a look. It is using the AxisRPCReader. I thought a reader was something like a complete pipeline. I mean, it gets the request, and makes the needed steps to generate, transform and serialze. I'm using a transformer that already generates the wanted XML response. How could I embed

Re: XML declaration in text/plain output

2002-11-19 Thread Frank Taffelt
see my previous posting on this topic: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=103598703627408w=2 this seems to be a long time bug in cocoon2.1-dev ;-) hth, Frank Taffelt - Please check that your question has not

Sitemap redirect with target _top ?

2002-11-19 Thread Dr. Hans M. Rupp
Hallo! I am sitting in a frameset (not my idea ;-). In a sitemap which handles one frame I need to redirect to a url for the whole frameset (target = _top). Unfortunately I cannot find a target attribute in the map:redirect element. Is there any way to do this? Many thanks, Hans

Trailing slashes in request

2002-11-19 Thread Matthias Brunner
Hello, someone must have encountered this problem as well but I did not find anything useful (at least for me) in the archives. Sub-sitemap fragment: --- map:match pattern=admin map:redirect-to uri=admin/index/ /map:match map:match pattern=admin/

Re: Does apply-imports work?

2002-11-19 Thread Boscoe
Hi Phil, I have a stylesheet with the following matcher: xsl:template match=psi:pageContent name=psi_pageContent mode=psi_pageContent xsl:apply-templates select=psi:pageHead mode=psi_pageHead/ xsl:apply-templates select=psi:pageBody mode=psi_pageBody/ xsl:apply-templates select=psi:pageFoot

Re: Trailing slashes in request

2002-11-19 Thread Geoff Howard
The pattern you have below should work - is it possible you have a typo or some other problem causing the 404? In any case, you'll probably want to use the regex matcher instead of the plain wildcard matcher. I don't think it's defined by default in the sitemap so you may need to add

RE: Sitemap redirect with target _top ?

2002-11-19 Thread Reinhard Poetz
Hans, I think there is no way because this can't be set in Cocoon (or any other web middleware). I would include a javascript in the target page which will make it to the top page. Regards, Reinhard -Original Message- From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: Trailing slashes in request

2002-11-19 Thread Geoff Howard
oops - the regular expression match I gave you can obviously cause problems because it's not restrictive enough. In a similar case, I use: map:match type=regexp pattern=^admin[/]?$... the brackets don't have a functional purpose in this case - I just find it easier to read that way. Geoff ---

Re: Trailing slashes in request

2002-11-19 Thread Matthias Brunner
On Tuesday 19 November 2002 14:48, Geoff Howard wrote: oops - the regular expression match I gave you can obviously cause problems because it's not restrictive enough. In a similar case, I use: map:match type=regexp pattern=^admin[/]?$... the brackets don't have a functional purpose in this

Re: Have I got any other option than to

2002-11-19 Thread Jeremy Quinn
On Tuesday, Nov 19, 2002, at 08:15 Europe/London, [EMAIL PROTECTED] wrote: Jeremy, Thanks for this, what you suggest is what I need, but it does mean that I have to produce a summary element for all of my documents (could be tricky as they come out of a content management system - but that

Help with Action that puts XML fragment in Session

2002-11-19 Thread Vermeulen, Francis
Hi, I would be gratefull if anyone could shed some light on the problem I encounter. I try to use a self-written Action that produces an XML fragment (as an XMLizable object) and puts this in the Session. After which I use the SessionAttributeGenerator to generate this XML from the session and

Re: PLs HELP me ASAP

2002-11-19 Thread Lenya L. Khachaturov
On Tue, Nov 19, 2002 at 01:58:39PM +0530, Dhiman Paul wrote: Dear All, I m trying to connect oracle from cocoon through XSP files, when I m getting a error like No connection in the pool. I have made changes to the cocoon.xconf file for the datasource tag. I m using oracle.jdbc.thin driver

Re: Have I got any other option than to

2002-11-19 Thread Jeremy Quinn
This was how I did it originally, yes, it works fine, but I found it much slower :( regards Jeremy PS. Always glad to help the Police with their enquiries ;) On Tuesday, Nov 19, 2002, at 16:15 Europe/London, [EMAIL PROTECTED] wrote: Jeremy, Thanks again for your reply. I have though had

esql - dynamic result table

2002-11-19 Thread Kazmír, Jaroslav
Hello, Does someone know how generate dynamical result table, without using esql:get-columns/? I would like to get column, where in the first line will be label's of column and another lines will be Generated directly from result. I am in this way:    

RE: esql - dynamic result table

2002-11-19 Thread Artur Bialecki
I never actually used the esql logicsheet but did you try esql:column tag. For example, esql:get-column-name esql:columnxsp:exprx/xsp:expr/esql:column /esql:get-column-name Artur... -Original Message- From: Kazmír, Jaroslav [mailto:[EMAIL PROTECTED]] Sent: November 19, 2002 2:04 PM

Cocoon GetTogehter in Ghent

2002-11-19 Thread Martin Dulisch
Cocoon GetTogehter in Ghent. Matthew, Steven and Ovidiu are blogging away in real time - here are the links: http://radio.weblogs.com/0103021/ http://radio.weblogs.com/0103539/ http://www.webweavertech.com/ovidiu/weblog/index.html

Re: mod_jk and CocoonII

2002-11-19 Thread Jacob L E Blain Christen
You need lines like this in your apache httpd.conf (or included therein): JkMount /my ajp13 JkMount /my/* ajp13 These lines tell apache to forward any requests for the mounted URI's to tomcat via the AJP13 protocol which will then get processed by cocoon.

Cocoon Portal Sample - Failed to execute pipeline error

2002-11-19 Thread Franck Lumpe
Hello everyone, I use JDK 1.4.1 + Tomcat 4.1.12 + Cocoon 2.1 DEV Updated Head CVS on Windows 2000. Cocoon seems to be using the correct versions of Xerces, Xalan and XML-Api (from the Tomcat endorsed directory). Samples are running quite nicely :-) except for: 1) The XMLForm-sample error

Problem with namespaces

2002-11-19 Thread Saul Rodrigo Zarrate Cárdenas
Hi everybody I have a cocoon version number 2.0.3 and a tomcat version number 4.0.1 I have a XSP page where I have logical. If i load that page with the logical and Java source in the same page I not have any problem. In the xsp page I have something like ?xml version=1.0

Re: Problem with namespaces

2002-11-19 Thread Scott Warren
Is there another Exception in error.log ?? Just a guess but do you need the xlink namespace ??? if not try taking that out. I think (educated guess) that cocoon is triying to fetch the file http://www.w3.org/1999/xlink as it may not be in cocoons catalog. Hope this helps ?? Scott Warren

How to do a redirectiion

2002-11-19 Thread Saul Rodrigo Zarrate Cárdenas
Hello I have in a xsp page a query. That query retorn a number. If that number is 1, I want to show the page page1.html, but if that number is 0 I want to show another page, the page2.html Some idea or example or resource? Thank you Saul Zarrate Cardenas

Re: Problem with namespaces

2002-11-19 Thread Saul Rodrigo Zarrate Cárdenas
Mensaje citado por Scott Warren [EMAIL PROTECTED]: Is there another Exception in error.log ?? No, there isn't Just a guess but do you need the xlink namespace ??? if not try taking that out. I think (educated guess) that cocoon is triying to fetch the file http://www.w3.org/1999/xlink

cocoon to recognise tag libraries

2002-11-19 Thread Vicki Jansz
I have cocoon2 running on oc4j9.0.3 and a j2ee application (ipp) also running on oc4j. from my application I need to be able to convert a jsp to pdf using cocoon. I currently have a jsp with static data that converts to pdf. I don't know how to get cocoon to recognise java tags specific to

Re: XMLForm UI Builder

2002-11-19 Thread Ivelin Ivanov
Interesting approach. Can you share an example? Ivelin - Original Message - From: Scott Warren [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 3:45 PM Subject: Re: XMLForm UI Builder Senhaji, An easy way that I have achieved this is to generate an XML

Re: XMLForm JavaBean getter setter methods

2002-11-19 Thread Ivelin Ivanov
JXpath gets the collection and directly sets its items. - Original Message - From: Senhaji [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Monday, November 18, 2002 5:31 AM Subject: XMLForm JavaBean getter setter methods Hello, In the wizard example, I added some log

Re: Does apply-imports work?

2002-11-19 Thread Phil Blake
map:transform src=psi.xsl type=xalan/ Does this solve your problem? Yes it does. I missed the move of transformers. Thanks for pointing it out. It is working with xalan and not with xsltc. Do you know if apply-templates is yet-to-be-implemented? ...or why it isn't working? Just asking -

Re: Problem with namespaces

2002-11-19 Thread Scott Warren
Is there a .java file generated ?? I would check this for errors .. Also check your core.log file for signs of it trying to load sgcwebxml/logicsheets/sgcwebxml.xsl There could be an error there. Regards Scott Warren Saul Rodrigo Zarrate Crdenas wrote: Mensaje citado por Scott Warren

Re: XMLForm UI Builder

2002-11-19 Thread Scott Warren
I sent an example recently. Unfortunately I am a little snowed under at the moment. I will get an example soon .. Promise Take Care Scott Warren Ivelin Ivanov wrote: Interesting approach. Can you share an example? Ivelin - Original Message - From: "Scott Warren" [EMAIL

RE: Cocoon GetTogehter in Ghent

2002-11-19 Thread Matthew Langham
Hi, I have my pictures from the Cocoon GetTogether up here: http://sunshine.s-und-n.de/events/ghent/index.html A great event and many thanks go out to Steven Noels and the rest of the team for putting on such a great job. See you next year! Matthew -- Open Source Group Cocoon {