Re: Reloading Cocoon2 / Custom Generator

2001-10-19 Thread Martin Kavalar
> > >so you will have to wrap the functionality you want to be dynamicaly >reloaded in the somecoolclass.class and create a generator wrapper that uses >the classloader to load your class and then kill the classloader at the end >of each execution run. > > >mvh karl oie > &g

Reloading Cocoon2 / Custom Generator

2001-10-19 Thread Martin Kavalar
Hello, i was wondering if it is possible to reload cocoon or a custom build generator after its been recompiled without restarting tomcat. If yes, i'd like to know how, and if not, then id like to know if theres another way to speed up the compiling / testing process somehow because always wai

Reloading Cocoon

2001-09-26 Thread Martin Kavalar
Hello, in the Changes on the CocoonPage i read about reloading of jars being implemented and to activate it by passing the paramenter cocoon-reload=true to cocoon. This does not work for me though, no matter what i try, cocoon wont reload my self-written generator. What did i miss? Any suggesti

Re: Cocoon and J2EE

2001-09-20 Thread Martin Kavalar
Could someone please post a url where i can download it? Thanks a lot! Sergio Carvalho wrote: >At my last company, I created a proof-of-concept Ejb generator. It did work, >although it needs some optimizing to be placed in a production environment. As >it is too big to send to the list (1.9Mb ta

Re: XHTML Serializer

2001-09-19 Thread Martin Kavalar
. How do i get rid of them? thanks martin Michael McKibben wrote: >Search the mail list archives for this month on "exclude-result-prefixes". > >Regards, > >--mike > >On Wed, 19 Sep 2001, Martin Kavalar wrote: > >>that still doesnt get rid of any names

Re: XHTML Serializer

2001-09-18 Thread Martin Kavalar
that still doesnt get rid of any namespaces, it produces the same output as the code i used i think. Anyone know how to get rid of the namespaces? Colin Paul Adams wrote: >>>>>>"Martin" == Martin Kavalar <[EMAIL PROTECTED]> writes: >>>>>>

XHTML Serializer

2001-09-17 Thread Martin Kavalar
I was wondering why there is no XHTML serializer in c2. When defining my own i use the XML serializer and set the content type to text/html. Unfortunatly i then get all the namespaces from previous documents in my xhtml which keeps it from validating as XHTML 1.0. Can anyone help? thanks martin

Re: Cocoon and J2EE

2001-09-17 Thread Martin Kavalar
I am very much interested in using J2EE with cocoon also, and was thinking about implementing that with my friends also. We hadnt thought about it in too much detail, yet. But keep me updated please. Maybe we can be of help. thanks martin Jesper Rasmussen wrote: >im working on exactly the sam

Re: Namespaces

2001-09-12 Thread Martin Kavalar
can anyone tell me how to get rid of namespaces appear in elements further down then the root element? Martin Kavalar wrote: > exclude-result-prefixes="#default myotherns" > > still prints out the default namespace...any clue why? > > Laurent KEMPENEERS wrote: > &g

Re: Namespaces

2001-09-10 Thread Martin Kavalar
>Laurent > >-Message d'origine- >De : Martin Kavalar [mailto:[EMAIL PROTECTED]] >Envoyé : lundi 10 septembre 2001 13:00 >À : [EMAIL PROTECTED] >Objet : Re: Namespaces > > >Thanks for your quick reply. Your solution helped me for all namespaces >delared like th

Re: Namespaces

2001-09-10 Thread Martin Kavalar
copied to the output. > >Laurent > >-Message d'origine- >De : Martin Kavalar [mailto:[EMAIL PROTECTED]] >Envoyé : samedi 8 septembre 2001 14:04 >À : Cocoon Mailing List >Objet : Namespaces > > >Is there a way to remove the namespaces during an xslt? We

Namespaces

2001-09-08 Thread Martin Kavalar
Is there a way to remove the namespaces during an xslt? We are doing XML->XML (XHTML) and the namespaces that appear in the root () element is the only thing that keeps our document from validating as xhtml 1.0 thanks for your help martin --

Re: AW: Problem with own Generator and XSLT

2001-09-07 Thread Martin Kavalar
r stylesheet is the source >of error. >If you still have problems, include your xml and xsl file if possible. > >Carsten > >>-Ursprungliche Nachricht- >>Von: Martin Kavalar [mailto:[EMAIL PROTECTED]] >>Gesendet: Freitag, 7. September 2001 13:51 >>An: [EM

Problem with own Generator and XSLT

2001-09-07 Thread Martin Kavalar
Hello, For a project we are working on, we are implementing our own generator, which is supposed to combine multiple input sources (XML-FS, OODB, RDB, ...) and output one XML. We started out with the generator having all XML hardcoded in our generator, so it would look like this: public void g

Namespace Problem

2001-06-13 Thread Martin Kavalar
Hello, can i instruct the XSLT-Processor or the Serializer to remove all namespaces? thanks in advance Martin Kavalar - Please check that your question has not already been answered in the FAQ before posting. <h