Cocoon 2 - Internal server error: Cannot get component selector for 'generate'

2002-11-18 Thread rofre
Hello everyone, I'm extremely new to Cocoon 2 and have so far a limited knowledge of xml and java technologies, but I need to configure Cocoon and Tomcat to run a site but keep encountering this Internal server error. How can I handle this error in the sitemap.xmap? Thanks a lot in advance for

RE: XMLForm UI Builder

2002-11-18 Thread Senhaji
Thank you guys. I'll get a look to the XYbrix tool. Scott, your approach sounds good too. I'll appreciate a lot if you can drop me your ANT generation script to save me time and money -) Regards, Senhaji -Message d'origine- De : Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Envoye :

RE: LDAP

2002-11-18 Thread Martin Geissler
Hello, as far as i know is the LDAP Tranformer not included in Cocoon 2.0.3 Perhaps use the sources at the Code Repository. Regards Martin [EMAIL PROTECTED] Freitag, 15. November 2002 14:52:53 Hi!. Can anyone give me any example of use LDAP Transformer on Cocoon 2.0.3, because I can't find

Re: Weird Saxon errors

2002-11-18 Thread Oskar Casquero
Jeremy, I have got exactly the same problem when I use saxon 6.5.2 with cocoon 2.0.3 or cocoon 2.1 (invalid processing instruction name (saxon:warning) at line 13 column -1 (what column is that?)). I have configured saxon role in the same way as you (as described in

XSLT processor problems

2002-11-18 Thread Oskar Casquero
Hello, I have done a simple pipeline in cocoon that applies some transformations to an xml document and obtains a text document: map:match pattern="MAST" map:generate src=""/ map:transform src=""/ map:serialize type="text"/ /map:match Depending on the cocoon version, the result is

sendmail Attachment

2002-11-18 Thread Scherler, Thorsten
Hello group, I try to achieve the following thing: i want to send reports as pdf Attachment that are stored not on the file system but @http e.g.: http://localhost:8088/cocoon/weidmueller/IDC2/info_adm.pdf?date=11/15/2002 I wrote a vb script to attach the file but I can't use for attaching an

Re: Weird Saxon errors

2002-11-18 Thread SAXESS - Hussayn Dabbous
Hy; I got exactly the same problems as you describe. Finnally i managed to setup my system for operation. Unfortunately i had lots of interconnected problems, so i can't tell you, what finally solved exactly the problem, you are describing. I had a look into your problem, but couldn't reprocuce

Passing request parameters to coplets

2002-11-18 Thread Alex Romayev
Hello, Is it possible to pass request parameters to coplets? Thanks, -Alex - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To

Re: Weird Saxon errors

2002-11-18 Thread Oskar Casquero
Here you have XML/XSLT combination. Can you tell me the steps you followed to setup saxon role? Thanks, Oskar - Original Message - From: SAXESS - Hussayn Dabbous [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 18, 2002 11:40 AM Subject: Re: Weird Saxon errors Hy; I

integrating php with cocoon 2.0.3

2002-11-18 Thread tom.troonbeeckx
Dear sir, madam, I have compiled cocoon-2.0.3 as described in the HOWTO in order to work with PHP-files. I'm running a j2sdk-1.4.1 and a tomcat 4.0.6 in a Redhat 7.1 Linuxbox. The compilation went fluently. I have put the cocoon.war in the WEBAPPS-folder and the phpsrvlt.jar into the

Out of Memeory in cocoon2.0.2

2002-11-18 Thread Murari Dhoot
We developed a application in cocoon...and it s running properly for 6-7 user ...but once the user size increasessomtime its throwing Out of memory Exception... what may be the problem??? And how tooptimize the performance of cocoon application Thanks

Re: integrating php with cocoon 2.0.3

2002-11-18 Thread Roger I Martin PhD
Put the phpsrvlt.jar in you webapps lib area. - Original Message - From: tom.troonbeeckx [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 18, 2002 5:57 AM Subject: integrating php with cocoon 2.0.3 Dear sir, madam, I have compiled cocoon-2.0.3 as described in the HOWTO

XML declaration in text/plain output

2002-11-18 Thread Hay Bruce
Hi, I've a simple pipeline to make CSV data: !-- Chart CSV Data -- map:pipeline map:parameter name=expires value=now plus 50 seconds/ map:match pattern=members/only/charts/*.csv map:generate type=xsp src=logic/members/{1}.xsp/ map:transform

RE: integrating php with cocoon 2.0.3

2002-11-18 Thread tom.troonbeeckx
I have put the servlet in the webapps libarea. But still no go... In the sitemap.xmap i have defined the following. map:match pattern=phptest map:read mime-type=text/html src=woonconsulent/content/php/test.php type=php/ /map:match Im a newbie in the cocoonworld. Maybe i just

XMLForm JavaBean getter setter methods

2002-11-18 Thread Senhaji
Hello, In the wizard example, I added some log traces in the UserBean's getter and setter methods to see what happen behind the scene. When I push the start button, the getAllHobbies is called many times (20). The same thing happens with the getSystem(). However the setSystem() method is never

how to lock a pipeline?

2002-11-18 Thread Oskar Casquero
Hello, Does anyone know if it is possible to lock the access to a pipeline while that pipeline is being executed? I want to use a pipeline as a shared resource: when a user calls that pipeline from the browser, thepipeline is locked untilit finish its execution and then itisunlocked, being

Re: integrating php with cocoon 2.0.3

2002-11-18 Thread Roger I Martin PhD
I still think you have a classpath problem; not a sitemap problem. - Original Message - From: tom.troonbeeckx [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 18, 2002 6:21 AM Subject: RE: integrating php with cocoon 2.0.3 I have put the servlet in the webapps libarea. But

Sendmail with wyona

2002-11-18 Thread Scherler, Thorsten
http://mail.wyona.org/pipermail/wyonacms-dev/2002-July/90.html Hello group, I want to do the exact same thing! http://members.iinet.net.au/~xions/jigsaws/sendmail.html But how can I achieve that within wyona? I mean for example: 3. Copy mail.jar and activation.jar to

Re: Weird Saxon errors

2002-11-18 Thread SAXESS - Hussayn Dabbous
Hy; Your stylesheet produces plain text as output. This seems to be a problem for cocoon transformers. I don't know, if this behaviour is a feature, or a bug. (Maybe the developers can tell us ;-) ? But here is the solution as it works on my site: 1.) Add following template to your stylesheet:

Re: Cocoon 2 - Internal server error: Cannot get componentselector for 'generate'

2002-11-18 Thread Ahmed
On Mon, 2002-11-18 at 09:29, [EMAIL PROTECTED] wrote: I'm extremely new to Cocoon 2 and have so far a limited knowledge of xml and java technologies, but I need to configure Cocoon and Tomcat to run a site but keep encountering this Internal server error. How can I handle this error in the

Core Dump PHP cocoon2

2002-11-18 Thread Tom Troonbeeckx
Dear Sir, Madam, I finally got the php working with cocoon2. Thx for the many support. However. When I process a the phpinfo()-function, Cocoon2 shows just a bit of data. When I refresh the page a couple times. I have tomcat-core dump. Any ideas why? Thanks in advance. Ideaxis nv -facing

MalformedURLException: unknown protocol: slide

2002-11-18 Thread Alexander Peters
Hello all, i got this MalformedURLException when i tried to let cocoon transform xml from a slide repository. raw works fine but the generation failed when loading the dtd as a relative link. making it absolute for example to the url: http://localhost:8080/samples/slide/view/ktit.dtd always

RE: Core Dump PHP cocoon2

2002-11-18 Thread Tom Troonbeeckx
I have found any logs about the core dump. The log is listed below. However i have checked the libphp4.so with the dependencies and they are all correct The output list of ldd libphp4.so goes as follows: libpam.so.0 = /lib/libpam.so.0 (0x4013d000) libstdc++-libc6.2-2.so.3 =

PHPGenerator

2002-11-18 Thread Leszek Gawron
I am not able to make PHPGenerator work but maybe you will see some mistake in my actions: 1. I have downloaded PHP 4.2.3 Win32 binaries from PHP site 2. I have enabled php_java extension and setup [Java] section like this: [Java] java.class.path =

RE: inserting doctype from xsl

2002-11-18 Thread Hunsberger, Peter
There's more than one doctype you could have for HTML. Some folks may want to send HTML 3.2 with the appropriate header. It would be possible to have all of the doctypes ready to go out of the box. It would also mean a html32 serializer, a html4 serializer, a html401 serializer, etc.

RE: Core Dump PHP cocoon2

2002-11-18 Thread Jose Borges Ferreira
I'm thinking if anybody actually run php with tomcat ever ;) Acording to these people ( me included ) php servlet always core dumped after some usage. http://bugs.php.net/bug.php?id=17020 http://bugs.php.net/bug.php?id=18939 Apparently the servlet implementation should be better. I am not a

XMLForms: storing and displaying tabular data

2002-11-18 Thread Rob Johnston
Hello, I am trying to do something very specific using XMLForms and have been coming up dry on ideas on how to do it. Basically, I want to have a screen which will have a table where selected items are displayed, as well as a item-specific version number:

Have I got any other option than to...?

2002-11-18 Thread conrad . crampton
...create my own indexing xsp page to allow me to include document elements in my HitWrapper object so I can output something meaningful as my search results? I can't find anything out there that shows how to use the cocoon specific classes to include things like title element or other

Re: Weird Saxon errors

2002-11-18 Thread Jeremy Quinn
On Monday, Nov 18, 2002, at 12:50 Europe/London, SAXESS - Hussayn Dabbous wrote: Hy; Your stylesheet produces plain text as output. This seems to be a problem for cocoon transformers. I don't know, if this behaviour is a feature, or a bug. (Maybe the developers can tell us ;-) ? But here is

Re: Does apply-imports work?

2002-11-18 Thread Joerg Heinicke
Phil Blake wrote: Hi all, I'm having a problem with apply-imports applying any imports. Can someone in-the-know assure me that apply-imports is functional? Also, if there is any trick to using it as I haven't seen it work yet and I think I've got a pretty simple example. Thanks in advance,

Re: Using matchers, especially sessionstate...

2002-11-18 Thread Christian Joelly
Hi Christian! On Tue, Nov 12, 2002 at 12:09:16PM +0100, Christian Haul wrote: Please be aware that the above code may allow a user to substitute sNachname with a string like '; close database; drop database somedb;' what is probably not intended. Consider using prepared statements like

TextSerializer (was: XSLT processor problems)

2002-11-18 Thread Joerg Heinicke
Some time ago there was a mail according some problems with the TextSerializer, but I didn't find it. But there was said, because of some other problems with Xalan, the configuration of the text serializer was deactivated. Can somebody confirm this? Oskar Casquero wrote: Hello, I have done a

xsp-util:include-expr problem

2002-11-18 Thread Parmley, Scott C.
Hello. I am trying to include some generated xml from another object in an XSP docment using xsp-util:include-expr Here's a code snippet to show you what I've done. vendor-table xsp:logic String fxml = ; try { fxml =

Re: Have I got any other option than to...?

2002-11-18 Thread Jeremy Quinn
The ability to do this is not built-in currently, regardless of what it implies in the documentation. The patch to add your own fields is very simple, we are discussing adding this ATM on the dev list. Just incase you are in too much of a hurry I have added 'title' and 'summary'

Re: Weird Saxon errors

2002-11-18 Thread Oskar Casquero
With cocoon-2.0.3 the transformation works correctly (I don't have to change anything in cocoon). The problem appears with cocoon 2.1-dev, because some transformation rules are not correctly applied (xsltc processor bug?). That's why I want to change to saxon. I would like to know which steps you

mod_jk and CocoonII

2002-11-18 Thread Dwayne Kemp
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 it will not render my xml. any suggestions would be appreciated.

Re: Does apply-imports work?

2002-11-18 Thread Phil Blake
Hi Joerg, Thanks for your reply. I'm using cocoon 2.1-dev and xalan 2.3.1. I don't know what you mean by "Is XSLTC already used by default?". The problem is this: I have a stylesheet with the following matcher: xsl:template match="psi:pageContent" name="psi_pageContent"

Sessions

2002-11-18 Thread Mauro Daniel Ardolino
Hi! I have a problem using cocoon with other servlets. I have a servlet that outputs a xml and then in a pipeline I apply a xsl transformation. This works well, but this servlet needs a session parameter. Inside the servlet I wrote: HttpSession session= request.getSession(); TreeMap cart=

No connection in the pool

2002-11-18 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