On Sep 3, 2008, at 11:17 AM, Ted Kirby wrote:

I opened JIRA (GERONIMO-4276) openejb-jar-2.2.xsd missing from the
schema subdirectory of the main Geronimo installation directory to fix
this in Geronimo.

What's the difference between openejb-jar-2.0.xsd that we have in geronimo-openejb-builder/src/main/xsd and openejb-jar-2.2.xsd? Should we upgrade the 2.0 to 2.2?

In general we need a better solution for getting the schemas into the schema directory. Previously I've been thinking that we should enhance the plugin installer to be able to extract files from the classpath as well as the unpacked car, but I'm wondering if it would be sufficient to use perhaps the maven dependency plugin to extract the schemas and put them into the car file directly and then use the existing copy-file functionality to get them unpacked on plugin install. This would eliminate an entire function of boilerplate that really doesn't belong there anyway.

thanks
david jencks



I made some updates to the web-page
http://cwiki.apache.org/GMOxDOC21/openejb-jarxml.html.

I did not have a good idea how to fix this, but I took a shot at it.
David Blevins suggested putting the schema somewhere in
plugins/openejb, so I put it in
plugins/openejb/openejb/src/main/resources/openejb-jar-2.2.xsd.  I
then used geronimo/server/trunk/assemblies/geronimo-boilerplate/ pom.xml
to get the schema into the schema directory.

I am open to discussion and suggestion for a better way to do this.

Thanks,
Ted Kirby

Reply via email to