After a couple of brief but very useful conversations
with other Geronimo committers at JavaOne, I thought
I'd post a progress report on the servlet spec 2.5
sandbox.
As I posted back in on 9th April, I've
made a sandbox for upgrading Geronimo to the
2.5 servlet spec, and at the
Hi David,
Sorry, I must not have explained myself well enough. The problem is
in the generation of the xmlbeans:
The first thing to note is that the namespace has changed in javaee5. It was:
http://java.sun.com/xml/ns/j2ee
but is now:
http://java.sun.com/xml/ns/javaee
If you generate
I don't understand what you are trying to do wrt copying the existing j2ee 1.4 schemas still used in jee 5. If you intend the j2ee-schema directory to be a replacement for the one in trunk, then keeping all the schemas there is reasonable, and expecting class duplication between the two nearly ide
FYI for anyone who is interested:
I've made a branch in the sandbox for servlet 2.5 integration work.
The svn url is:
https://svn.apache.org/repos/asf/geronimo/sandbox/servlet-2.5
So far I have checked in the 2.5 servlet spec schema (and all of the
other JavaEE 5 schemas too) and upped the ve