You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2007/12/29 00:07:45 UTC

[jira] Updated: (OPENEJB-729) Schemas available at shorter URLs

     [ https://issues.apache.org/jira/browse/OPENEJB-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-729:
----------------------------------

    Fix Version/s:     (was: 3.0-beta-2)
                   3.0.x

This seems related to OpenEJB 2.1, not sure how it fits with the 3.0.x codebase.  Taking this off beta 2 for now, but leaving it on 3.0.x till we can figure out how it relates.



> 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.x
>
>
> From the users@openejb 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.