xml encoding issue cocoon2.2

2009-05-27 Thread Robby Pelssers
Hi all, I can't seem to set encoding properly when writing xml to a file using the write-source transformer. Googling around has not yet resulted in a solution ;-( In my sitemap I have declared the serializer like below: map:serializer logger=sitemap.serializer.xml

RE: xml encoding issue cocoon2.2

2009-05-27 Thread Robby Pelssers
Ok. I already found out how-to ;-) http://cocoon.apache.org/2.2/1366_1_1.html 4. Setting Cocoon's encoding (especially CForms) solved my issue. Cheers, Robby From: Robby Pelssers [mailto:robby.pelss...@ciber.nl] Sent: Wednesday, May 27, 2009 12:34 PM To:

RCL and reflection in Cocoon 2.2

2009-05-27 Thread Rosiu1125
Hello I think I have a problem with rcl but I'm not sure. Let's say I have something like this: Employee e = new Employee(); Class c = e.getClass(); Package p = c.getPackage(); My variable p at this point is NULL. Is there a bug in rcl or I'm missing something? Class reloading and