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

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

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

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 server

RE: Simple XSL question

2002-02-05 Thread Ivan Rubin Ayma
Simone, Just for the record, I went on using this template. xsl:template match=@* | node() xsl:copy xsl:apply-templates select=@* | node()/ /xsl:copy /xsl: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

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
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:

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

2002-01-30 Thread Ivan Rubin Ayma
path section of web.xml. Is this a bug? I am running cocoon on tomcat 4.0.1 on winNT. -Original 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

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 enero de

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

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