Re: Cocoon 2.2 : Maven vs. customized web.xml

2009-07-02 Thread Rosiu1125
You should use xpatch to do this: http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/1360_1_1.html Maciej Rosiek Tomek Piechowicz wrote: I want to use XQueryServlet in my application so I added servlet configuration to my web.xml but after I started jetty server maven

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