On Jul 20, 2007, at 8:44 AM, Prasad Kashyap wrote:
All this exercise is only for the Java EE 5 schema artifacts, right ?
We don't plan to do it for j2ee-1.4 schema artifacts, correct ?
Because, it has already been released.
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/geronimo/
schema/geronimo-schema-j2ee_1.4/1.1/
I think if its a problem for the ee5 schemas its equally a problem
for the j2ee 1.4 schemas, so IMO we have to release a 1.2 version.
I can't find most of the typed in schemas so I've modified the
xmlbeans plugin to look at the noAnn parameter and am checking to see
if the resulting jars (which don't appear to include any of the
annotations) work with geronimo. This involves a switch to xmlbeans
2.3.0.
thanks
david jencks
Cheers
Prasad
On 7/19/07, Paul McMahan <[EMAIL PROTECTED]> wrote:
On Jul 19, 2007, at 5:00 PM, David Jencks wrote:
> I'll work on (2), but it would be pretty helpful if someone could
> tell me where the typed in schemas actually are. I found the
> servlet and jsp ones inside the servlet and jsp spec jars, but I
> haven't located any others such as the connector or ejb ones... and
> there are a pile more.
I also think option 2 is best if we have typed in schemas. But
besides the jsp and servlet schemas the only other one I know of is
for faces 1.2:
https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_0/impl/
src/main/resources/org/apache/myfaces/resource/web-
facesconfig_1_2.xsd
If we don't have the other schemas then switching to jaxb might be
less painful than typing them all in.
( /me tries "wc -l *.xsd" and quickly volunteers to type in
persistence.xsd ;-)
> My current idea is to generate a jar with the same groupIdId and
> artifactId and put the code in the main build, not hidden in tck.
> So far I have it in server/trunk/modules which is odd due to the
> groupId mismatch. Should I make a schemas "top level subproject"
> next to server and specs?
a new top level directory sounds like a good place for typed in
schemas.
Best wishes,
Paul