WriteDOMTransformer

2002-02-25 Thread Ivan Rubin Ayma
Hello, I have to generate some content, write it to the session and redirect to another pipeline. I can't do that! If I don't serialize, the events does not flow through the pipeline and through WriteDOMSession transformer. Do I have a way to accomplish that, or should I change my logic? Thank

ReadWriteDOMsession

2002-02-22 Thread Ivan Rubin Ayma
Hello, I have a login page. The form points to a do-login pipeline I want do-login to authenticate the user through an action, that's ok, and then generate an XML with a menu, write a DOM on the session and go to the main pipeline. The main pipeline, in between a number of things, reads the dom

Database

2002-02-22 Thread Ivan Rubin Ayma
Hello, My generators use to communicate with a database through JDBC and now I have to make Windows NT authentication, so the JVM running the system have to be running on super-user mode, but I don't like the idea of running everything on super user. I would like to just run the database layer,

RE: IllegalAccessException: Object is not a Component

2002-02-14 Thread Ivan Rubin Ayma
Christian, Remove every reference to your component everywhere but from the cocoon classloader, as to hide it from any different classloader but that one. To use the cocoon classloader and to pass parameters to it, you're in the right place, the initparams at web.xml > -Mensaje original

RE: servlet, generator or ... (design question)

2002-02-13 Thread Ivan Rubin Ayma
> We are evaluating C2 for a very large, public, > data-dissemination project > (NHGIS.ORG). I would like to build a few small XML > visualization tools in > C2 for demonstration purposes. For example, a facility to > upload an XML > instance, associate it with a stylesheet living on the serv

RE: Serving wbmp images in cocoon

2002-02-07 Thread Ivan Rubin Ayma
check the logs on cocoon to see if it is serving it. do you have a in your sitemap? -Mensaje original- De: Sean Malone [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 07 de febrero de 2002 17:38 Para: [EMAIL PROTECTED] Asunto: Serving wbmp images in cocoon Hi, I am using cocoon to deli

RE: Simple XSL question

2002-02-05 Thread Ivan Rubin Ayma
Simone, Just for the record, I went on using this template. I still wonder if it is not a bad design to generate a base xml at the begining of the pipeline, aggregate other generated xml data and then go into a number of transformations for each specific section of the base xml, tr

Generators

2002-01-31 Thread Ivan Rubin Ayma
It would be useful for me to use more than one generator at the beggining of a pipeline, as I have to generate pretty different things (in logic) and use the sum of them at the transformations stage. There's a way to do it? Thanks, Ivan -

RE: how to add extra classes into cocoon's classpath?

2002-01-30 Thread Ivan Rubin Ayma
l Message----- > From: Ivan Rubin Ayma [mailto:[EMAIL PROTECTED]] > Sent: 30 January 2002 16:08 > To: [EMAIL PROTECTED] > Subject: RE: how to add extra classes into cocoon's classpath? > > > With Tomcat WEB-INF/web.xml there's an init-param, commented with de > default

RE: how to add extra classes into cocoon's classpath?

2002-01-30 Thread Ivan Rubin Ayma
With Tomcat WEB-INF/web.xml there's an init-param, commented with de default distribution, to add classes to the cocoon's classpath. You should check the class-loader param for Cocoon to use its own class loader if you keep on having problemas loading classes. -Mensaje original- De: Tsu

RE: Object X is not a component error

2002-01-29 Thread Ivan Rubin Ayma
er on the same web.xml to true, for cocoon to use his own classloader. Thanks, -Mensaje original- De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Enviado el: martes, 29 de enero de 2002 12:09 Para: [EMAIL PROTECTED] Asunto: RE: Object X is not a component error > From: Ivan Rubin Ayma

Sitemap reloading

2002-01-29 Thread Ivan Rubin Ayma
My root sitemap does automatic reloading when I change it, synchronious, as specified on cocoon.xconf, but my sub-sitemap behaves completly different, it does reloading when he wants, or something like that. Any hints? Thanks, Ivan --

RE: Object X is not a component error

2002-01-29 Thread Ivan Rubin Ayma
have *more* then one class Component loaded by Java due to use of different ClassLoadrers and/or several class files for the same Component class. I'm not sure that this could help you, but I don't know what's going wrong on your system and can't suggest you anything right now.

Object X is not a component error

2002-01-29 Thread Ivan Rubin Ayma
I tried to put the component in the package org.apache.cocoon.acting wondering what IllegalAccessException could be, but nothing. I'm posting the complete java source, subsitemap and the cocoon error. Thanks, -Mensaje original- De: Ivan Rubin Ayma Enviado el: lunes, 28 de ene

Object X is not a component error

2002-01-28 Thread Ivan Rubin Ayma
I wrote the simplest component I could and at sitemap-compilation cocoon keeps on giving me: Error in sitemap configuration : Object Zeus.core.cocoon.JSessionLogin is not a Component Why? The component: public class JSessionLogin extends org.apache.cocoon.acting.ComposerAction implements Threa

Simple XSL question

2002-01-28 Thread Ivan Rubin Ayma
Hello, How can I make a XSLT transformation of just a couple of elements, leaving the rest untouched, without having to select everything and passing it through? I'm trying to create pipelines involving a number of transformations with a specific task each. Thanks,

It's a way?

2002-01-25 Thread Ivan Rubin Ayma
Hello, I have to make a web interface to an existing database java application. The app is divided in a number of Data clases, that represent a table in the DB, Win classes to show that data in differente ways in a swing window, and Form classes to add-modify registers. I think Cocoon is a good

RE: Help me....

2002-01-09 Thread Ivan Rubin Ayma
Check out the site map, sitemap.xmap, and the documentation for it. You have to specify there the structure for your application. An improvment (!) on cocoon 2. A headache, but an improvment, I assure you. Centralization. -Mensaje original- De: Malathi Rao [mailto:[EMAIL PROTECTED]] Env