Schemas available at shorter URLs
---------------------------------

                 Key: OPENEJB-729
                 URL: https://issues.apache.org/jira/browse/OPENEJB-729
             Project: OpenEJB
          Issue Type: Improvement
          Components: configuration
    Affects Versions: 3.0.x
            Reporter: Jacek Laskowski
             Fix For: 3.0-beta-2


>From the [EMAIL PROTECTED] mailing list:

hello
from the page
http://geronimo.apache.org/apache-geronimo-v20-xml-schemas.html
it appears that
the namespace

http://www.openejb.org/xml/ns/openejb-jar-2.1

has a schema location located in

http://svn.apache.org/repos/asf/geronimo/site/tags/pre-confluence/docs/schemas-1.1/openejb-jar-2.1.xsd

while all the other schema locations starts nicely with
http://geronimo.apache.org/xml ....

will this be the permanent location?

if so,
is this how my openejb-jar.xml should look like?

<openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.1";
       xmlns:sys="http://geronimo.apache.org/xml/ns/j2ee/deployment-1.2";
       xmlns:gernaming="http://geronimo.apache.org/xml/ns/j2ee/naming-1.2";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="
       http://www.openejb.org/xml/ns/openejb-jar-2.1
       
http://svn.apache.org/repos/asf/geronimo/site/tags/pre-confluence/docs/schemas-1.1/openejb-jar-2.1.xsd
       http://geronimo.apache.org/xml/ns/j2ee/deployment-1.2
       http://geronimo.apache.org/schemas-1.2/geronimo-module-1.2.xsd
       http://geronimo.apache.org/xml/ns/j2ee/naming-1.2
       http://geronimo.apache.org/schemas-1.2/geronimo-naming-1.2.xsd";>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.